Skip to content

Commit

Permalink
Update prow trigger for AWS (#1139)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Avdeev <oleg.v.avdeev@gmail.com>
  • Loading branch information
oavdeev authored Nov 5, 2020
1 parent abb49f6 commit 39efe3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ presubmits:
spec:
containers:
- image: gcr.io/kf-feast/feast-ci:latest
command: [ "infra/scripts/codebuild_runner.py", "--source-location", "https://github.com/${REPO_OWNER}/${REPO_NAME}.git", "--source-version", "$PULL_PULL_SHA" ]
command: [ "infra/scripts/codebuild_runner.py", "--location-from-prow" ]
resources:
requests:
cpu: "2"
Expand All @@ -236,6 +236,8 @@ presubmits:
secretKeyRef:
name: feast-aws-creds
key: AWS_SECRET_ACCESS_KEY
- name: AWS_DEFAULT_REGION
value: us-west-2

postsubmits:
feast-dev/feast:
Expand Down

0 comments on commit 39efe3c

Please sign in to comment.