Skip to content

Commit

Permalink
Run tests and submit to CDash as Experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni authored Jan 17, 2025
1 parent 49df5c8 commit 3a4867f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,9 @@ jobs:
# determine if the build was triggered by a push to the development branch
if [[ "$(Build.SourceBranch)" == "refs/heads/development" ]]; then
# run tests (exclude pytest.AMReX when running Python tests)
# and submit results to CDash as Continuous
ctest --test-dir build --output-on-failure -E AMReX -D Continuous
# and submit results to CDash as Experimental
ctest --test-dir build --output-on-failure -E AMReX \
-D ExperimentalTest -D ExperimentalSubmit
else
# run tests (exclude pytest.AMReX when running Python tests)
ctest --test-dir build --output-on-failure -E AMReX
Expand Down

0 comments on commit 3a4867f

Please sign in to comment.