@@ -73,6 +73,79 @@ presubmits:
7373 secret :
7474 secretName : result-aggregator
7575 trigger : (?m)^/test( | .* )e2e-agnostic-operator,?($|\s.*)
76+ - agent : kubernetes
77+ always_run : true
78+ branches :
79+ - ^main$
80+ - ^main-
81+ cluster : build06
82+ context : ci/prow/e2e-agnostic-operator-devpreview
83+ decorate : true
84+ labels :
85+ ci-operator.openshift.io/cloud : azure4
86+ ci-operator.openshift.io/cloud-cluster-profile : azure4
87+ ci.openshift.io/generator : prowgen
88+ pj-rehearse.openshift.io/can-be-rehearsed : " true"
89+ name : pull-ci-openshift-cluster-version-operator-main-e2e-agnostic-operator-devpreview
90+ optional : true
91+ rerun_command : /test e2e-agnostic-operator-devpreview
92+ spec :
93+ containers :
94+ - args :
95+ - --gcs-upload-secret=/secrets/gcs/service-account.json
96+ - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
97+ - --lease-server-credentials-file=/etc/boskos/credentials
98+ - --report-credentials-file=/etc/report/credentials
99+ - --secret-dir=/secrets/ci-pull-credentials
100+ - --target=e2e-agnostic-operator-devpreview
101+ command :
102+ - ci-operator
103+ image : ci-operator:latest
104+ imagePullPolicy : Always
105+ name : " "
106+ resources :
107+ requests :
108+ cpu : 10m
109+ volumeMounts :
110+ - mountPath : /etc/boskos
111+ name : boskos
112+ readOnly : true
113+ - mountPath : /secrets/ci-pull-credentials
114+ name : ci-pull-credentials
115+ readOnly : true
116+ - mountPath : /secrets/gcs
117+ name : gcs-credentials
118+ readOnly : true
119+ - mountPath : /secrets/manifest-tool
120+ name : manifest-tool-local-pusher
121+ readOnly : true
122+ - mountPath : /etc/pull-secret
123+ name : pull-secret
124+ readOnly : true
125+ - mountPath : /etc/report
126+ name : result-aggregator
127+ readOnly : true
128+ serviceAccountName : ci-operator
129+ volumes :
130+ - name : boskos
131+ secret :
132+ items :
133+ - key : credentials
134+ path : credentials
135+ secretName : boskos-credentials
136+ - name : ci-pull-credentials
137+ secret :
138+ secretName : ci-pull-credentials
139+ - name : manifest-tool-local-pusher
140+ secret :
141+ secretName : manifest-tool-local-pusher
142+ - name : pull-secret
143+ secret :
144+ secretName : registry-pull-credentials
145+ - name : result-aggregator
146+ secret :
147+ secretName : result-aggregator
148+ trigger : (?m)^/test( | .* )e2e-agnostic-operator-devpreview,?($|\s.*)
76149 - agent : kubernetes
77150 always_run : false
78151 branches :
0 commit comments