Skip to content

Commit 39efe3c

Browse files
authored
Update prow trigger for AWS (#1139)
Signed-off-by: Oleg Avdeev <[email protected]>
1 parent abb49f6 commit 39efe3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.prow/config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ presubmits:
220220
spec:
221221
containers:
222222
- image: gcr.io/kf-feast/feast-ci:latest
223-
command: [ "infra/scripts/codebuild_runner.py", "--source-location", "https://github.com/${REPO_OWNER}/${REPO_NAME}.git", "--source-version", "$PULL_PULL_SHA" ]
223+
command: [ "infra/scripts/codebuild_runner.py", "--location-from-prow" ]
224224
resources:
225225
requests:
226226
cpu: "2"
@@ -236,6 +236,8 @@ presubmits:
236236
secretKeyRef:
237237
name: feast-aws-creds
238238
key: AWS_SECRET_ACCESS_KEY
239+
- name: AWS_DEFAULT_REGION
240+
value: us-west-2
239241

240242
postsubmits:
241243
feast-dev/feast:

0 commit comments

Comments
 (0)