Skip to content
Snippets Groups Projects
Unverified Commit 85c5e20c authored by Mayra Cabrera's avatar Mayra Cabrera Committed by GitLab
Browse files

Merge branch 'default-ruby-16-6' into '16-6-stable-ee'

ci: For 16-6 Use default Ruby version for MRs targeting stable branches

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



Merged-by: default avatarMayra Cabrera <mcabrera@gitlab.com>
Approved-by: default avatarRémy Coutable <remy@rymai.me>
Approved-by: default avatarMayra Cabrera <mcabrera@gitlab.com>
Co-authored-by: default avatarRémy Coutable <remy@rymai.me>
parents 27f91cb4 7b062a7c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -65,7 +65,7 @@ workflow:
- if: '$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME =~ /^release-tools\/\d+\.\d+\.\d+-rc\d+$/ && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME =~ /^[\d-]+-stable(-ee)?$/ && $CI_PROJECT_PATH == "gitlab-org/gitlab"'
when: never
# For merge requests running exclusively in Ruby 3.0
- if: '$CI_MERGE_REQUEST_LABELS =~ /pipeline:run-in-ruby3_0/'
- if: '$CI_MERGE_REQUEST_LABELS =~ /pipeline:run-in-ruby3_0/ || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME =~ /^[\d-]+-stable(-ee)?$/'
variables:
<<: *default-ruby-variables
PIPELINE_NAME: 'Ruby $RUBY_VERSION $CI_MERGE_REQUEST_EVENT_TYPE MR pipeline'
Loading
Loading
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