Remove custom gdk base image

This commit is contained in:
Andrejs Cunskis 2023-09-13 11:05:30 +03:00
parent 6759a77734
commit a9ed9bbf3a
No known key found for this signature in database
GPG key ID: 87CB75083F227241

View file

@ -46,22 +46,3 @@ e2e-full:
GCLOUD: '383'
KUBECTL: '1.23'
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']