Skip to content

Commit 1bab8f3

Browse files
Robert Marshallbalasankarc
andcommitted
Merge branch 'dont-allow-build-package-on-all-os-to-fail' into 'master'
Do not allow build-package-on-all-os job to fail on automatic runs See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6904 Merged-by: Robert Marshall <[email protected]> Approved-by: Robert Marshall <[email protected]> Co-authored-by: Balasankar "Balu" C <[email protected]>
2 parents 872bdd2 + d0c1dde commit 1bab8f3

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
@@ -768,7 +768,6 @@ build-package-on-all-os:
768768
# Triggers from GitLab Rails/Gitaly/GitLab Pages pipeline which forced building on all OS automatically
769769
- if: '$PIPELINE_TYPE =~ /TRIGGERED_(CE|EE)_PIPELINE/ && $BUILD_ON_ALL_OS == "true"'
770770
when: always
771-
allow_failure: true
772771
variables: !reference [.build-package-on-all-os-vars]
773772
# MR pipelines from omnibus-gitlab that change files which require building on all OS automatically
774773
- if: '$PIPELINE_TYPE =~ /TRIGGERED_(CE|EE)_PIPELINE/ && $CI_PIPELINE_SOURCE != "pipeline"'
@@ -778,7 +777,6 @@ build-package-on-all-os:
778777
- config/software/**
779778
- config/patches/**
780779
when: always
781-
allow_failure: true
782780
variables: !reference [.build-package-on-all-os-vars]
783781
# Covering the remaining scenarios - provide the job to be manually run by developers, if required
784782
# (i) MR pipelines from omnibus-gitlab that doesn't change files which require building on all OS

0 commit comments

Comments
 (0)