Skip to content

Commit 34336f1

Browse files
committed
Merge branch 'feature/PB-33990_Allow-job-to-fail-until-its-resolved-completely-pro' into 'master'
PB-33990 Set allow_failure: true for seq-php7.4-mariadb10.5 job See merge request passbolt/passbolt-ce-api!316
2 parents a3dacc0 + ec5594e commit 34336f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci/jobs/php_unit_tests/sequential/php_unit_tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ seq-php7.4-mariadb10.5:
155155
extends:
156156
- .mysql-template
157157
- .test-template
158+
allow_failure: true
158159
rules:
159160
- if: '$TEST_DISABLED == null && $CI_COMMIT_BRANCH == "master"'
160161
- if: '$TEST_DISABLED == null && $CI_COMMIT_BRANCH == "develop"'

0 commit comments

Comments
 (0)