Skip to content
Snippets Groups Projects
Commit 03dc1d3d authored by DJ Mountney's avatar DJ Mountney
Browse files

Merge branch 'allow-manual-fips-builds' into 'master'

Allow FIPS builds to be run on demand

Closes #7082

See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6389



Merged-by: default avatarDJ Mountney <dj@gitlab.com>
Approved-by: default avatarDmytro Makovey <dmakovey@gitlab.com>
Approved-by: default avatarDJ Mountney <dj@gitlab.com>
Co-authored-by: default avatarBalasankar "Balu" C <balasankar@gitlab.com>
parents eb8c2987 5c88549a
No related branches found
No related tags found
1 merge request!85Merged upstream 15.5.0+rc42.ce.0
......@@ -76,6 +76,9 @@
rules:
- !reference [.default_rules, rules]
- if: '$PIPELINE_TYPE == "EE_NIGHTLY_BUILD_PIPELINE"'
- if: '$PIPELINE_TYPE == "EE_BRANCH_BUILD_PIPELINE"'
when: manual
allow_failure: true
.rpi_branch_template: &rpi_branch_build
extends: .branch_template
......
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