mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'andrey-gdk-image' into 'master'
Add gdk base image See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/645 Merged-by: Rémy Coutable <remy@rymai.me> Approved-by: Rémy Coutable <remy@rymai.me> Reviewed-by: Rémy Coutable <remy@rymai.me> Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
This commit is contained in:
commit
aff31cf90d
1 changed files with 17 additions and 0 deletions
|
|
@ -46,3 +46,20 @@ e2e-full:
|
||||||
GCLOUD: '383'
|
GCLOUD: '383'
|
||||||
KUBECTL: '1.23'
|
KUBECTL: '1.23'
|
||||||
ARCH: linux/amd64,linux/arm64
|
ARCH: linux/amd64,linux/arm64
|
||||||
|
|
||||||
|
# Used by e2e tests running against gdk
|
||||||
|
e2e-gdk:
|
||||||
|
extends:
|
||||||
|
- .e2e
|
||||||
|
variables:
|
||||||
|
OS: 'debian:bullseye-slim'
|
||||||
|
RUBY: '3.0'
|
||||||
|
RUBYGEMS: '3.4'
|
||||||
|
NODE: '16.14'
|
||||||
|
YARN: '1.22'
|
||||||
|
POSTGRESQL: '12'
|
||||||
|
GOLANG: '1.19'
|
||||||
|
RUST: '1.65'
|
||||||
|
GIT: '2.36'
|
||||||
|
LFS: '2.9'
|
||||||
|
ARCH: linux/amd64,linux/arm64
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue