From 1620a08a1163986bed20a1d1a723ef92996f0e3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9opold=20Jacquot?= Date: Thu, 27 Jul 2023 14:13:03 +0200 Subject: [PATCH] ci: add kind node image matrix for end to end testing (#502) Signed-off-by: Leopold Jacquot --- .github/workflows/pr-checks.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 58ddb5ec3..81955564f 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -119,6 +119,9 @@ jobs: e2e-test: runs-on: ubuntu-latest needs: docker-local + strategy: + matrix: + node_image: [ v1.25.0, v1.26.0, v1.27.0 ] steps: - name: Install Go uses: actions/setup-go@v4 @@ -147,6 +150,7 @@ jobs: with: config: ./test/e2e/kind-cluster.yml cluster_name: open-feature-operator-test + node_image: kindest/node:${{ matrix.node_image }} - name: Download KUTTL run: | curl -fL https://github.com/kudobuilder/kuttl/releases/download/${{ env.KUTTL_VERSION }}/kubectl-kuttl_${KUTTL_VERSION#v}_linux_x86_64 -o kubectl-kuttl