Skip to content

Commit

Permalink
Add Prow to AWS codebuild trigger (#1133)
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 4, 2020
1 parent 4068b3e commit 620e3e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ presubmits:
always_run: true
spec:
containers:
- image: amazon/aws-cli
command: [ "infra/scripts/test-end-to-end-aws.sh" ]
- 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" ]
resources:
requests:
cpu: "2"
Expand Down
2 changes: 2 additions & 0 deletions infra/docker/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ RUN apt-get install -y build-essential curl python${PYTHON_VERSION} \
python get-pip.py --force-reinstall && \
rm get-pip.py

# Instal boto3
RUN pip install boto3==1.16.10

# Install Go
ENV GOLANG_VERSION 1.14.1
Expand Down

0 comments on commit 620e3e4

Please sign in to comment.