@@ -4982,6 +4982,87 @@ presubmits:
4982
4982
secret :
4983
4983
secretName : result-aggregator
4984
4984
trigger : (?m)^/test( | .* )e2e-aws-upi-proxy,?($|\s.*)
4985
+ - agent : kubernetes
4986
+ always_run : false
4987
+ branches :
4988
+ - ^release-4\.18$
4989
+ - ^release-4\.18-
4990
+ cluster : build09
4991
+ context : ci/prow/e2e-aws-user-provisioned-dns
4992
+ decorate : true
4993
+ decoration_config :
4994
+ timeout : 6h0m0s
4995
+ labels :
4996
+ ci-operator.openshift.io/cloud : aws
4997
+ ci-operator.openshift.io/cloud-cluster-profile : aws
4998
+ ci.openshift.io/generator : prowgen
4999
+ pj-rehearse.openshift.io/can-be-rehearsed : " true"
5000
+ name : pull-ci-openshift-installer-release-4.18-e2e-aws-user-provisioned-dns
5001
+ optional : true
5002
+ rerun_command : /test e2e-aws-user-provisioned-dns
5003
+ spec :
5004
+ containers :
5005
+ - args :
5006
+ - --gcs-upload-secret=/secrets/gcs/service-account.json
5007
+ - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
5008
+ - --lease-server-credentials-file=/etc/boskos/credentials
5009
+ - --report-credentials-file=/etc/report/credentials
5010
+ - --secret-dir=/secrets/ci-pull-credentials
5011
+ - --secret-dir=/usr/local/e2e-aws-user-provisioned-dns-cluster-profile
5012
+ - --target=e2e-aws-user-provisioned-dns
5013
+ command :
5014
+ - ci-operator
5015
+ image : ci-operator:latest
5016
+ imagePullPolicy : Always
5017
+ name : " "
5018
+ resources :
5019
+ requests :
5020
+ cpu : 10m
5021
+ volumeMounts :
5022
+ - mountPath : /etc/boskos
5023
+ name : boskos
5024
+ readOnly : true
5025
+ - mountPath : /secrets/ci-pull-credentials
5026
+ name : ci-pull-credentials
5027
+ readOnly : true
5028
+ - mountPath : /usr/local/e2e-aws-user-provisioned-dns-cluster-profile
5029
+ name : cluster-profile
5030
+ - mountPath : /secrets/gcs
5031
+ name : gcs-credentials
5032
+ readOnly : true
5033
+ - mountPath : /secrets/manifest-tool
5034
+ name : manifest-tool-local-pusher
5035
+ readOnly : true
5036
+ - mountPath : /etc/pull-secret
5037
+ name : pull-secret
5038
+ readOnly : true
5039
+ - mountPath : /etc/report
5040
+ name : result-aggregator
5041
+ readOnly : true
5042
+ serviceAccountName : ci-operator
5043
+ volumes :
5044
+ - name : boskos
5045
+ secret :
5046
+ items :
5047
+ - key : credentials
5048
+ path : credentials
5049
+ secretName : boskos-credentials
5050
+ - name : ci-pull-credentials
5051
+ secret :
5052
+ secretName : ci-pull-credentials
5053
+ - name : cluster-profile
5054
+ secret :
5055
+ secretName : cluster-secrets-aws
5056
+ - name : manifest-tool-local-pusher
5057
+ secret :
5058
+ secretName : manifest-tool-local-pusher
5059
+ - name : pull-secret
5060
+ secret :
5061
+ secretName : registry-pull-credentials
5062
+ - name : result-aggregator
5063
+ secret :
5064
+ secretName : result-aggregator
5065
+ trigger : (?m)^/test( | .* )e2e-aws-user-provisioned-dns,?($|\s.*)
4985
5066
- agent : kubernetes
4986
5067
always_run : false
4987
5068
branches :
0 commit comments