Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Fix canary missing scripts #81

Merged
merged 5 commits into from
Jan 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 3 additions & 12 deletions tests/images/Dockerfile.canary
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,12 @@ ENV RESULT_BUCKET=$RESULT_BUCKET
RUN mkdir -p /app/testfiles
WORKDIR /app/testfiles

COPY codebuild/testfiles/xgboost-mnist-hpo.yaml .
COPY codebuild/testfiles/xgboost-mnist-trainingjob.yaml .
COPY codebuild/testfiles/xgboost-mnist-batchtransform.yaml .
COPY codebuild/testfiles/xgboost-hosting-deployment.yaml .
COPY codebuild/testfiles/xgboost-model.yaml .
COPY codebuild/testfiles/*.yaml ./

WORKDIR /app

COPY codebuild/run_all_sample_canary_tests.sh .
COPY codebuild/run_canarytest.sh .
COPY codebuild/run_test.sh .

RUN chmod +x ./run_all_sample_canary_tests.sh
RUN chmod +x ./run_canarytest.sh
RUN chmod +x ./run_test.sh
COPY codebuild/*.sh ./
RUN chmod +x ./*.sh

COPY sagemaker-k8s-operator.tar.gz .

Expand Down