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
6d6e5fa2
Commit
6d6e5fa2
authored
1 year ago
by
Simon Praetorius
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature/gitlab-ci-manual-systemtest' into 'master'
Improve the CI systems tests See merge request
!1203
parents
521eaf2b
400ce6e5
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1203
Improve the CI systems tests
Pipeline
#69739
failed
1 year ago
Stage: .pre
Stage: test
Stage: code_quality
Stage: downstream
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+17
-2
17 additions, 2 deletions
.gitlab-ci.yml
with
17 additions
and
2 deletions
.gitlab-ci.yml
+
17
−
2
View file @
6d6e5fa2
...
...
@@ -51,7 +51,7 @@ debian:11 clang-11-20-nobindings:
DUNECI_TOOLCHAIN
:
clang-11-20
DUNECI_CMAKE_FLAGS
:
'
-DDUNE_ENABLE_PYTHONBINDINGS=OFF'
system
-test
:
core-modules
-test
:
stage
:
downstream
variables
:
CI_BUILD_REF_NAME
:
$CI_COMMIT_REF_NAME
...
...
@@ -60,7 +60,22 @@ system-test:
project
:
infrastructure/dune-nightly-test
branch
:
core
strategy
:
depend
allow_failure
:
true
rules
:
-
when
:
manual
allow_failure
:
false
full-system-test
:
stage
:
downstream
variables
:
CI_BUILD_REF_NAME
:
$CI_COMMIT_REF_NAME
DUNECI_TEST_LABELS
:
"
"
trigger
:
project
:
infrastructure/dune-nightly-test
branch
:
master
strategy
:
depend
rules
:
-
when
:
manual
allow_failure
:
true
# Check for spelling mistakes in text
code-spelling-check
:
...
...
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