Skip to content
Snippets Groups Projects
Commit 9ab1b896 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

chore: Add second verify stage to debug strange gitlab behaviour

parent 7dd225fc
No related branches found
No related tags found
Loading
...@@ -3,7 +3,8 @@ stages: ...@@ -3,7 +3,8 @@ stages:
- build - build
- test - test
- deploy - deploy
- verify - verify-1
- verify-2
variables: variables:
MAVEN_CLI_OPTS: "-s ci_settings.xml --batch-mode" MAVEN_CLI_OPTS: "-s ci_settings.xml --batch-mode"
...@@ -48,7 +49,7 @@ deploy-snapshot: ...@@ -48,7 +49,7 @@ deploy-snapshot:
# which builds model with the new version of VIPSCommon. This pipeline fails if model build fails. # which builds model with the new version of VIPSCommon. This pipeline fails if model build fails.
verify_model_APPLESCABM: verify_model_APPLESCABM:
stage: verify stage: verify-1
image: registry.gitlab.com/finestructure/pipeline-trigger image: registry.gitlab.com/finestructure/pipeline-trigger
script: script:
- apk add --no-cache openjdk11 - apk add --no-cache openjdk11
...@@ -60,7 +61,7 @@ verify_model_APPLESCABM: ...@@ -60,7 +61,7 @@ verify_model_APPLESCABM:
- if: '$CI_COMMIT_REF_NAME == $MAIN_BRANCH' - if: '$CI_COMMIT_REF_NAME == $MAIN_BRANCH'
verify_model_ALTERNARIA: verify_model_ALTERNARIA:
stage: verify stage: verify-1
image: registry.gitlab.com/finestructure/pipeline-trigger image: registry.gitlab.com/finestructure/pipeline-trigger
script: script:
- apk add --no-cache openjdk11 - apk add --no-cache openjdk11
...@@ -72,7 +73,7 @@ verify_model_ALTERNARIA: ...@@ -72,7 +73,7 @@ verify_model_ALTERNARIA:
- if: '$CI_COMMIT_REF_NAME == $MAIN_BRANCH' - if: '$CI_COMMIT_REF_NAME == $MAIN_BRANCH'
verify_model_NAERSTADMO: verify_model_NAERSTADMO:
stage: verify stage: verify-1
image: registry.gitlab.com/finestructure/pipeline-trigger image: registry.gitlab.com/finestructure/pipeline-trigger
script: script:
- apk add --no-cache openjdk11 - apk add --no-cache openjdk11
...@@ -85,7 +86,7 @@ verify_model_NAERSTADMO: ...@@ -85,7 +86,7 @@ verify_model_NAERSTADMO:
verify_model_MAMESTRABR: verify_model_MAMESTRABR:
stage: verify stage: verify-2
image: registry.gitlab.com/finestructure/pipeline-trigger image: registry.gitlab.com/finestructure/pipeline-trigger
script: script:
- apk add --no-cache openjdk11 - apk add --no-cache openjdk11
...@@ -97,7 +98,7 @@ verify_model_MAMESTRABR: ...@@ -97,7 +98,7 @@ verify_model_MAMESTRABR:
- if: '$CI_COMMIT_REF_NAME == $MAIN_BRANCH' - if: '$CI_COMMIT_REF_NAME == $MAIN_BRANCH'
verify_model_PSILARTEMP: verify_model_PSILARTEMP:
stage: verify stage: verify-2
image: registry.gitlab.com/finestructure/pipeline-trigger image: registry.gitlab.com/finestructure/pipeline-trigger
script: script:
- apk add --no-cache openjdk11 - apk add --no-cache openjdk11
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment