Skip to content
Snippets Groups Projects
Commit 53bba82c authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[ci] avoid call to dune control in test stage

parent cba97a42
No related branches found
No related tags found
1 merge request!2408Feature/ci integration
Pipeline #3568 passed
+1
......@@ -16,20 +16,19 @@ select tests:
- dunecontrol --opts=$DUNE_OPTS_FILE --current all
- |
pushd build-cmake
python3 ../bin/testing/findtests.py -f ../affectedtests.json -t origin/master
python3 ../bin/testing/findtests.py -f affectedtests.json -t origin/master
popd
artifacts:
paths:
- affectedtests.json
- build-cmake
expire_in: 3 hours
build dumux:
stage: build
script:
- dunecontrol --opts=$DUNE_OPTS_FILE --current all
- cp affectedtests.json build-cmake
- |
pushd build-cmake
make clean
python3 ../bin/testing/runselectedtests.py -c affectedtests.json -b
popd
artifacts:
......@@ -43,7 +42,6 @@ build dumux:
test dumux:
stage: test
script:
- dunecontrol --opts=$DUNE_OPTS_FILE --current all
- |
pushd build-cmake
python3 ../bin/testing/runselectedtests.py -c affectedtests.json -t
......
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