mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 10:32:56 +01:00
Add ci jobs
This commit is contained in:
parent
7a97735026
commit
5c36d00eae
1 changed files with 21 additions and 0 deletions
21
.gitlab/ci/e2e.images.yml
Normal file
21
.gitlab/ci/e2e.images.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
# Used by gitlab e2e tests
|
||||||
|
.e2e:
|
||||||
|
variables:
|
||||||
|
LFS: '2.9'
|
||||||
|
GIT: '2.33'
|
||||||
|
RUBY: '2.7'
|
||||||
|
CHROME: '99'
|
||||||
|
GCLOUD: '383'
|
||||||
|
KUBECTL: '1.23'
|
||||||
|
DOCKER: '20.10.14'
|
||||||
|
|
||||||
|
e2e test:
|
||||||
|
extends:
|
||||||
|
- .e2e
|
||||||
|
- .test_custom
|
||||||
|
|
||||||
|
e2e push:
|
||||||
|
extends:
|
||||||
|
- .e2e
|
||||||
|
- .build_and_deploy_custom
|
||||||
|
needs: ["e2e test"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue