@@ -209,48 +209,6 @@ presubmits:
209209 branches :
210210 - ^v0\.(3|4)-branch$
211211
212- - name : test-end-to-end-batch
213- decorate : true
214- always_run : true
215- spec :
216- volumes :
217- - name : service-account
218- secret :
219- secretName : feast-service-account
220- containers :
221- - image : maven:3.6-jdk-11
222- command : ["infra/scripts/test-end-to-end-batch.sh"]
223- resources :
224- requests :
225- cpu : " 6"
226- memory : " 6144Mi"
227- volumeMounts :
228- - name : service-account
229- mountPath : " /etc/service-account"
230- skip_branches :
231- - ^v0\.(3|4)-branch$
232-
233- - name : test-end-to-end-batch-fs-update
234- decorate : true
235- always_run : false
236- spec :
237- volumes :
238- - name : service-account
239- secret :
240- secretName : feast-service-account
241- containers :
242- - image : maven:3.6-jdk-11
243- command : ["infra/scripts/test-end-to-end-batch.sh", "-m", "fs_update"]
244- resources :
245- requests :
246- cpu : " 6"
247- memory : " 6144Mi"
248- volumeMounts :
249- - name : service-account
250- mountPath : " /etc/service-account"
251- skip_branches :
252- - ^v0\.(3|4)-branch$
253-
254212 - name : test-end-to-end-batch-java-8
255213 decorate : true
256214 always_run : true
@@ -272,34 +230,6 @@ presubmits:
272230 branches :
273231 - ^v0\.(3|4)-branch$
274232
275- - name : test-end-to-end-batch-dataflow
276- decorate : true
277- always_run : true
278- spec :
279- volumes :
280- - name : service-account-df
281- secret :
282- secretName : feast-e2e-service-account
283- - name : docker-socket
284- hostPath :
285- path : /var/run/docker.sock
286- containers :
287- - image : google/cloud-sdk:302.0.0
288- command : ["infra/scripts/test-end-to-end-batch-dataflow.sh"]
289- resources :
290- requests :
291- cpu : " 6"
292- memory : " 6144Mi"
293- volumeMounts :
294- - name : service-account-df
295- mountPath : " /etc/service-account-df"
296- - name : docker-socket
297- mountPath : /var/run/docker.sock
298- securityContext :
299- privileged : true
300- skip_branches :
301- - ^v0\.(3|4)-branch$
302-
303233postsubmits :
304234 feast-dev/feast :
305235 - name : publish-python-sdk
0 commit comments