Merge branch 'vs/drop-ruby2-customersdot' into 'master'

Drop Ruby 2 from CustomersDot images

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/680

Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: Vitaly Slobodin <vslobodin@gitlab.com>
This commit is contained in:
Balasankar 'Balu' C 2023-05-12 09:38:07 +00:00
commit fbd9f0dc18

View file

@ -13,6 +13,7 @@ customers:
extends:
- .customers
variables:
RUBY: '3.2'
LFS: '2.9'
CHROME: '111'
NODE: '18.16'
@ -21,19 +22,18 @@ customers:
GIT: '2.36'
parallel:
matrix:
- RUBY: ['2.7', '3.2']
DOCKER: ['20.10.14', '']
- DOCKER: ['20.10.14', '']
# Used by customers-gitlab-com qa e2e test: https://gitlab.com/gitlab-org/customers-gitlab-com/-/blob/staging/.gitlab/ci/e2e.gitlab-ci.yml
customers-qa-assets:
extends:
- .customers
variables:
RUBY: '3.2'
CHROME: '111'
NODE: '18.16'
YARN: '1.22'
GIT: '2.36'
parallel:
matrix:
- RUBY: ['2.7', '3.2']
DOCKER: ['20.10.14', '']
- DOCKER: ['20.10.14', '']