Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
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
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Core Modules
dune-common
Commits
28debbc2
Commit
28debbc2
authored
3 years ago
by
Simon Praetorius
Browse files
Options
Downloads
Patches
Plain Diff
Use keyword extends in gitlab-ci
parent
eefc417c
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1046
Use keyword extends in gitlab-ci
Pipeline
#41070
passed
3 years ago
Stage: downstream
Pipeline: Dune Nightly Test
#41071
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-9
4 additions, 9 deletions
.gitlab-ci.yml
with
4 additions
and
9 deletions
.gitlab-ci.yml
+
4
−
9
View file @
28debbc2
...
...
@@ -19,10 +19,9 @@ variables:
DUNE_LOG_LEVEL
:
DEBUG
debian:10 gcc-7-17--expensive
:
extends
:
.common
# This image has Vc
image
:
registry.dune-project.org/docker/ci/debian:10
script
:
duneci-standard-test
stage
:
test
# allow expensive tests
variables
:
DUNECI_CXXFLAGS
:
-mavx
...
...
@@ -35,23 +34,19 @@ debian:10 gcc-7-17--expensive:
# is unavailable
allow_failure
:
true
debian-11-gcc-9-17-nopython
:
extends
:
.common
image
:
registry.dune-project.org/docker/ci/debian:11
script
:
duneci-standard-test
stage
:
test
variables
:
DUNECI_TOOLCHAIN
:
gcc-9-17
DUNECI_CMAKE_FLAGS
:
'
-DCMAKE_DISABLE_FIND_PACKAGE_Python3=TRUE'
tags
:
[
duneci
]
ubuntu-20.04-clang-10-20-nobindings
:
extends
:
.common
image
:
registry.dune-project.org/docker/ci/ubuntu:20.04
script
:
duneci-standard-test
stage
:
test
variables
:
DUNECI_TOOLCHAIN
:
clang-10-20
DUNECI_CMAKE_FLAGS
:
'
-DDUNE_ENABLE_PYTHONBINDINGS=OFF'
tags
:
[
duneci
]
system-test
:
stage
:
downstream
...
...
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