mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'vs/update-customersdot-deps' into 'master'
Update CustomersDot dependencies See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/660 Merged-by: Stan Hu <stanhu@gmail.com> Approved-by: Stan Hu <stanhu@gmail.com> Co-authored-by: Vitaly Slobodin <vslobodin@gitlab.com>
This commit is contained in:
commit
09dc6d12cc
1 changed files with 7 additions and 6 deletions
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
.customers:
|
||||
extends:
|
||||
- .build_dynamic_image
|
||||
|
|
@ -13,14 +14,14 @@ customers:
|
|||
- .customers
|
||||
variables:
|
||||
LFS: '2.9'
|
||||
CHROME: '109'
|
||||
CHROME: '111'
|
||||
NODE: '16.14'
|
||||
YARN: '1.22'
|
||||
POSTGRESQL: '12'
|
||||
GIT: '2.33'
|
||||
GIT: '2.36'
|
||||
parallel:
|
||||
matrix:
|
||||
- RUBY: ['2.7', '3.0']
|
||||
- RUBY: ['2.7', '3.2']
|
||||
- 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
|
||||
|
|
@ -28,11 +29,11 @@ customers-qa-assets:
|
|||
extends:
|
||||
- .customers
|
||||
variables:
|
||||
CHROME: '109'
|
||||
CHROME: '111'
|
||||
NODE: '16.14'
|
||||
YARN: '1.22'
|
||||
GIT: '2.33'
|
||||
GIT: '2.36'
|
||||
parallel:
|
||||
matrix:
|
||||
- RUBY: ['2.7', '3.0']
|
||||
- RUBY: ['2.7', '3.2']
|
||||
- DOCKER: ['20.10.14', '']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue