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
No related branches found
No related tags found
No related merge requests found
Pipeline #101595 passed
......@@ -43,13 +43,13 @@ pdk-test-unit:
rules:
- if: $CI_PROJECT_NAMESPACE != "pm-liuit" && $CI_PROJECT_NAMESPACE != "pm-liumirror"
when: never
- if: '$CI_COMMIT_REF_PROTECTED' && $TEST_ENFORCE == "TRUE"
- if: $CI_COMMIT_REF_PROTECTED && $TEST_ENFORCE == "TRUE"
when: always
allow_failure: false
- if: '$CI_COMMIT_REF_PROTECTED' && $TEST_RUN == "TRUE"
- if: $CI_COMMIT_REF_PROTECTED && $TEST_RUN == "TRUE"
when: always
allow_failure: true
- if: '$CI_COMMIT_REF_PROTECTED'
- if: $CI_COMMIT_REF_PROTECTED
when: manual
allow_failure: true
retry:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment