File tree 1 file changed +11
-7
lines changed
1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
jobs :
2
- - job : e2e_tests
2
+ - job :
3
3
timeoutInMinutes : 15
4
4
cancelTimeoutInMinutes : 5
5
5
workspace :
@@ -23,15 +23,22 @@ jobs:
23
23
# - KEY_NAME
24
24
# - KEY_VERSION
25
25
- group : kubernetes-kms
26
-
26
+ strategy :
27
+ matrix :
28
+ kind_v1_22_13 :
29
+ KUBERNETES_VERSION : v1.22.13
30
+ kind_v1_23_10 :
31
+ KUBERNETES_VERSION : v1.23.10
32
+ kind_v1_24_4 :
33
+ KUBERNETES_VERSION : v1.24.4
34
+ kind_v1_25_0 :
35
+ KUBERNETES_VERSION : v1.25.0
27
36
steps :
28
37
- task : GoTool@0
29
38
inputs :
30
39
version : 1.19
31
-
32
40
- script : make e2e-install-prerequisites
33
41
displayName : " Install e2e test prerequisites"
34
-
35
42
- script : |
36
43
make e2e-setup-kind
37
44
displayName: "Setup kind cluster with azure kms plugin"
43
50
KIND_NETWORK: $(KIND_NETWORK)
44
51
AZURE_CLIENT_ID: $(AZURE_CLIENT_ID)
45
52
AZURE_CLIENT_SECRET: $(AZURE_CLIENT_SECRET)
46
-
47
53
- template : cluster-health-template.yml
48
54
- template : kind-debug-template.yml
49
-
50
55
- script : make e2e-test
51
56
displayName : " Run e2e tests"
52
-
53
57
- template : cleanup-template.yml
You can’t perform that action at this time.
0 commit comments