mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Drop Ruby 2 from CustomersDot images
This commit is contained in:
parent
e33387682e
commit
8adae9eb11
1 changed files with 4 additions and 4 deletions
|
|
@ -13,6 +13,7 @@ customers:
|
||||||
extends:
|
extends:
|
||||||
- .customers
|
- .customers
|
||||||
variables:
|
variables:
|
||||||
|
RUBY: '3.2'
|
||||||
LFS: '2.9'
|
LFS: '2.9'
|
||||||
CHROME: '111'
|
CHROME: '111'
|
||||||
NODE: '18.16'
|
NODE: '18.16'
|
||||||
|
|
@ -21,19 +22,18 @@ customers:
|
||||||
GIT: '2.36'
|
GIT: '2.36'
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
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
|
# 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:
|
customers-qa-assets:
|
||||||
extends:
|
extends:
|
||||||
- .customers
|
- .customers
|
||||||
variables:
|
variables:
|
||||||
|
RUBY: '3.2'
|
||||||
CHROME: '111'
|
CHROME: '111'
|
||||||
NODE: '18.16'
|
NODE: '18.16'
|
||||||
YARN: '1.22'
|
YARN: '1.22'
|
||||||
GIT: '2.36'
|
GIT: '2.36'
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- RUBY: ['2.7', '3.2']
|
- DOCKER: ['20.10.14', '']
|
||||||
DOCKER: ['20.10.14', '']
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue