@@ -582,6 +582,79 @@ presubmits:
582582 secret :
583583 secretName : result-aggregator
584584 trigger : (?m)^/test( | .* )e2e-agnostic-usc-devpreview,?($|\s.*)
585+ - agent : kubernetes
586+ always_run : false
587+ branches :
588+ - ^main$
589+ - ^main-
590+ cluster : build11
591+ context : ci/prow/e2e-aws-ovn-devpreview
592+ decorate : true
593+ labels :
594+ ci-operator.openshift.io/cloud : aws
595+ ci-operator.openshift.io/cloud-cluster-profile : aws
596+ ci.openshift.io/generator : prowgen
597+ pj-rehearse.openshift.io/can-be-rehearsed : " true"
598+ name : pull-ci-openshift-cluster-version-operator-main-e2e-aws-ovn-devpreview
599+ optional : true
600+ rerun_command : /test e2e-aws-ovn-devpreview
601+ spec :
602+ containers :
603+ - args :
604+ - --gcs-upload-secret=/secrets/gcs/service-account.json
605+ - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
606+ - --lease-server-credentials-file=/etc/boskos/credentials
607+ - --report-credentials-file=/etc/report/credentials
608+ - --secret-dir=/secrets/ci-pull-credentials
609+ - --target=e2e-aws-ovn-devpreview
610+ command :
611+ - ci-operator
612+ image : ci-operator:latest
613+ imagePullPolicy : Always
614+ name : " "
615+ resources :
616+ requests :
617+ cpu : 10m
618+ volumeMounts :
619+ - mountPath : /etc/boskos
620+ name : boskos
621+ readOnly : true
622+ - mountPath : /secrets/ci-pull-credentials
623+ name : ci-pull-credentials
624+ readOnly : true
625+ - mountPath : /secrets/gcs
626+ name : gcs-credentials
627+ readOnly : true
628+ - mountPath : /secrets/manifest-tool
629+ name : manifest-tool-local-pusher
630+ readOnly : true
631+ - mountPath : /etc/pull-secret
632+ name : pull-secret
633+ readOnly : true
634+ - mountPath : /etc/report
635+ name : result-aggregator
636+ readOnly : true
637+ serviceAccountName : ci-operator
638+ volumes :
639+ - name : boskos
640+ secret :
641+ items :
642+ - key : credentials
643+ path : credentials
644+ secretName : boskos-credentials
645+ - name : ci-pull-credentials
646+ secret :
647+ secretName : ci-pull-credentials
648+ - name : manifest-tool-local-pusher
649+ secret :
650+ secretName : manifest-tool-local-pusher
651+ - name : pull-secret
652+ secret :
653+ secretName : registry-pull-credentials
654+ - name : result-aggregator
655+ secret :
656+ secretName : result-aggregator
657+ trigger : (?m)^/test( | .* )e2e-aws-ovn-devpreview,?($|\s.*)
585658 - agent : kubernetes
586659 always_run : false
587660 branches :
0 commit comments