@@ -8583,6 +8583,79 @@ presubmits:
8583
8583
secret :
8584
8584
secretName : result-aggregator
8585
8585
trigger : (?m)^/test( | .* )e2e-vsphere-ovn-multi-network,?($|\s.*)
8586
+ - agent : kubernetes
8587
+ always_run : false
8588
+ branches :
8589
+ - ^release-4\.19$
8590
+ - ^release-4\.19-
8591
+ cluster : vsphere02
8592
+ context : ci/prow/e2e-vsphere-ovn-multi-network-techpreview
8593
+ decorate : true
8594
+ labels :
8595
+ ci-operator.openshift.io/cloud : vsphere
8596
+ ci-operator.openshift.io/cloud-cluster-profile : vsphere-elastic
8597
+ ci.openshift.io/generator : prowgen
8598
+ pj-rehearse.openshift.io/can-be-rehearsed : " true"
8599
+ name : pull-ci-openshift-installer-release-4.19-e2e-vsphere-ovn-multi-network-techpreview
8600
+ optional : true
8601
+ rerun_command : /test e2e-vsphere-ovn-multi-network-techpreview
8602
+ spec :
8603
+ containers :
8604
+ - args :
8605
+ - --gcs-upload-secret=/secrets/gcs/service-account.json
8606
+ - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
8607
+ - --lease-server-credentials-file=/etc/boskos/credentials
8608
+ - --report-credentials-file=/etc/report/credentials
8609
+ - --secret-dir=/secrets/ci-pull-credentials
8610
+ - --target=e2e-vsphere-ovn-multi-network-techpreview
8611
+ command :
8612
+ - ci-operator
8613
+ image : ci-operator:latest
8614
+ imagePullPolicy : Always
8615
+ name : " "
8616
+ resources :
8617
+ requests :
8618
+ cpu : 10m
8619
+ volumeMounts :
8620
+ - mountPath : /etc/boskos
8621
+ name : boskos
8622
+ readOnly : true
8623
+ - mountPath : /secrets/ci-pull-credentials
8624
+ name : ci-pull-credentials
8625
+ readOnly : true
8626
+ - mountPath : /secrets/gcs
8627
+ name : gcs-credentials
8628
+ readOnly : true
8629
+ - mountPath : /secrets/manifest-tool
8630
+ name : manifest-tool-local-pusher
8631
+ readOnly : true
8632
+ - mountPath : /etc/pull-secret
8633
+ name : pull-secret
8634
+ readOnly : true
8635
+ - mountPath : /etc/report
8636
+ name : result-aggregator
8637
+ readOnly : true
8638
+ serviceAccountName : ci-operator
8639
+ volumes :
8640
+ - name : boskos
8641
+ secret :
8642
+ items :
8643
+ - key : credentials
8644
+ path : credentials
8645
+ secretName : boskos-credentials
8646
+ - name : ci-pull-credentials
8647
+ secret :
8648
+ secretName : ci-pull-credentials
8649
+ - name : manifest-tool-local-pusher
8650
+ secret :
8651
+ secretName : manifest-tool-local-pusher
8652
+ - name : pull-secret
8653
+ secret :
8654
+ secretName : registry-pull-credentials
8655
+ - name : result-aggregator
8656
+ secret :
8657
+ secretName : result-aggregator
8658
+ trigger : (?m)^/test( | .* )e2e-vsphere-ovn-multi-network-techpreview,?($|\s.*)
8586
8659
- agent : kubernetes
8587
8660
always_run : false
8588
8661
branches :
0 commit comments