Merge branch 'andrey-remove-gdk-image' into 'master'

Remove custom gdk base image

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/726

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:
Rémy Coutable 2023-09-13 08:27:09 +00:00
commit e9c1c4b663

View file

@ -46,22 +46,3 @@ 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.1'
RUBYGEMS: '3.4'
NODE: '16.14'
YARN: '1.22'
POSTGRESQL: '13'
RUST: '1.65'
GIT: '2.36'
LFS: '2.9'
ARCH: linux/amd64,linux/arm64
parallel:
matrix:
- GOLANG: ['1.19', '1.20', '1.21']