Skip to content

Commit

Permalink
Fix prow configs for e2e dataflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyylim authored and khorshuheng committed May 13, 2020
1 parent 8d62d9a commit 2ef1faf
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ presubmits:
volumes:
- name: service-account-df
secret:
secretName: feast-service-account
secretName: feast-e2e-service-account
containers:
- image: maven:3.6-jdk-11
command: ["infra/scripts/test-end-to-end-batch-dataflow.sh"]
Expand All @@ -242,7 +242,7 @@ presubmits:
memory: "6144Mi"
volumeMounts:
- name: service-account-df
mountPath: "/etc/service-account"
mountPath: "/etc/service-account-df"
skip_branches:
- ^v0\.(3|4)-branch$

Expand All @@ -253,7 +253,7 @@ presubmits:
volumes:
- name: service-account-df
secret:
secretName: feast-service-account
secretName: feast-e2e-service-account
containers:
- image: maven:3.6-jdk-8
command: ["infra/scripts/test-end-to-end-batch-dataflow.sh"]
Expand All @@ -263,7 +263,7 @@ presubmits:
memory: "6144Mi"
volumeMounts:
- name: service-account-df
mountPath: "/etc/service-account"
mountPath: "/etc/service-account-df"
branches:
- ^v0\.(3|4)-branch$

Expand Down Expand Up @@ -298,8 +298,6 @@ presubmits:
docker tag gcr.io/kf-feast/feast-serving:${PULL_PULL_SHA:1}
docker push gcr.io/kf-feast/feast-serving:${PULL_PULL_SHA:1}
fi
volumeMounts:
- name: docker-socket
mountPath: /var/run/docker.sock
Expand Down

0 comments on commit 2ef1faf

Please sign in to comment.