Skip to content
Snippets Groups Projects
Commit 76f9c4b1 authored by Robert K's avatar Robert K Committed by Simon Praetorius
Browse files

run tests on all downstream modules

trigger the core pipeline in dune-nightly-tests

run downstream tests in separate stage

Allow failure for triggered downstream pipeline
parent eaa81ae8
No related branches found
No related tags found
1 merge request!913Enable downstream testing for all core modules
Pipeline #35371 passed
Pipeline: Dune Nightly Test

#35372

    ......@@ -18,6 +18,7 @@ debian:10 gcc-7-17--expensive:
    # 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
    ......@@ -34,6 +35,7 @@ debian:10 gcc-7-17--expensive:
    debian-11-gcc-9-17-python:
    image: registry.dune-project.org/docker/ci/debian:11
    script: duneci-standard-test
    stage: test
    variables:
    DUNECI_TOOLCHAIN: gcc-9-17
    # so we need some variables to build the dune-py module during execution of the first python test:
    ......@@ -49,3 +51,14 @@ debian-11-gcc-9-17-python:
    # finally set the python path to all modules
    PYTHONPATH: $CI_PROJECT_DIR/build-cmake/python
    tags: [duneci]
    system-test:
    stage: downstream
    variables:
    CI_BUILD_REF_NAME: $CI_COMMIT_REF_NAME
    DUNECI_TEST_LABELS: ""
    trigger:
    project: infrastructure/dune-nightly-test
    branch: core
    strategy: depend
    allow_failure: true
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment