Skip to content

Commit 1620a08

Browse files
authored
ci: add kind node image matrix for end to end testing (#502)
Signed-off-by: Leopold Jacquot <[email protected]>
1 parent 244a625 commit 1620a08

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ jobs:
119119
e2e-test:
120120
runs-on: ubuntu-latest
121121
needs: docker-local
122+
strategy:
123+
matrix:
124+
node_image: [ v1.25.0, v1.26.0, v1.27.0 ]
122125
steps:
123126
- name: Install Go
124127
uses: actions/setup-go@v4
@@ -147,6 +150,7 @@ jobs:
147150
with:
148151
config: ./test/e2e/kind-cluster.yml
149152
cluster_name: open-feature-operator-test
153+
node_image: kindest/node:${{ matrix.node_image }}
150154
- name: Download KUTTL
151155
run: |
152156
curl -fL https://github.com/kudobuilder/kuttl/releases/download/${{ env.KUTTL_VERSION }}/kubectl-kuttl_${KUTTL_VERSION#v}_linux_x86_64 -o kubectl-kuttl

0 commit comments

Comments
 (0)