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
8a567c37
Commit
8a567c37
authored
3 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[ci] Test with dune 2.8 instead of dune 2.7
parent
12200e05
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2781
[ci] Test with dune 2.8 instead of dune 2.7
Pipeline
#9280
passed
3 years ago
Stage: trigger
Stage: downstream modules
+2
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-7
8 additions, 7 deletions
.gitlab-ci.yml
with
8 additions
and
7 deletions
.gitlab-ci.yml
+
8
−
7
View file @
8a567c37
...
...
@@ -6,6 +6,7 @@ stages:
variables
:
IMAGE_REGISTRY_URL
:
$CI_REGISTRY/dumux-repositories/dumux-docker-ci
DUMUX_CI_TRIGGER_LECTURE_BRANCH
:
master
DUMUX_CI_DUNE_LATEST_RELEASE
:
"
2.8"
# Cases in which to create pipelines at all. The trigger jobs may further
# specify how exactly they should be created in different situations.
...
...
@@ -20,7 +21,7 @@ workflow:
# pipeline on a related merge request already. If yes, we simply return
# to propagate that pipeline status on master. Otherwise, we trigger a new run.
check-pipeline-status
:
image
:
$IMAGE_REGISTRY_URL/full:dune-
2.7
-gcc-ubuntu-20.04
image
:
$IMAGE_REGISTRY_URL/full:dune-
$DUMUX_CI_DUNE_LATEST_RELEASE
-gcc-ubuntu-20.04
stage
:
check-status
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "schedule"
...
...
@@ -92,20 +93,20 @@ check-pipeline-status:
#############################################
# pipelines to be created in merge requests #
full-dune-
2.7
-gcc
:
full-dune-
latest-release
-gcc
:
extends
:
.base-trigger
variables
:
IMAGE
:
$IMAGE_REGISTRY_URL/full:dune-
2.7
-gcc-ubuntu-20.04
IMAGE
:
$IMAGE_REGISTRY_URL/full:dune-
$DUMUX_CI_DUNE_LATEST_RELEASE
-gcc-ubuntu-20.04
minimal-dune-
2.7
-gcc
:
minimal-dune-
latest-release
-gcc
:
extends
:
.base-trigger
variables
:
IMAGE
:
$IMAGE_REGISTRY_URL/minimal:dune-
2.7
-gcc-ubuntu-20.04
IMAGE
:
$IMAGE_REGISTRY_URL/minimal:dune-
$DUMUX_CI_DUNE_LATEST_RELEASE
-gcc-ubuntu-20.04
full-dune-
2.7
-clang
:
full-dune-
latest-release
-clang
:
extends
:
.base-trigger
variables
:
IMAGE
:
$IMAGE_REGISTRY_URL/full:dune-
2.7
-clang-ubuntu-20.04
IMAGE
:
$IMAGE_REGISTRY_URL/full:dune-
$DUMUX_CI_DUNE_LATEST_RELEASE
-clang-ubuntu-20.04
full-dune-master-gcc
:
extends
:
.base-trigger
...
...
This diff is collapsed.
Click to expand it.
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