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