Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 3a55c11

Browse files
authored
Generated test files for new kind node image and removed test files for oldest kind node image.
1 parent 10a3c44 commit 3a55c11

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/kuttl-e2e-test-1.21.yaml renamed to .github/workflows/kuttl-e2e-test-1.26.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: e2e test 1.21
1+
name: e2e test 1.26
22

33
on: [push, pull_request]
44

55
jobs:
66
test:
7-
name: e2e test 1.21
7+
name: e2e test 1.26
88
runs-on: ubuntu-latest
99
env:
1010
KUTTL: /usr/local/bin/kubectl-kuttl
@@ -41,7 +41,7 @@ jobs:
4141
sudo chmod +x kind
4242
4343
- name: Start kind
44-
run: kind create cluster --retain --wait 2m --config e2e/kind/kind-config-1.21.yaml
44+
run: kind create cluster --retain --wait 2m --config e2e/kind/kind-config-1.26.yaml
4545

4646
- name: Load operator image
4747
run: kind load docker-image storageos/portal-manager:develop
@@ -52,7 +52,7 @@ jobs:
5252
sudo chmod +x $KUTTL
5353
5454
- name: Run kuttl
55-
run: kubectl-kuttl test --config e2e/kuttl/portal-manager-1.21.yaml
55+
run: kubectl-kuttl test --config e2e/kuttl/portal-manager-1.26.yaml
5656
env:
5757
TENANT_ID: ${{ secrets.TENANT_ID }}
5858
URL: ${{ secrets.URL }}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ MANIFESTS_IMAGE ?= storageos/portal-manager-manifests:test
1414
# Generate kuttl e2e tests for the following storageos/kind-node versions
1515
# TEST_KIND_NODES is not intended to be updated manually.
1616
# Please run 'LATEST_KIND_NODE=<latest-kind-node> make update-kind-nodes'.
17-
TEST_KIND_NODES ?= 1.21.0,1.22.3,1.23.0,1.24.2,1.25.0
17+
TEST_KIND_NODES ?= 1.22.3,1.23.0,1.24.2,1.25.0,1.26.0
1818
REPO ?= portal-manager
1919

2020
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ kind: Cluster
22
apiVersion: kind.x-k8s.io/v1alpha4
33
nodes:
44
- role: control-plane
5-
image: storageos/kind-node:v1.21.0
5+
image: storageos/kind-node:v1.26.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: kuttl.dev/v1beta1
22
kind: TestSuite
33
testDirs:
44
- ./e2e/tests/stable
5-
kindConfig: e2e/kind/kind-config-1.21.yaml
5+
kindConfig: e2e/kind/kind-config-1.26.yaml
66
startKIND: false
77
kindContainers:
88
- storageos/portal-manager:develop

0 commit comments

Comments
 (0)