Skip to content
Snippets Groups Projects
Commit 73d4dd6c authored by Leon Keim's avatar Leon Keim
Browse files

Merge branch 'fix/patches-check' into 'master'

Move exercise solution checker to testing pipeline.

See merge request !250
parents f843b776 f45cfb99
No related branches found
No related tags found
1 merge request!250Move solution checker to testing pipeline.
Pipeline #46833 passed
stages: stages:
- trigger pipelines - trigger pipelines
- deploy - deploy
- solution checker
variables: variables:
DUMUX_DOCKER_CI_BRANCH: master DUMUX_DOCKER_CI_BRANCH: master
...@@ -61,10 +60,4 @@ pages: ...@@ -61,10 +60,4 @@ pages:
paths: paths:
- public - public
only: only:
- master - master
\ No newline at end of file
apply_patches:
stage: solution checker
image: $IMAGE_REGISTRY_URL/${DUMUX_DOCKER_CI_BRANCH}_full:dune-$DUMUX_CI_DUNE_LATEST_RELEASE-gcc-ubuntu-22.04
script:
- sh .patches/apply_patches.sh
...@@ -2,6 +2,7 @@ default: ...@@ -2,6 +2,7 @@ default:
image: $IMAGE image: $IMAGE
stages: stages:
- solution checker
- configure - configure
- build - build
- test - test
...@@ -20,6 +21,11 @@ variables: ...@@ -20,6 +21,11 @@ variables:
DUMUX_TRIGGER_COMMIT_SHA: "" DUMUX_TRIGGER_COMMIT_SHA: ""
DUMUX_TRIGGER_REF_SHA: "" DUMUX_TRIGGER_REF_SHA: ""
apply_patches:
stage: solution checker
script:
- sh .patches/apply_patches.sh
select tests: select tests:
stage: configure stage: configure
before_script: before_script:
......
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