mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Update chrome versions
Bump version in kas images
This commit is contained in:
parent
b44e0723c3
commit
ed1776761c
5 changed files with 17 additions and 25 deletions
|
|
@ -4,26 +4,24 @@ customers:
|
|||
- .build_and_push
|
||||
variables:
|
||||
LFS: '2.9'
|
||||
CHROME: '101'
|
||||
CHROME: '106'
|
||||
NODE: '16.14'
|
||||
YARN: '1.22'
|
||||
POSTGRESQL: '10'
|
||||
RUBY: '2.7'
|
||||
GIT: '2.33'
|
||||
parallel:
|
||||
matrix:
|
||||
- RUBY: ['2.7']
|
||||
GIT: ['2.33']
|
||||
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:
|
||||
- .build_and_push
|
||||
variables:
|
||||
CHROME: '101'
|
||||
CHROME: '106'
|
||||
NODE: '16.14'
|
||||
YARN: '1.22'
|
||||
DOCKER: '20.10.14'
|
||||
parallel:
|
||||
matrix:
|
||||
- RUBY: ['2.7']
|
||||
GIT: ['2.33']
|
||||
RUBY: '2.7'
|
||||
GIT: '2.33'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue