Skip to content

Commit 8bf55de

Browse files
authored
Update prow config and makefile (#1024)
Signed-off-by: Terence <[email protected]>
1 parent 442ca5a commit 8bf55de

2 files changed

Lines changed: 1 addition & 71 deletions

File tree

.prow/config.yaml

Lines changed: 0 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
303233
postsubmits:
304234
feast-dev/feast:
305235
- name: publish-python-sdk

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ lint-python:
8686
cd ${ROOT_DIR}/sdk/python; flake8 feast/ tests/
8787
cd ${ROOT_DIR}/sdk/python; black --check feast tests
8888

89-
cd ${ROOT_DIR}/tests/e2e; mypy bq/ redis/
89+
cd ${ROOT_DIR}/tests/e2e; mypy redis/
9090
cd ${ROOT_DIR}/tests/e2e; isort . --check-only
9191
cd ${ROOT_DIR}/tests/e2e; flake8 .
9292
cd ${ROOT_DIR}/tests/e2e; black --check .

0 commit comments

Comments
 (0)