Skip to content

Commit 510bb0b

Browse files
authored
Merge pull request kubernetes-sigs#1123 from aramase/ci-v1.26.0
ci: enable tests with kubernetes v1.26
2 parents fdb2901 + 47bd321 commit 510bb0b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/e2e.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: e2e_mock_provider_tests
2-
on:
2+
on:
33
workflow_dispatch:
44
inputs:
55
registry:
@@ -24,32 +24,32 @@ jobs:
2424
timeout-minutes: 20
2525
strategy:
2626
matrix:
27-
KUBERNETES_VERSION: ["v1.22.13", "v1.23.10", "v1.24.4", "v1.25.0"]
27+
KUBERNETES_VERSION: ["v1.23.13", "v1.24.7", "v1.25.3", "v1.26.0"]
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
3131
with:
3232
submodules: true
33-
fetch-depth: 0
33+
fetch-depth: 0
3434
- name: Setup BATS
3535
# pinning to the sha af9a00deb21b5d795cabfeaa8d9060410377686d from https://github.com/mig4/setup-bats/releases/tag/v1.2.0
3636
uses: mig4/setup-bats@af9a00deb21b5d795cabfeaa8d9060410377686d
3737
with:
38-
bats-version: 1.4.1
38+
bats-version: 1.4.1
3939
- name: Setup Kind
4040
# pinning to the sha aa272fe2a7309878ffc2a81c56cfe3ef108ae7d0 from https://github.com/engineerd/setup-kind/releases/tag/v0.5.0
4141
uses: engineerd/setup-kind@aa272fe2a7309878ffc2a81c56cfe3ef108ae7d0
4242
with:
43-
version: "v0.15.0"
43+
version: "v0.17.0"
4444
image: "kindest/node:${{ matrix.KUBERNETES_VERSION }}"
4545
- name: Test
4646
run: |
4747
# GH action sets this var by default. We need to explicitly unset it so that build commit hash is not appended to image tag.
4848
unset CI
4949
5050
make e2e-helm-deploy e2e-mock-provider-container e2e-provider-deploy e2e-provider
51-
env:
51+
env:
5252
REGISTRY: ${{ github.event.inputs.registry }}
53-
IMAGE_NAME: ${{ github.event.inputs.driverImageName }}
54-
CRD_IMAGE_NAME: ${{ github.event.inputs.crdImageName }}
53+
IMAGE_NAME: ${{ github.event.inputs.driverImageName }}
54+
CRD_IMAGE_NAME: ${{ github.event.inputs.crdImageName }}
5555
IMAGE_VERSION: ${{ github.event.inputs.imageVersion }}

0 commit comments

Comments
 (0)