mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-08 17:42:56 +01:00
22 lines
458 B
YAML
22 lines
458 B
YAML
# Used by gitlab e2e tests and other qa related tasks
|
|
|
|
# Base image used by QA framework unit tests and other jobs not requiring full toolset
|
|
e2e-base:
|
|
variables:
|
|
DEBIAN: bullseye
|
|
GIT: '2.33'
|
|
RUBY: '2.7'
|
|
BUNDLER: '2.3'
|
|
CHROME: '99'
|
|
extends:
|
|
- .build_and_push
|
|
|
|
# Image used for running full e2e test suite
|
|
e2e-full:
|
|
variables:
|
|
LFS: '2.9'
|
|
GCLOUD: '383'
|
|
KUBECTL: '1.23'
|
|
DOCKER: '20.10.14'
|
|
extends:
|
|
- e2e-base
|