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

Commit 0ae9743

Browse files
Fix canary missing scripts (#81)
* Fix broken container Dockerfile * Removed whitespace * Updated yq comment * Updated canary container to include all shell scripts
1 parent 240a08e commit 0ae9743

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

tests/images/Dockerfile.canary

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,12 @@ ENV RESULT_BUCKET=$RESULT_BUCKET
4646
RUN mkdir -p /app/testfiles
4747
WORKDIR /app/testfiles
4848

49-
COPY codebuild/testfiles/xgboost-mnist-hpo.yaml .
50-
COPY codebuild/testfiles/xgboost-mnist-trainingjob.yaml .
51-
COPY codebuild/testfiles/xgboost-mnist-batchtransform.yaml .
52-
COPY codebuild/testfiles/xgboost-hosting-deployment.yaml .
53-
COPY codebuild/testfiles/xgboost-model.yaml .
49+
COPY codebuild/testfiles/*.yaml ./
5450

5551
WORKDIR /app
5652

57-
COPY codebuild/run_all_sample_canary_tests.sh .
58-
COPY codebuild/run_canarytest.sh .
59-
COPY codebuild/run_test.sh .
60-
61-
RUN chmod +x ./run_all_sample_canary_tests.sh
62-
RUN chmod +x ./run_canarytest.sh
63-
RUN chmod +x ./run_test.sh
53+
COPY codebuild/*.sh ./
54+
RUN chmod +x ./*.sh
6455

6556
COPY sagemaker-k8s-operator.tar.gz .
6657

0 commit comments

Comments
 (0)