Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
53bba82c
Commit
53bba82c
authored
Apr 28, 2021
by
Dennis Gläser
Browse files
[ci] avoid call to dune control in test stage
parent
cba97a42
Pipeline
#3568
passed with stages
in 46 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci/affectedtestsonly.yml
View file @
53bba82c
...
...
@@ -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
...
...
Dennis Gläser
@DennisGlaeser
mentioned in merge request
!2576 (merged)
·
Apr 29, 2021
mentioned in merge request
!2576 (merged)
mentioned in merge request !2576
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment