@@ -5208,6 +5208,86 @@ presubmits:
5208
5208
secret :
5209
5209
secretName : result-aggregator
5210
5210
trigger : (?m)^/test( | .* )e2e-aws-upi-proxy,?($|\s.*)
5211
+ - agent : kubernetes
5212
+ always_run : false
5213
+ branches :
5214
+ - ^release-4\.18$
5215
+ - ^release-4\.18-
5216
+ context : ci/prow/e2e-aws-user-provisioned-dns
5217
+ decorate : true
5218
+ decoration_config :
5219
+ timeout : 6h0m0s
5220
+ labels :
5221
+ ci-operator.openshift.io/cloud : aws
5222
+ ci-operator.openshift.io/cloud-cluster-profile : aws
5223
+ ci.openshift.io/generator : prowgen
5224
+ pj-rehearse.openshift.io/can-be-rehearsed : " true"
5225
+ name : pull-ci-openshift-installer-release-4.18-e2e-aws-user-provisioned-dns
5226
+ optional : true
5227
+ rerun_command : /test e2e-aws-user-provisioned-dns
5228
+ spec :
5229
+ containers :
5230
+ - args :
5231
+ - --gcs-upload-secret=/secrets/gcs/service-account.json
5232
+ - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
5233
+ - --lease-server-credentials-file=/etc/boskos/credentials
5234
+ - --report-credentials-file=/etc/report/credentials
5235
+ - --secret-dir=/secrets/ci-pull-credentials
5236
+ - --secret-dir=/usr/local/e2e-aws-user-provisioned-dns-cluster-profile
5237
+ - --target=e2e-aws-user-provisioned-dns
5238
+ command :
5239
+ - ci-operator
5240
+ image : ci-operator:latest
5241
+ imagePullPolicy : Always
5242
+ name : " "
5243
+ resources :
5244
+ requests :
5245
+ cpu : 10m
5246
+ volumeMounts :
5247
+ - mountPath : /etc/boskos
5248
+ name : boskos
5249
+ readOnly : true
5250
+ - mountPath : /secrets/ci-pull-credentials
5251
+ name : ci-pull-credentials
5252
+ readOnly : true
5253
+ - mountPath : /usr/local/e2e-aws-user-provisioned-dns-cluster-profile
5254
+ name : cluster-profile
5255
+ - mountPath : /secrets/gcs
5256
+ name : gcs-credentials
5257
+ readOnly : true
5258
+ - mountPath : /secrets/manifest-tool
5259
+ name : manifest-tool-local-pusher
5260
+ readOnly : true
5261
+ - mountPath : /etc/pull-secret
5262
+ name : pull-secret
5263
+ readOnly : true
5264
+ - mountPath : /etc/report
5265
+ name : result-aggregator
5266
+ readOnly : true
5267
+ serviceAccountName : ci-operator
5268
+ volumes :
5269
+ - name : boskos
5270
+ secret :
5271
+ items :
5272
+ - key : credentials
5273
+ path : credentials
5274
+ secretName : boskos-credentials
5275
+ - name : ci-pull-credentials
5276
+ secret :
5277
+ secretName : ci-pull-credentials
5278
+ - name : cluster-profile
5279
+ secret :
5280
+ secretName : cluster-secrets-aws
5281
+ - name : manifest-tool-local-pusher
5282
+ secret :
5283
+ secretName : manifest-tool-local-pusher
5284
+ - name : pull-secret
5285
+ secret :
5286
+ secretName : registry-pull-credentials
5287
+ - name : result-aggregator
5288
+ secret :
5289
+ secretName : result-aggregator
5290
+ trigger : (?m)^/test( | .* )e2e-aws-user-provisioned-dns,?($|\s.*)
5211
5291
- agent : kubernetes
5212
5292
always_run : false
5213
5293
branches :
0 commit comments