Skip to content
Snippets Groups Projects
Commit 75c61e82 authored by Laura Stengel's avatar Laura Stengel
Browse files

upd ref, added if to cardmech only pipeline

parent 11e2b939
No related branches found
No related tags found
1 merge request!259Resolve "Pipeline runtime"
...@@ -40,6 +40,16 @@ ctest-cardmech: ...@@ -40,6 +40,16 @@ ctest-cardmech:
# - ./test/elasticity/TestQuadraticBeamProblem # - ./test/elasticity/TestQuadraticBeamProblem
# - ./test/elasticity/TestPressureElasticity # - ./test/elasticity/TestPressureElasticity
ctest-only-cardmech:
extends: .test_template
variables:
JOB_PRIORITY: 'frequently'
only: [ $TRIGGER_ORIGIN != 'mpp_pipeline' && ($BENCHMARK == 'none') && ($RUN_PROJECTS == 'all')
&& ($JOB_PRIORITY == $PRIORITY || $JOB_PRIORITY == 'frequently') ]
dependencies:
- build-cardmech
script: # Todo why is ctest not used? Job may take max 10min to be frequently executed!!
- ctest --output-on-failure
mpitest-cardmech: mpitest-cardmech:
extends: .test_template extends: .test_template
......
Subproject commit bbdbc5a344a6aef4fdc4223c1fee97473f32b37d Subproject commit d643675feabbe499fe2fc12b87b9532a18681ab3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment