Skip to content
Snippets Groups Projects
Commit 2cf9a468 authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'fix/ci-dune-2.9' into 'master'

[ci] Test against dune 2.9

See merge request !198
parents 7dabf6c0 d78abdf2
No related branches found
No related tags found
1 merge request!198[ci] Test against dune 2.9
Pipeline #26937 failed
Pipeline: dumux-lecture

#26940

    ......@@ -4,13 +4,13 @@ stages:
    variables:
    IMAGE_REGISTRY_URL: $CI_REGISTRY/dumux-repositories/dumux-docker-ci
    DUMUX_CI_DUNE_LATEST_RELEASE: "2.8"
    DUMUX_CI_DUNE_LATEST_RELEASE: "2.9"
    # for commits happening on master, we check if there was a successful
    # 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.8-gcc-ubuntu-20.04
    image: $IMAGE_REGISTRY_URL/full:dune-2.9-gcc-ubuntu-20.04
    stage: check-status
    rules:
    - if: $CI_PIPELINE_SOURCE == "schedule"
    ......@@ -74,7 +74,6 @@ check-pipeline-status:
    MR_TARGET_BRANCH_NAME: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME
    DUMUX_MR_SOURCE_BRANCH: $DUMUX_MERGE_REQUEST_SOURCE_BRANCH
    DUMUX_MR_SOURCE_PROJECT_URL: $DUMUX_MERGE_REQUEST_SOURCE_PROJECT_URL
    DUMUX_MR_SOURCE_PROJECT_PATH: $DUMUX_MERGE_REQUEST_SOURCE_PROJECT_PATH
    DUMUX_MR_TARGET_BRANCH: $DUMUX_MERGE_REQUEST_TARGET_BRANCH
    DUMUX_TRIGGER_COMMIT_SHA: $DUMUX_COMMIT_SHA
    DUMUX_TRIGGER_REF_SHA: $DUMUX_REFERENCE_SHA
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment