From 5ff233675b5a8a6dc55508c52ba90a9cc2569590 Mon Sep 17 00:00:00 2001 From: Lauren Yu <6631887+laurenyu@users.noreply.github.com> Date: Fri, 25 Oct 2019 15:31:37 -0700 Subject: [PATCH 1/5] testing --- tests/scripts/run-notebook-test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/scripts/run-notebook-test.sh b/tests/scripts/run-notebook-test.sh index d9c7121af8..ead2d4d8c5 100755 --- a/tests/scripts/run-notebook-test.sh +++ b/tests/scripts/run-notebook-test.sh @@ -8,7 +8,8 @@ set -euo pipefail python setup.py sdist aws s3 --region us-west-2 cp ./dist/sagemaker-*.tar.gz s3://sagemaker-python-sdk-pr/sagemaker.tar.gz aws s3 cp s3://sagemaker-mead-cli/mead-nb-test.tar.gz mead-nb-test.tar.gz -tar -xzf mead-nb-test.tar.gz +tar -xzfv mead-nb-test.tar.gz +ls git clone --depth 1 https://github.com/awslabs/amazon-sagemaker-examples.git export JAVA_HOME=$(get-java-home) echo "set JAVA_HOME=$JAVA_HOME" From 9a5b385452cf097ecf300d4be666f8cc309cf936 Mon Sep 17 00:00:00 2001 From: Lauren Yu <6631887+laurenyu@users.noreply.github.com> Date: Fri, 25 Oct 2019 15:38:09 -0700 Subject: [PATCH 2/5] testing --- tests/scripts/run-notebook-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/run-notebook-test.sh b/tests/scripts/run-notebook-test.sh index ead2d4d8c5..d392b56960 100755 --- a/tests/scripts/run-notebook-test.sh +++ b/tests/scripts/run-notebook-test.sh @@ -8,6 +8,7 @@ set -euo pipefail python setup.py sdist aws s3 --region us-west-2 cp ./dist/sagemaker-*.tar.gz s3://sagemaker-python-sdk-pr/sagemaker.tar.gz aws s3 cp s3://sagemaker-mead-cli/mead-nb-test.tar.gz mead-nb-test.tar.gz +ls tar -xzfv mead-nb-test.tar.gz ls git clone --depth 1 https://github.com/awslabs/amazon-sagemaker-examples.git From 2a31d7600710ce61ee5eeb6e9cdcd5542909c44b Mon Sep 17 00:00:00 2001 From: Lauren Yu <6631887+laurenyu@users.noreply.github.com> Date: Fri, 25 Oct 2019 15:39:56 -0700 Subject: [PATCH 3/5] testing --- tests/scripts/run-notebook-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/run-notebook-test.sh b/tests/scripts/run-notebook-test.sh index d392b56960..c5de09f4f6 100755 --- a/tests/scripts/run-notebook-test.sh +++ b/tests/scripts/run-notebook-test.sh @@ -8,7 +8,7 @@ set -euo pipefail python setup.py sdist aws s3 --region us-west-2 cp ./dist/sagemaker-*.tar.gz s3://sagemaker-python-sdk-pr/sagemaker.tar.gz aws s3 cp s3://sagemaker-mead-cli/mead-nb-test.tar.gz mead-nb-test.tar.gz -ls +ls -l tar -xzfv mead-nb-test.tar.gz ls git clone --depth 1 https://github.com/awslabs/amazon-sagemaker-examples.git From 918dbf4eaf2b2eae3658568898faaa7a0d63c287 Mon Sep 17 00:00:00 2001 From: Lauren Yu <6631887+laurenyu@users.noreply.github.com> Date: Fri, 25 Oct 2019 15:49:03 -0700 Subject: [PATCH 4/5] testing --- tests/scripts/run-notebook-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/run-notebook-test.sh b/tests/scripts/run-notebook-test.sh index c5de09f4f6..e4de0ec9fb 100755 --- a/tests/scripts/run-notebook-test.sh +++ b/tests/scripts/run-notebook-test.sh @@ -9,7 +9,7 @@ python setup.py sdist aws s3 --region us-west-2 cp ./dist/sagemaker-*.tar.gz s3://sagemaker-python-sdk-pr/sagemaker.tar.gz aws s3 cp s3://sagemaker-mead-cli/mead-nb-test.tar.gz mead-nb-test.tar.gz ls -l -tar -xzfv mead-nb-test.tar.gz +tar vxzf mead-nb-test.tar.gz ls git clone --depth 1 https://github.com/awslabs/amazon-sagemaker-examples.git export JAVA_HOME=$(get-java-home) From 8f6490f4aed5c2ec5f4e69962e5d37ac29f958b2 Mon Sep 17 00:00:00 2001 From: Lauren Yu <6631887+laurenyu@users.noreply.github.com> Date: Fri, 25 Oct 2019 15:53:52 -0700 Subject: [PATCH 5/5] testing --- tests/scripts/run-notebook-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/run-notebook-test.sh b/tests/scripts/run-notebook-test.sh index e4de0ec9fb..462fedc11d 100755 --- a/tests/scripts/run-notebook-test.sh +++ b/tests/scripts/run-notebook-test.sh @@ -8,9 +8,9 @@ set -euo pipefail python setup.py sdist aws s3 --region us-west-2 cp ./dist/sagemaker-*.tar.gz s3://sagemaker-python-sdk-pr/sagemaker.tar.gz aws s3 cp s3://sagemaker-mead-cli/mead-nb-test.tar.gz mead-nb-test.tar.gz +tar xzf mead-nb-test.tar.gz ls -l -tar vxzf mead-nb-test.tar.gz -ls +ls -l runtime/bin/mead-run-nb-test git clone --depth 1 https://github.com/awslabs/amazon-sagemaker-examples.git export JAVA_HOME=$(get-java-home) echo "set JAVA_HOME=$JAVA_HOME"