mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-08 17:42:56 +01:00
29 lines
721 B
YAML
29 lines
721 B
YAML
# Used by customers-gitlab-com rspec job: https://gitlab.com/gitlab-org/customers-gitlab-com/-/blob/staging/.gitlab-ci.yml
|
|
customers:
|
|
extends:
|
|
- .build_and_push
|
|
variables:
|
|
LFS: '2.9'
|
|
CHROME: '89'
|
|
NODE: '16.14'
|
|
YARN: '1.22'
|
|
POSTGRESQL: '10'
|
|
parallel:
|
|
matrix:
|
|
- RUBY: ['2.7.6']
|
|
GIT: ['2.33']
|
|
DOCKER: ['19.03.1', '']
|
|
|
|
# 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: '89'
|
|
NODE: '16.14'
|
|
YARN: '1.22'
|
|
DOCKER: '19.03.1'
|
|
parallel:
|
|
matrix:
|
|
- RUBY: ['2.7.6']
|
|
GIT: ['2.33']
|