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