Skip to content

Commit 620e3e4

Browse files
authored
Add Prow to AWS codebuild trigger (#1133)
Signed-off-by: Oleg Avdeev <oleg.v.avdeev@gmail.com>
1 parent 4068b3e commit 620e3e4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.prow/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ presubmits:
219219
always_run: true
220220
spec:
221221
containers:
222-
- image: amazon/aws-cli
223-
command: [ "infra/scripts/test-end-to-end-aws.sh" ]
222+
- 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" ]
224224
resources:
225225
requests:
226226
cpu: "2"

infra/docker/ci/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ RUN apt-get install -y build-essential curl python${PYTHON_VERSION} \
1818
python get-pip.py --force-reinstall && \
1919
rm get-pip.py
2020

21+
# Instal boto3
22+
RUN pip install boto3==1.16.10
2123

2224
# Install Go
2325
ENV GOLANG_VERSION 1.14.1

0 commit comments

Comments
 (0)