Skip to content
Snippets Groups Projects
Commit 6d6e5fa2 authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Merge branch 'feature/gitlab-ci-manual-systemtest' into 'master'

Improve the CI systems tests

See merge request !1203
parents 521eaf2b 400ce6e5
Branches
Tags
1 merge request!1203Improve the CI systems tests
Pipeline #69739 failed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment