Skip to content

Commit

Permalink
ci: add kind node image matrix for end to end testing (#502)
Browse files Browse the repository at this point in the history
Signed-off-by: Leopold Jacquot <leopold.jacquot@infomaniak.com>
  • Loading branch information
L3o-pold authored Jul 27, 2023
1 parent 244a625 commit 1620a08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1620a08

Please sign in to comment.