Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
53bba82c
Commit
53bba82c
authored
3 years ago
by
Dennis Gläser
Browse files
Options
Downloads
Patches
Plain Diff
[ci] avoid call to dune control in test stage
parent
cba97a42
No related branches found
No related tags found
1 merge request
!2408
Feature/ci integration
Pipeline
#3568
passed
3 years ago
Stage: configure
Stage: trigger
Stage: downstream modules
+1
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci/affectedtestsonly.yml
+3
-5
3 additions, 5 deletions
.gitlab-ci/affectedtestsonly.yml
with
3 additions
and
5 deletions
.gitlab-ci/affectedtestsonly.yml
+
3
−
5
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
...
...
This diff is collapsed.
Click to expand it.
Dennis Gläser
@DennisGlaeser
mentioned in merge request
!2576 (merged)
·
3 years ago
mentioned in merge request
!2576 (merged)
mentioned in merge request !2576
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment