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