@@ -637,6 +637,81 @@ presubmits:
637637 secret :
638638 secretName : result-aggregator
639639 trigger : (?m)^/test( | .* )e2e-gcp-ovn-techpreview,?($|\s.*)
640+ - agent : kubernetes
641+ always_run : false
642+ branches :
643+ - ^main$
644+ - ^main-
645+ cluster : build05
646+ context : ci/prow/e2e-metal3-capi-techpreview
647+ decorate : true
648+ labels :
649+ ci-operator.openshift.io/cloud : equinix-ocp-metal
650+ ci-operator.openshift.io/cloud-cluster-profile : equinix-ocp-metal
651+ ci-operator.openshift.io/cluster : build05
652+ ci.openshift.io/generator : prowgen
653+ pj-rehearse.openshift.io/can-be-rehearsed : " true"
654+ name : pull-ci-openshift-cluster-capi-operator-main-e2e-metal3-capi-techpreview
655+ optional : true
656+ rerun_command : /test e2e-metal3-capi-techpreview
657+ skip_if_only_changed : ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
658+ spec :
659+ containers :
660+ - args :
661+ - --gcs-upload-secret=/secrets/gcs/service-account.json
662+ - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
663+ - --lease-server-credentials-file=/etc/boskos/credentials
664+ - --report-credentials-file=/etc/report/credentials
665+ - --secret-dir=/secrets/ci-pull-credentials
666+ - --target=e2e-metal3-capi-techpreview
667+ command :
668+ - ci-operator
669+ image : ci-operator:latest
670+ imagePullPolicy : Always
671+ name : " "
672+ resources :
673+ requests :
674+ cpu : 10m
675+ volumeMounts :
676+ - mountPath : /etc/boskos
677+ name : boskos
678+ readOnly : true
679+ - mountPath : /secrets/ci-pull-credentials
680+ name : ci-pull-credentials
681+ readOnly : true
682+ - mountPath : /secrets/gcs
683+ name : gcs-credentials
684+ readOnly : true
685+ - mountPath : /secrets/manifest-tool
686+ name : manifest-tool-local-pusher
687+ readOnly : true
688+ - mountPath : /etc/pull-secret
689+ name : pull-secret
690+ readOnly : true
691+ - mountPath : /etc/report
692+ name : result-aggregator
693+ readOnly : true
694+ serviceAccountName : ci-operator
695+ volumes :
696+ - name : boskos
697+ secret :
698+ items :
699+ - key : credentials
700+ path : credentials
701+ secretName : boskos-credentials
702+ - name : ci-pull-credentials
703+ secret :
704+ secretName : ci-pull-credentials
705+ - name : manifest-tool-local-pusher
706+ secret :
707+ secretName : manifest-tool-local-pusher
708+ - name : pull-secret
709+ secret :
710+ secretName : registry-pull-credentials
711+ - name : result-aggregator
712+ secret :
713+ secretName : result-aggregator
714+ trigger : (?m)^/test( | .* )e2e-metal3-capi-techpreview,?($|\s.*)
640715 - agent : kubernetes
641716 always_run : false
642717 branches :
0 commit comments