mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'vs/add-ruby-3-for-customersdot' into 'master'
Add Ruby 3 support for CustomersDot images See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/647 Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by: Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by: Vitaly Slobodin <vslobodin@gitlab.com>
This commit is contained in:
commit
7cd2352be6
1 changed files with 5 additions and 3 deletions
|
|
@ -17,10 +17,10 @@ customers:
|
||||||
NODE: '16.14'
|
NODE: '16.14'
|
||||||
YARN: '1.22'
|
YARN: '1.22'
|
||||||
POSTGRESQL: '10'
|
POSTGRESQL: '10'
|
||||||
RUBY: '2.7'
|
|
||||||
GIT: '2.33'
|
GIT: '2.33'
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
|
- RUBY: ['2.7', '3.0']
|
||||||
- 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
|
||||||
|
|
@ -31,6 +31,8 @@ customers-qa-assets:
|
||||||
CHROME: '109'
|
CHROME: '109'
|
||||||
NODE: '16.14'
|
NODE: '16.14'
|
||||||
YARN: '1.22'
|
YARN: '1.22'
|
||||||
DOCKER: '20.10.14'
|
|
||||||
RUBY: '2.7'
|
|
||||||
GIT: '2.33'
|
GIT: '2.33'
|
||||||
|
parallel:
|
||||||
|
matrix:
|
||||||
|
- RUBY: ['2.7', '3.0']
|
||||||
|
- DOCKER: ['20.10.14', '']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue