@@ -683,81 +683,6 @@ presubmits:
683
683
secret :
684
684
secretName : result-aggregator
685
685
trigger : (?m)^/test( | .* )e2e-ovn-hybrid-step-registry,?($|\s.*)
686
- - agent : kubernetes
687
- always_run : true
688
- branches :
689
- - release-4.6
690
- cluster : vsphere
691
- context : ci/prow/e2e-vsphere-ovn
692
- decorate : true
693
- decoration_config :
694
- skip_cloning : true
695
- hidden : true
696
- labels :
697
- ci-operator.openshift.io/prowgen-controlled : " true"
698
- pj-rehearse.openshift.io/can-be-rehearsed : " true"
699
- name : pull-ci-openshift-priv-ovn-kubernetes-release-4.6-e2e-vsphere-ovn
700
- path_alias : github.com/openshift/ovn-kubernetes
701
- rerun_command : /test e2e-vsphere-ovn
702
- spec :
703
- containers :
704
- - args :
705
- - --gcs-upload-secret=/secrets/gcs/service-account.json
706
- - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
707
- - --lease-server-credentials-file=/etc/boskos/credentials
708
- - --oauth-token-path=/usr/local/github-credentials/oauth
709
- - --report-credentials-file=/etc/report/credentials
710
- - --secret-dir=/usr/local/e2e-vsphere-ovn-cluster-profile
711
- - --target=e2e-vsphere-ovn
712
- command :
713
- - ci-operator
714
- image : ci-operator:latest
715
- imagePullPolicy : Always
716
- name : " "
717
- resources :
718
- requests :
719
- cpu : 10m
720
- volumeMounts :
721
- - mountPath : /etc/boskos
722
- name : boskos
723
- readOnly : true
724
- - mountPath : /usr/local/e2e-vsphere-ovn-cluster-profile
725
- name : cluster-profile
726
- - mountPath : /secrets/gcs
727
- name : gcs-credentials
728
- readOnly : true
729
- - mountPath : /usr/local/github-credentials
730
- name : github-credentials-openshift-ci-robot-private-git-cloner
731
- readOnly : true
732
- - mountPath : /etc/pull-secret
733
- name : pull-secret
734
- readOnly : true
735
- - mountPath : /etc/report
736
- name : result-aggregator
737
- readOnly : true
738
- serviceAccountName : ci-operator
739
- volumes :
740
- - name : boskos
741
- secret :
742
- items :
743
- - key : credentials
744
- path : credentials
745
- secretName : boskos-credentials
746
- - name : cluster-profile
747
- projected :
748
- sources :
749
- - secret :
750
- name : cluster-secrets-vsphere
751
- - name : github-credentials-openshift-ci-robot-private-git-cloner
752
- secret :
753
- secretName : github-credentials-openshift-ci-robot-private-git-cloner
754
- - name : pull-secret
755
- secret :
756
- secretName : registry-pull-credentials
757
- - name : result-aggregator
758
- secret :
759
- secretName : result-aggregator
760
- trigger : (?m)^/test( | .* )e2e-vsphere-ovn,?($|\s.*)
761
686
- agent : kubernetes
762
687
always_run : true
763
688
branches :
0 commit comments