File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
config/jobs/kubernetes-sigs/aws-ebs-csi-driver Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,40 @@ presubmits:
222
222
testgrid-tab-name : pull-e2e-test-multi-az
223
223
description : aws ebs csi driver e2e test on mutiple AZs on pull request
224
224
testgrid-num-columns-recent : ' 30'
225
+ - name : pull-aws-ebs-csi-driver-e2e-disruptive
226
+ cluster : eks-prow-build-cluster
227
+ decorate : true
228
+ optional : true
229
+ skip_report : true
230
+ skip_branches :
231
+ - gh-pages
232
+ skip_if_only_changed : " ^docs/|^examples/|.md$|OWNERS$|^.github/"
233
+ labels :
234
+ preset-service-account : " true"
235
+ preset-dind-enabled : " true"
236
+ preset-aws-credential-aws-shared-testing : " true"
237
+ spec :
238
+ containers :
239
+ - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250815-171060767f-master
240
+ command :
241
+ - runner.sh
242
+ args :
243
+ - make
244
+ - test-e2e-disruptive
245
+ securityContext :
246
+ privileged : true
247
+ resources :
248
+ limits :
249
+ cpu : " 2"
250
+ memory : " 4Gi"
251
+ requests :
252
+ cpu : " 2"
253
+ memory : " 4Gi"
254
+ annotations :
255
+ testgrid-dashboards : provider-aws-ebs-csi-driver, amazon-ec2-presubmits
256
+ testgrid-tab-name : pull-e2e-test-disruptive
257
+ description : aws ebs csi driver e2e test for disruptive features on pull request
258
+ testgrid-num-columns-recent : ' 30'
225
259
- name : pull-aws-ebs-csi-driver-external-test
226
260
cluster : eks-prow-build-cluster
227
261
decorate : true
You can’t perform that action at this time.
0 commit comments