Skip to content

Commit

Permalink
paralleize image tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rfiorella committed Jul 20, 2023
1 parent d2d2a58 commit 506fdfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ats-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,17 @@ jobs:
amanzi_tpls_ver=${{env.AMANZI_TPLS_VER}}
file: Docker/Dockerfile-ATS-build
context: ./Docker
amd64_tests:
- name: Run amd64 tests
id: tests_amd64
needs: buildx_test
working-directory: Docker
run:
docker run --rm ${{secrets.DOCKERHUB_USERNAME}}/ats:${{env.ATS_BRANCH_TAG}}-latest /bin/bash -c "cd ~/amanzi_builddir/ats; ctest"
arm64_tests:
- name: Run arm64 tests
id: tests_arm64
needs: buildx_test
working-directory: Docker
run:
docker run --platform=linux/arm64 --rm ${{secrets.DOCKERHUB_USERNAME}}/ats:${{env.ATS_BRANCH_TAG}}-latest /bin/bash -c "cd ~/amanzi_builddir/ats; ctest"
Expand Down

0 comments on commit 506fdfd

Please sign in to comment.