mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Rename e2e to qa
This commit is contained in:
parent
423759a39f
commit
34bf5cf7ee
1 changed files with 7 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Used by gitlab e2e tests
|
||||
.e2e:
|
||||
# Used by gitlab e2e tests and other qa related tasks
|
||||
.qa:
|
||||
variables:
|
||||
LFS: '2.9'
|
||||
GIT: '2.33'
|
||||
|
|
@ -9,13 +9,13 @@
|
|||
KUBECTL: '1.23'
|
||||
DOCKER: '20.10.14'
|
||||
|
||||
e2e test:
|
||||
qa test:
|
||||
extends:
|
||||
- .e2e
|
||||
- .qa
|
||||
- .test_custom
|
||||
|
||||
e2e push:
|
||||
qa push:
|
||||
extends:
|
||||
- .e2e
|
||||
- .qa
|
||||
- .build_and_deploy_custom
|
||||
needs: ["e2e test"]
|
||||
needs: ["qa test"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue