@@ -9564,6 +9564,88 @@ presubmits:
9564
9564
secret :
9565
9565
secretName : result-aggregator
9566
9566
trigger : (?m)^/test( | .* )e2e-vsphere-ovn-multi-network,?($|\s.*)
9567
+ - agent : kubernetes
9568
+ always_run : true
9569
+ branches :
9570
+ - ^release-4\.19$
9571
+ - ^release-4\.19-
9572
+ context : ci/prow/e2e-vsphere-ovn-multi-network-techpreview
9573
+ decorate : true
9574
+ decoration_config :
9575
+ oauth_token_secret :
9576
+ key : oauth
9577
+ name : github-credentials-openshift-ci-robot-private-git-cloner
9578
+ hidden : true
9579
+ labels :
9580
+ ci-operator.openshift.io/cloud : vsphere
9581
+ ci-operator.openshift.io/cloud-cluster-profile : vsphere-elastic
9582
+ ci.openshift.io/generator : prowgen
9583
+ pj-rehearse.openshift.io/can-be-rehearsed : " true"
9584
+ name : pull-ci-openshift-priv-installer-release-4.19-e2e-vsphere-ovn-multi-network-techpreview
9585
+ optional : true
9586
+ path_alias : github.com/openshift/installer
9587
+ rerun_command : /test e2e-vsphere-ovn-multi-network-techpreview
9588
+ spec :
9589
+ containers :
9590
+ - args :
9591
+ - --gcs-upload-secret=/secrets/gcs/service-account.json
9592
+ - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
9593
+ - --lease-server-credentials-file=/etc/boskos/credentials
9594
+ - --oauth-token-path=/usr/local/github-credentials/oauth
9595
+ - --report-credentials-file=/etc/report/credentials
9596
+ - --secret-dir=/secrets/ci-pull-credentials
9597
+ - --target=e2e-vsphere-ovn-multi-network-techpreview
9598
+ command :
9599
+ - ci-operator
9600
+ image : ci-operator:latest
9601
+ imagePullPolicy : Always
9602
+ name : " "
9603
+ resources :
9604
+ requests :
9605
+ cpu : 10m
9606
+ volumeMounts :
9607
+ - mountPath : /etc/boskos
9608
+ name : boskos
9609
+ readOnly : true
9610
+ - mountPath : /secrets/ci-pull-credentials
9611
+ name : ci-pull-credentials
9612
+ readOnly : true
9613
+ - mountPath : /secrets/gcs
9614
+ name : gcs-credentials
9615
+ readOnly : true
9616
+ - mountPath : /usr/local/github-credentials
9617
+ name : github-credentials-openshift-ci-robot-private-git-cloner
9618
+ readOnly : true
9619
+ - mountPath : /secrets/manifest-tool
9620
+ name : manifest-tool-local-pusher
9621
+ readOnly : true
9622
+ - mountPath : /etc/pull-secret
9623
+ name : pull-secret
9624
+ readOnly : true
9625
+ - mountPath : /etc/report
9626
+ name : result-aggregator
9627
+ readOnly : true
9628
+ serviceAccountName : ci-operator
9629
+ volumes :
9630
+ - name : boskos
9631
+ secret :
9632
+ items :
9633
+ - key : credentials
9634
+ path : credentials
9635
+ secretName : boskos-credentials
9636
+ - name : ci-pull-credentials
9637
+ secret :
9638
+ secretName : ci-pull-credentials
9639
+ - name : manifest-tool-local-pusher
9640
+ secret :
9641
+ secretName : manifest-tool-local-pusher
9642
+ - name : pull-secret
9643
+ secret :
9644
+ secretName : registry-pull-credentials
9645
+ - name : result-aggregator
9646
+ secret :
9647
+ secretName : result-aggregator
9648
+ trigger : (?m)^/test( | .* )e2e-vsphere-ovn-multi-network-techpreview,?($|\s.*)
9567
9649
- agent : kubernetes
9568
9650
always_run : false
9569
9651
branches :
0 commit comments