1
1
periodics :
2
2
- interval : 24h
3
- name : ci-dualstack-azure-e2e-1-19
3
+ name : ci-dualstack-azure-e2e-1-20
4
4
decorate : true
5
5
decoration_config :
6
6
timeout : 5h
@@ -11,11 +11,11 @@ periodics:
11
11
extra_refs :
12
12
- org : kubernetes
13
13
repo : kubernetes
14
- base_ref : release-1.19
14
+ base_ref : release-1.20
15
15
path_alias : k8s.io/kubernetes
16
16
spec :
17
17
containers :
18
- - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20211111-d096cb0c5f -1.19
18
+ - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20211124-2ed05120f3 -1.20
19
19
command :
20
20
- runner.sh
21
21
- kubetest
@@ -32,25 +32,28 @@ periodics:
32
32
- --aksengine-agentpoolcount=2
33
33
- --aksengine-admin-username=azureuser
34
34
- --aksengine-creds=$(AZURE_CREDENTIALS)
35
- - --aksengine-orchestratorRelease=1.19
35
+ - --aksengine-orchestratorRelease=1.20
36
36
- --aksengine-mastervmsize=Standard_DS2_v2
37
37
- --aksengine-agentvmsize=Standard_D4s_v3
38
38
- --aksengine-deploy-custom-k8s
39
39
- --aksengine-public-key=$(AZURE_SSH_PUBLIC_KEY_FILE)
40
40
- --aksengine-template-url=https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-azure/master/tests/k8s-azure/manifest/linux-dual-stack-ipvs-kubenet.json
41
41
- --aksengine-download-url=https://aka.ms/aks-engine/aks-engine-k8s-e2e.tar.gz
42
- # Specific test args
43
- - --test_args=--ginkgo.focus=\[Feature:IPv6DualStackAlphaFeature\]
42
+ # Skipping "Should recreate evicted statefulset" because of an issue in dockershim for dualstack
43
+ # Suggested fix - https://github.com/kubernetes/kubernetes/pull/94382
44
+ # Skipping "HostPort validates that there is no conflict between pods with same hostPort but different hostIP and protocol" because of kubenet bug in HostPort impl
45
+ # Skipping Feature:SCTPConnectivity tests because the vhd used for tests doesn't have sctp enabled
46
+ - --test_args=--ginkgo.focus=\[Feature:IPv6DualStack\]|\[Conformance\] --ginkgo.skip=\[Slow\]|\[Serial\]|\[Flaky\]|\[Feature:SCTPConnectivity\]|Should.recreate.evicted.statefulset|HostPort.validates.that.there.is.no.conflict.between.pods.with.same.hostPort.but.different.hostIP.and.protocol
44
47
- --ginkgo-parallel=1
45
48
securityContext :
46
49
privileged : true
47
50
annotations :
48
- testgrid-dashboards : sig-network-dualstack-azure-e2e, provider-azure-dualstack, provider-azure-1.19 -signal
49
- testgrid-tab-name : dualstack-azure-e2e-1-19
51
+ testgrid-dashboards : sig-network-dualstack-azure-e2e, provider-azure-dualstack, provider-azure-1.20 -signal
52
+ testgrid-tab-name : dualstack-azure-e2e-1-20
50
53
testgrid-alert-email :
[email protected]
51
- description : " Dual-stack e2e tests on a 1.19 Kubernetes cluster provided by aks-engine (https://github.com/Azure/aks-engine) on Azure cloud"
54
+ description : " Dual-stack e2e tests on a 1.20 Kubernetes cluster provided by aks-engine (https://github.com/Azure/aks-engine) on Azure cloud"
52
55
- interval : 24h
53
- name : ci-dualstack-azure-e2e-1-20
56
+ name : ci-dualstack-azure-e2e-1-21
54
57
decorate : true
55
58
decoration_config :
56
59
timeout : 5h
@@ -61,11 +64,11 @@ periodics:
61
64
extra_refs :
62
65
- org : kubernetes
63
66
repo : kubernetes
64
- base_ref : release-1.20
67
+ base_ref : release-1.21
65
68
path_alias : k8s.io/kubernetes
66
69
spec :
67
70
containers :
68
- - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20211124-2ed05120f3-1.20
71
+ - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20211124-2ed05120f3-1.21
69
72
command :
70
73
- runner.sh
71
74
- kubetest
@@ -82,7 +85,7 @@ periodics:
82
85
- --aksengine-agentpoolcount=2
83
86
- --aksengine-admin-username=azureuser
84
87
- --aksengine-creds=$(AZURE_CREDENTIALS)
85
- - --aksengine-orchestratorRelease=1.20
88
+ - --aksengine-orchestratorRelease=1.21
86
89
- --aksengine-mastervmsize=Standard_DS2_v2
87
90
- --aksengine-agentvmsize=Standard_D4s_v3
88
91
- --aksengine-deploy-custom-k8s
@@ -98,12 +101,12 @@ periodics:
98
101
securityContext :
99
102
privileged : true
100
103
annotations :
101
- testgrid-dashboards : sig-network-dualstack-azure-e2e, provider-azure-dualstack, provider-azure-1.20 -signal
102
- testgrid-tab-name : dualstack-azure-e2e-1-20
104
+ testgrid-dashboards : sig-network-dualstack-azure-e2e, provider-azure-dualstack, provider-azure-1.21 -signal
105
+ testgrid-tab-name : dualstack-azure-e2e-1-21
103
106
testgrid-alert-email :
[email protected]
104
- description : " Dual-stack e2e tests on a 1.20 Kubernetes cluster provided by aks-engine (https://github.com/Azure/aks-engine) on Azure cloud"
107
+ description : " Dual-stack e2e tests on a 1.21 Kubernetes cluster provided by aks-engine (https://github.com/Azure/aks-engine) on Azure cloud"
105
108
- interval : 24h
106
- name : ci-dualstack-azure-e2e-1-21
109
+ name : ci-dualstack-azure-e2e-1-22
107
110
decorate : true
108
111
decoration_config :
109
112
timeout : 5h
@@ -114,11 +117,11 @@ periodics:
114
117
extra_refs :
115
118
- org : kubernetes
116
119
repo : kubernetes
117
- base_ref : release-1.21
120
+ base_ref : release-1.22
118
121
path_alias : k8s.io/kubernetes
119
122
spec :
120
123
containers :
121
- - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20211124-2ed05120f3-1.21
124
+ - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20211124-2ed05120f3-1.22
122
125
command :
123
126
- runner.sh
124
127
- kubetest
@@ -135,7 +138,7 @@ periodics:
135
138
- --aksengine-agentpoolcount=2
136
139
- --aksengine-admin-username=azureuser
137
140
- --aksengine-creds=$(AZURE_CREDENTIALS)
138
- - --aksengine-orchestratorRelease=1.21
141
+ - --aksengine-orchestratorRelease=1.22
139
142
- --aksengine-mastervmsize=Standard_DS2_v2
140
143
- --aksengine-agentvmsize=Standard_D4s_v3
141
144
- --aksengine-deploy-custom-k8s
@@ -151,12 +154,12 @@ periodics:
151
154
securityContext :
152
155
privileged : true
153
156
annotations :
154
- testgrid-dashboards : sig-network-dualstack-azure-e2e, provider-azure-dualstack, provider-azure-1.21 -signal
155
- testgrid-tab-name : dualstack-azure-e2e-1-21
157
+ testgrid-dashboards : sig-network-dualstack-azure-e2e, provider-azure-dualstack, provider-azure-1.22 -signal
158
+ testgrid-tab-name : dualstack-azure-e2e-1-22
156
159
testgrid-alert-email :
[email protected]
157
- description : " Dual-stack e2e tests on a 1.21 Kubernetes cluster provided by aks-engine (https://github.com/Azure/aks-engine) on Azure cloud"
160
+ description : " Dual-stack e2e tests on a 1.22 Kubernetes cluster provided by aks-engine (https://github.com/Azure/aks-engine) on Azure cloud"
158
161
- interval : 24h
159
- name : ci-dualstack-azure-e2e-1-22
162
+ name : ci-dualstack-azure-e2e-1-23
160
163
decorate : true
161
164
decoration_config :
162
165
timeout : 5h
@@ -167,11 +170,11 @@ periodics:
167
170
extra_refs :
168
171
- org : kubernetes
169
172
repo : kubernetes
170
- base_ref : release-1.22
173
+ base_ref : release-1.23
171
174
path_alias : k8s.io/kubernetes
172
175
spec :
173
176
containers :
174
- - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20211124-2ed05120f3 -1.22
177
+ - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20211111-d096cb0c5f -1.23
175
178
command :
176
179
- runner.sh
177
180
- kubetest
@@ -188,7 +191,7 @@ periodics:
188
191
- --aksengine-agentpoolcount=2
189
192
- --aksengine-admin-username=azureuser
190
193
- --aksengine-creds=$(AZURE_CREDENTIALS)
191
- - --aksengine-orchestratorRelease=1.22
194
+ - --aksengine-orchestratorRelease=1.23
192
195
- --aksengine-mastervmsize=Standard_DS2_v2
193
196
- --aksengine-agentvmsize=Standard_D4s_v3
194
197
- --aksengine-deploy-custom-k8s
@@ -204,10 +207,10 @@ periodics:
204
207
securityContext :
205
208
privileged : true
206
209
annotations :
207
- testgrid-dashboards : sig-network-dualstack-azure-e2e, provider-azure-dualstack, provider-azure-1.22 -signal
208
- testgrid-tab-name : dualstack-azure-e2e-1-22
210
+ testgrid-dashboards : sig-network-dualstack-azure-e2e, provider-azure-dualstack, provider-azure-1.23 -signal
211
+ testgrid-tab-name : dualstack-azure-e2e-1-23
209
212
testgrid-alert-email :
[email protected]
210
- description : " Dual-stack e2e tests on a 1.22 Kubernetes cluster provided by aks-engine (https://github.com/Azure/aks-engine) on Azure cloud"
213
+ description : " Dual-stack e2e tests on a 1.23 Kubernetes cluster provided by aks-engine (https://github.com/Azure/aks-engine) on Azure cloud"
211
214
- interval : 24h
212
215
name : ci-dualstack-azure-e2e-master-iptables
213
216
decorate : true
0 commit comments