mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
23 lines
370 B
YAML
23 lines
370 B
YAML
# Used by gitlab e2e tests and other qa related tasks
|
|
.qa:
|
|
variables:
|
|
DEBIAN: bullseye
|
|
LFS: '2.9'
|
|
GIT: '2.33'
|
|
RUBY: '2.7'
|
|
BUNDLER: '2.3'
|
|
CHROME: '99'
|
|
GCLOUD: '383'
|
|
KUBECTL: '1.23'
|
|
DOCKER: '20.10.14'
|
|
|
|
qa test:
|
|
extends:
|
|
- .qa
|
|
- .test_custom
|
|
|
|
qa push:
|
|
extends:
|
|
- .qa
|
|
- .build_and_deploy_custom
|
|
needs: ["qa test"]
|