Skip to content

Commit 2ef1faf

Browse files
terryyylimkhorshuheng
authored andcommitted
Fix prow configs for e2e dataflow tests
1 parent 8d62d9a commit 2ef1faf

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.prow/config.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ presubmits:
232232
volumes:
233233
- name: service-account-df
234234
secret:
235-
secretName: feast-service-account
235+
secretName: feast-e2e-service-account
236236
containers:
237237
- image: maven:3.6-jdk-11
238238
command: ["infra/scripts/test-end-to-end-batch-dataflow.sh"]
@@ -242,7 +242,7 @@ presubmits:
242242
memory: "6144Mi"
243243
volumeMounts:
244244
- name: service-account-df
245-
mountPath: "/etc/service-account"
245+
mountPath: "/etc/service-account-df"
246246
skip_branches:
247247
- ^v0\.(3|4)-branch$
248248

@@ -253,7 +253,7 @@ presubmits:
253253
volumes:
254254
- name: service-account-df
255255
secret:
256-
secretName: feast-service-account
256+
secretName: feast-e2e-service-account
257257
containers:
258258
- image: maven:3.6-jdk-8
259259
command: ["infra/scripts/test-end-to-end-batch-dataflow.sh"]
@@ -263,7 +263,7 @@ presubmits:
263263
memory: "6144Mi"
264264
volumeMounts:
265265
- name: service-account-df
266-
mountPath: "/etc/service-account"
266+
mountPath: "/etc/service-account-df"
267267
branches:
268268
- ^v0\.(3|4)-branch$
269269

@@ -298,8 +298,6 @@ presubmits:
298298
299299
docker tag gcr.io/kf-feast/feast-serving:${PULL_PULL_SHA:1}
300300
docker push gcr.io/kf-feast/feast-serving:${PULL_PULL_SHA:1}
301-
302-
fi
303301
volumeMounts:
304302
- name: docker-socket
305303
mountPath: /var/run/docker.sock

0 commit comments

Comments
 (0)