@@ -4832,6 +4832,81 @@ presubmits:
4832
4832
secret :
4833
4833
secretName : result-aggregator
4834
4834
trigger : (?m)^/test( | .* )e2e-aws-ovn-upi,?($|\s.*)
4835
+ - agent : kubernetes
4836
+ always_run : false
4837
+ branches :
4838
+ - ^release-4\.18$
4839
+ - ^release-4\.18-
4840
+ cluster : build09
4841
+ context : ci/prow/e2e-aws-ovn-user-provisioned-dns
4842
+ decorate : true
4843
+ decoration_config :
4844
+ timeout : 6h0m0s
4845
+ labels :
4846
+ ci-operator.openshift.io/cloud : aws
4847
+ ci-operator.openshift.io/cloud-cluster-profile : aws
4848
+ ci.openshift.io/generator : prowgen
4849
+ pj-rehearse.openshift.io/can-be-rehearsed : " true"
4850
+ name : pull-ci-openshift-installer-release-4.18-e2e-aws-ovn-user-provisioned-dns
4851
+ optional : true
4852
+ rerun_command : /test e2e-aws-ovn-user-provisioned-dns
4853
+ spec :
4854
+ containers :
4855
+ - args :
4856
+ - --gcs-upload-secret=/secrets/gcs/service-account.json
4857
+ - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
4858
+ - --lease-server-credentials-file=/etc/boskos/credentials
4859
+ - --report-credentials-file=/etc/report/credentials
4860
+ - --secret-dir=/secrets/ci-pull-credentials
4861
+ - --target=e2e-aws-ovn-user-provisioned-dns
4862
+ command :
4863
+ - ci-operator
4864
+ image : ci-operator:latest
4865
+ imagePullPolicy : Always
4866
+ name : " "
4867
+ resources :
4868
+ requests :
4869
+ cpu : 10m
4870
+ volumeMounts :
4871
+ - mountPath : /etc/boskos
4872
+ name : boskos
4873
+ readOnly : true
4874
+ - mountPath : /secrets/ci-pull-credentials
4875
+ name : ci-pull-credentials
4876
+ readOnly : true
4877
+ - mountPath : /secrets/gcs
4878
+ name : gcs-credentials
4879
+ readOnly : true
4880
+ - mountPath : /secrets/manifest-tool
4881
+ name : manifest-tool-local-pusher
4882
+ readOnly : true
4883
+ - mountPath : /etc/pull-secret
4884
+ name : pull-secret
4885
+ readOnly : true
4886
+ - mountPath : /etc/report
4887
+ name : result-aggregator
4888
+ readOnly : true
4889
+ serviceAccountName : ci-operator
4890
+ volumes :
4891
+ - name : boskos
4892
+ secret :
4893
+ items :
4894
+ - key : credentials
4895
+ path : credentials
4896
+ secretName : boskos-credentials
4897
+ - name : ci-pull-credentials
4898
+ secret :
4899
+ secretName : ci-pull-credentials
4900
+ - name : manifest-tool-local-pusher
4901
+ secret :
4902
+ secretName : manifest-tool-local-pusher
4903
+ - name : pull-secret
4904
+ secret :
4905
+ secretName : registry-pull-credentials
4906
+ - name : result-aggregator
4907
+ secret :
4908
+ secretName : result-aggregator
4909
+ trigger : (?m)^/test( | .* )e2e-aws-ovn-user-provisioned-dns,?($|\s.*)
4835
4910
- agent : kubernetes
4836
4911
always_run : false
4837
4912
branches :
0 commit comments