Skip to content

Commit 2f56aa7

Browse files
committed
TEST: Kind: update to v0.11.1
increase testing k8s versions to: v1.17.17 v1.18.19 v1.19.11
1 parent 3dc3c4f commit 2f56aa7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/e2e.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ jobs:
55
kind:
66
strategy:
77
matrix:
8-
k8s-version: ['v1.17.5', 'v1.18.6','v1.19.3']
8+
k8s-version: ['v1.17.17', 'v1.18.19','v1.19.11']
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Install haproxy
1212
run: sudo apt-get install haproxy
1313
- uses: actions/checkout@master
1414
- uses: actions/setup-go@v2
1515
with:
16-
go-version: '^1.15.1' # The Go version to download (if necessary) and use.
16+
go-version: '^1.16.6' # The Go version to download (if necessary) and use.
1717
- uses: engineerd/[email protected]
1818
with:
1919
name: dev
2020
config: deploy/tests/kind-config.yaml
2121
image: kindest/node:${{ matrix.k8s-version }}
22-
version: v0.8.1
22+
version: v0.11.1
2323
- name: Setup
2424
run: deploy/tests/ci.sh
2525
- name: Run parallel e2e tests

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ stages:
55
- e2e-tests
66
variables:
77
KUBECTL: v1.19.3
8-
KIND: v0.9.0
8+
KIND: v0.11.1
99
DOCKER_HOST: tcp://docker:2375
1010
DOCKER_DRIVER: overlay2
1111
diff:
@@ -91,13 +91,13 @@ unit-tests:
9191
- branches
9292
k8s_17:
9393
variables:
94-
K8S_VERSION: v1.17.5
94+
K8S_VERSION: v1.17.17
9595
extends: .kind_deployment
9696
k8s_18:
9797
variables:
98-
K8S_VERSION: v1.18.6
98+
K8S_VERSION: v1.18.19
9999
extends: .kind_deployment
100100
k8s_19:
101101
variables:
102-
K8S_VERSION: v1.19.3
102+
K8S_VERSION: v1.19.11
103103
extends: .kind_deployment

deploy/tests/kind-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ networking:
55
kind: Cluster
66
nodes:
77
- role: control-plane
8-
image: kindest/node:v1.18.6
8+
image: kindest/node:v1.18.19
99
extraPortMappings:
1010
- hostPort: 30080
1111
containerPort: 30080

0 commit comments

Comments
 (0)