Skip to content

Commit d0c1dde

Browse files
balasankarcRobert Marshall
authored andcommitted
Do not allow build-package-on-all-os job to fail on automatic runs
Related https://gitlab.com/groups/gitlab-org/-/epics/9034 Signed-off-by: Balasankar "Balu" C <[email protected]>
1 parent d40cc26 commit d0c1dde

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gitlab-ci-config/gitlab-com.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,6 @@ build-package-on-all-os:
775775
# Triggers from GitLab Rails/Gitaly/GitLab Pages pipeline which forced building on all OS automatically
776776
- if: '$PIPELINE_TYPE =~ /TRIGGERED_(CE|EE)_PIPELINE/ && $BUILD_ON_ALL_OS == "true"'
777777
when: always
778-
allow_failure: true
779778
variables: !reference [.build-package-on-all-os-vars]
780779
# MR pipelines from omnibus-gitlab that change files which require building on all OS automatically
781780
- if: '$PIPELINE_TYPE =~ /TRIGGERED_(CE|EE)_PIPELINE/ && $CI_PIPELINE_SOURCE != "pipeline"'
@@ -785,7 +784,6 @@ build-package-on-all-os:
785784
- config/software/**
786785
- config/patches/**
787786
when: always
788-
allow_failure: true
789787
variables: !reference [.build-package-on-all-os-vars]
790788
# Covering the remaining scenarios - provide the job to be manually run by developers, if required
791789
# (i) MR pipelines from omnibus-gitlab that doesn't change files which require building on all OS

0 commit comments

Comments
 (0)