Skip to content

Commit 8bdf571

Browse files
Update run-notebook-test to consider skips failures
1 parent df701c3 commit 8bdf571

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/scripts/run-notebook-test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ EOF
7676
LIFECYCLE_CONFIG_CONTENT=$((echo "$LIFECYCLE_CONFIG_1$LIFECYCLE_CONFIG_2$LIFECYCLE_CONFIG_3"|| echo "")| base64)
7777
7878
echo "$LIFECYCLE_CONFIG_CONTENT"
79-
79+
8080
}
8181
8282
set -euo pipefail
@@ -120,6 +120,7 @@ echo "set SAGEMAKER_ROLE_ARN=$SAGEMAKER_ROLE_ARN"
120120
--lifecycle-config-name $LIFECYCLE_CONFIG_NAME \
121121
--notebook-instance-role-arn $SAGEMAKER_ROLE_ARN \
122122
--platformIdentifier notebook-al2-v2 \
123+
--consider-skips-failures \
123124
./amazon-sagemaker-examples/sagemaker_processing/spark_distributed_data_processing/sagemaker-spark-processing.ipynb \
124125
./amazon-sagemaker-examples/advanced_functionality/kmeans_bring_your_own_model/kmeans_bring_your_own_model.ipynb \
125126
./amazon-sagemaker-examples/advanced_functionality/tensorflow_iris_byom/tensorflow_BYOM_iris.ipynb \

0 commit comments

Comments
 (0)