Skip to content

Commit a10f13c

Browse files
committed
Fix clusters for gitlab
1 parent 38d23ce commit a10f13c

1 file changed

Lines changed: 5 additions & 27 deletions

File tree

.gitlab-ci.yml

Lines changed: 5 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -42,56 +42,34 @@ test:unit:
4242
stage: E2E
4343
image: docker:git
4444
variables:
45-
K8S_VERSION: k8s-1.18.12
45+
K8S_VERSION: k8s-1.19.10
4646
before_script:
4747
- apk add --no-cache git make musl-dev go openssh-client
4848
script:
4949
- go test $(go list ./... | grep e2etests) -v -timeout 60m
5050
tags:
5151
- hc-bladerunner-build
5252

53-
k8s-1.17:
54-
<<: *testk8se2e
55-
variables:
56-
K8S_VERSION: k8s-1.17.14
57-
58-
k8s-1.17 networks:
59-
<<: *testk8se2e
60-
variables:
61-
K8S_VERSION: k8s-1.17.14
62-
USE_NETWORKS: "yes"
63-
64-
k8s-1.18:
65-
<<: *testk8se2e
66-
variables:
67-
K8S_VERSION: k8s-1.18.12
68-
69-
k8s-1.18 networks:
70-
<<: *testk8se2e
71-
variables:
72-
K8S_VERSION: k8s-1.18.12
73-
USE_NETWORKS: "yes"
74-
7553
k8s-1.19:
7654
<<: *testk8se2e
7755
variables:
78-
K8S_VERSION: k8s-1.19.4
56+
K8S_VERSION: k8s-1.19.10
7957

8058
k8s-1.19 networks:
8159
<<: *testk8se2e
8260
variables:
83-
K8S_VERSION: k8s-1.19.4
61+
K8S_VERSION: k8s-1.19.10
8462
USE_NETWORKS: "yes"
8563

8664
k8s-1.20:
8765
<<: *testk8se2e
8866
variables:
89-
K8S_VERSION: k8s-1.20.0
67+
K8S_VERSION: k8s-1.20.6
9068

9169
k8s-1.20 networks:
9270
<<: *testk8se2e
9371
variables:
94-
K8S_VERSION: k8s-1.20.0
72+
K8S_VERSION: k8s-1.20.6
9573
USE_NETWORKS: "yes"
9674

9775
k8s-1.21:

0 commit comments

Comments
 (0)