From 3a4867f5120819be4aa18e823b7ad78558236c5d Mon Sep 17 00:00:00 2001 From: Edoardo Zoni <59625522+EZoni@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:19:36 -0800 Subject: [PATCH] Run tests and submit to CDash as `Experimental` --- .azure-pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 508f9d66ce1..badedcb994c 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -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