File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : e2e_mock_provider_tests
2
- on :
2
+ on :
3
3
workflow_dispatch :
4
4
inputs :
5
5
registry :
@@ -24,32 +24,32 @@ jobs:
24
24
timeout-minutes : 20
25
25
strategy :
26
26
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"]
28
28
steps :
29
29
- name : Checkout
30
30
uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
31
31
with :
32
32
submodules : true
33
- fetch-depth : 0
33
+ fetch-depth : 0
34
34
- name : Setup BATS
35
35
# pinning to the sha af9a00deb21b5d795cabfeaa8d9060410377686d from https://github.com/mig4/setup-bats/releases/tag/v1.2.0
36
36
uses : mig4/setup-bats@af9a00deb21b5d795cabfeaa8d9060410377686d
37
37
with :
38
- bats-version : 1.4.1
38
+ bats-version : 1.4.1
39
39
- name : Setup Kind
40
40
# pinning to the sha aa272fe2a7309878ffc2a81c56cfe3ef108ae7d0 from https://github.com/engineerd/setup-kind/releases/tag/v0.5.0
41
41
uses : engineerd/setup-kind@aa272fe2a7309878ffc2a81c56cfe3ef108ae7d0
42
42
with :
43
- version : " v0.15 .0"
43
+ version : " v0.17 .0"
44
44
image : " kindest/node:${{ matrix.KUBERNETES_VERSION }}"
45
45
- name : Test
46
46
run : |
47
47
# GH action sets this var by default. We need to explicitly unset it so that build commit hash is not appended to image tag.
48
48
unset CI
49
49
50
50
make e2e-helm-deploy e2e-mock-provider-container e2e-provider-deploy e2e-provider
51
- env :
51
+ env :
52
52
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 }}
55
55
IMAGE_VERSION : ${{ github.event.inputs.imageVersion }}
You can’t perform that action at this time.
0 commit comments