Skip to content
Snippets Groups Projects
Commit c550f810 authored by Magnus Svensson's avatar Magnus Svensson
Browse files

Merge branch 'devel' into 'master'

Fix: Run tests if variablle is true

See merge request puppet-infra/shared-ci-piplines!54
parents ac91a0ca 69ea4cb3
Branches
No related tags found
No related merge requests found
Checking pipeline status
...@@ -43,13 +43,13 @@ pdk-test-unit: ...@@ -43,13 +43,13 @@ pdk-test-unit:
rules: rules:
- if: $CI_PROJECT_NAMESPACE != "pm-liuit" && $CI_PROJECT_NAMESPACE != "pm-liumirror" - if: $CI_PROJECT_NAMESPACE != "pm-liuit" && $CI_PROJECT_NAMESPACE != "pm-liumirror"
when: never when: never
- if: '$CI_COMMIT_REF_PROTECTED' && $TEST_ENFORCE == "TRUE" - if: $CI_COMMIT_REF_PROTECTED && $TEST_ENFORCE == "TRUE"
when: always when: always
allow_failure: false allow_failure: false
- if: '$CI_COMMIT_REF_PROTECTED' && $TEST_RUN == "TRUE" - if: $CI_COMMIT_REF_PROTECTED && $TEST_RUN == "TRUE"
when: always when: always
allow_failure: true allow_failure: true
- if: '$CI_COMMIT_REF_PROTECTED' - if: $CI_COMMIT_REF_PROTECTED
when: manual when: manual
allow_failure: true allow_failure: true
retry: retry:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment