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

Merge branch 'dattang/add-pipeline-name-for-ubi-and-fips' into 'master'

Add pipeline name for UBI and FIPS pipelines

See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/2259



Merged-by: default avatarBalasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: default avatarBalasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: default avatarDat Tang <dattang@gitlab.com>
parents d839fbfe 0f41791a
No related merge requests found
......@@ -104,6 +104,12 @@ workflow:
- if: '$CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH !~ /-stable$/'
variables:
RUBY_VERSION: $NEXT_RUBY_VERSION
- if: '$UBI_PIPELINE == "true"'
variables:
PIPELINE_TYPE: UBI_PIPELINE
- if: '$FIPS_PIPELINE == "true"'
variables:
PIPELINE_TYPE: FIPS_PIPELINE
# Run regular pipelines on pushes to stable branches
- if: '$CI_COMMIT_BRANCH =~ /-stable$/'
# No pipeline on tag pushes to .com - canonical and security mirror. We build them in dev and sync to com
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment