Skip to content
Snippets Groups Projects
Commit a6186d22 authored by Balasankar 'Balu' C's avatar Balasankar 'Balu' C
Browse files

Do not allow build-package-on-all-os job to fail on automatic runs

parent 3f7dd9d4
1 merge request!100Upstream Merge of 16.1 CE branching point
......@@ -775,7 +775,6 @@
# Triggers from GitLab Rails/Gitaly/GitLab Pages pipeline which forced building on all OS automatically
- if: '$PIPELINE_TYPE =~ /TRIGGERED_(CE|EE)_PIPELINE/ && $BUILD_ON_ALL_OS == "true"'
when: always
allow_failure: true
variables: !reference [.build-package-on-all-os-vars]
# MR pipelines from omnibus-gitlab that change files which require building on all OS automatically
- if: '$PIPELINE_TYPE =~ /TRIGGERED_(CE|EE)_PIPELINE/ && $CI_PIPELINE_SOURCE != "pipeline"'
......@@ -785,7 +784,6 @@
- config/software/**
- config/patches/**
when: always
allow_failure: true
variables: !reference [.build-package-on-all-os-vars]
# Covering the remaining scenarios - provide the job to be manually run by developers, if required
# (i) MR pipelines from omnibus-gitlab that doesn't change files which require building on all OS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment