@@ -81,6 +81,88 @@ presubmits:
8181 secret :
8282 secretName : result-aggregator
8383 trigger : (?m)^/test( | .* )e2e-openstack-csi,?($|\s.*)
84+ - agent : kubernetes
85+ always_run : true
86+ branches :
87+ - ^main$
88+ - ^main-
89+ cluster : build07
90+ context : ci/prow/e2e-openstack-csi-rhcos10-techpreview
91+ decorate : true
92+ labels :
93+ ci-operator.openshift.io/cloud : openstack-vexxhost
94+ ci-operator.openshift.io/cloud-cluster-profile : openstack-vexxhost
95+ ci.openshift.io/generator : prowgen
96+ pj-rehearse.openshift.io/can-be-rehearsed : " true"
97+ name : pull-ci-openshift-csi-driver-nfs-main-e2e-openstack-csi-rhcos10-techpreview
98+ optional : true
99+ path_alias : github.com/kubernetes-csi/csi-driver-nfs
100+ rerun_command : /test e2e-openstack-csi-rhcos10-techpreview
101+ spec :
102+ containers :
103+ - args :
104+ - --gcs-upload-secret=/secrets/gcs/service-account.json
105+ - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
106+ - --lease-server-credentials-file=/etc/boskos/credentials
107+ - --report-credentials-file=/etc/report/credentials
108+ - --secret-dir=/secrets/ci-pull-credentials
109+ - --target=e2e-openstack-csi-rhcos10-techpreview
110+ command :
111+ - ci-operator
112+ env :
113+ - name : HTTP_SERVER_IP
114+ valueFrom :
115+ fieldRef :
116+ fieldPath : status.podIP
117+ image : quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
118+ imagePullPolicy : Always
119+ name : " "
120+ ports :
121+ - containerPort : 8080
122+ name : http
123+ resources :
124+ requests :
125+ cpu : 10m
126+ volumeMounts :
127+ - mountPath : /etc/boskos
128+ name : boskos
129+ readOnly : true
130+ - mountPath : /secrets/ci-pull-credentials
131+ name : ci-pull-credentials
132+ readOnly : true
133+ - mountPath : /secrets/gcs
134+ name : gcs-credentials
135+ readOnly : true
136+ - mountPath : /secrets/manifest-tool
137+ name : manifest-tool-local-pusher
138+ readOnly : true
139+ - mountPath : /etc/pull-secret
140+ name : pull-secret
141+ readOnly : true
142+ - mountPath : /etc/report
143+ name : result-aggregator
144+ readOnly : true
145+ serviceAccountName : ci-operator
146+ volumes :
147+ - name : boskos
148+ secret :
149+ items :
150+ - key : credentials
151+ path : credentials
152+ secretName : boskos-credentials
153+ - name : ci-pull-credentials
154+ secret :
155+ secretName : ci-pull-credentials
156+ - name : manifest-tool-local-pusher
157+ secret :
158+ secretName : manifest-tool-local-pusher
159+ - name : pull-secret
160+ secret :
161+ secretName : registry-pull-credentials
162+ - name : result-aggregator
163+ secret :
164+ secretName : result-aggregator
165+ trigger : (?m)^/test( | .* )e2e-openstack-csi-rhcos10-techpreview,?($|\s.*)
84166 - agent : kubernetes
85167 always_run : true
86168 branches :
0 commit comments