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

View file

@ -1,5 +1,5 @@
# Used by gitlab e2e tests # Used by gitlab e2e tests and other qa related tasks
.e2e: .qa:
variables: variables:
LFS: '2.9' LFS: '2.9'
GIT: '2.33' GIT: '2.33'
@ -9,13 +9,13 @@
KUBECTL: '1.23' KUBECTL: '1.23'
DOCKER: '20.10.14' DOCKER: '20.10.14'
e2e test: qa test:
extends: extends:
- .e2e - .qa
- .test_custom - .test_custom
e2e push: qa push:
extends: extends:
- .e2e - .qa
- .build_and_deploy_custom - .build_and_deploy_custom
needs: ["e2e test"] needs: ["qa test"]