mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
38 lines
933 B
YAML
38 lines
933 B
YAML
.customers:
|
|
extends:
|
|
- .build_dynamic_image
|
|
rules:
|
|
- !reference [.build_dynamic_image, rules]
|
|
- changes:
|
|
- "scripts/lib/custom-docker-build"
|
|
- ".gitlab/ci/customers.images.yml"
|
|
|
|
# Used by customers-gitlab-com rspec job: https://gitlab.com/gitlab-org/customers-gitlab-com/-/blob/staging/.gitlab-ci.yml
|
|
customers:
|
|
extends:
|
|
- .customers
|
|
variables:
|
|
LFS: '2.9'
|
|
CHROME: '109'
|
|
NODE: '16.14'
|
|
YARN: '1.22'
|
|
POSTGRESQL: '10'
|
|
GIT: '2.33'
|
|
parallel:
|
|
matrix:
|
|
- RUBY: ['2.7', '3.0']
|
|
- 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:
|
|
- .customers
|
|
variables:
|
|
CHROME: '109'
|
|
NODE: '16.14'
|
|
YARN: '1.22'
|
|
GIT: '2.33'
|
|
parallel:
|
|
matrix:
|
|
- RUBY: ['2.7', '3.0']
|
|
- DOCKER: ['20.10.14', '']
|