Rename e2e to qa

This commit is contained in:
Andrejs Cunskis 2022-05-01 14:27:13 +03:00
parent 423759a39f
commit 34bf5cf7ee
No known key found for this signature in database
GPG key ID: 87CB75083F227241

21
.gitlab/ci/qa.images.yml Normal file
View file

@ -0,0 +1,21 @@
# Used by gitlab e2e tests and other qa related tasks
.qa:
variables:
LFS: '2.9'
GIT: '2.33'
RUBY: '2.7'
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"]