gitlab-build-images/.gitlab/ci/customers.images.yml
2023-05-11 11:52:46 +02:00

39 lines
911 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:
RUBY: '3.2'
LFS: '2.9'
CHROME: '111'
NODE: '18.16'
YARN: '1.22'
POSTGRESQL: '12'
GIT: '2.36'
parallel:
matrix:
- 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:
RUBY: '3.2'
CHROME: '111'
NODE: '18.16'
YARN: '1.22'
GIT: '2.36'
parallel:
matrix:
- DOCKER: ['20.10.14', '']