Skip to content

Commit 86b2691

Browse files
committed
[#1391] Do not require system test job to pass
1 parent 679b489 commit 86b2691

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ install_apks_arm64:
567567

568568
### system testing ###
569569

570-
system_testing:
570+
system_test:
571571
stage: checks
572572
tags:
573573
- docker
@@ -580,6 +580,7 @@ system_testing:
580580
rules:
581581
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
582582
when: manual
583+
allow_failure: true
583584
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH'
584585
when: always
585586
image: registry.gitlab.isc.org/isc-projects/stork/pkgs-compose:4

0 commit comments

Comments
 (0)