Skip to content

Commit abe1674

Browse files
authored
Remove notebook tests from CI health check and the script (#4561)
* Update schema dependency version Update schema package to force the version to be 0.7.5 to avoid test failures * Add new line to fix codestyle failure * Remove notebook tests from CI and the script to run Removed notebook tests from CI health check; Removed run-notebook-tests script
1 parent bda5f18 commit abe1674

File tree

2 files changed

+1
-163
lines changed

2 files changed

+1
-163
lines changed

.github/workflows/codebuild-ci-health.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,4 @@ jobs:
8181
- name: Run Local Mode Tests
8282
uses: aws-actions/aws-codebuild-run-build@v1
8383
with:
84-
project-name: sagemaker-python-sdk-ci-health-localmode-tests
85-
notebook-tests:
86-
runs-on: ubuntu-latest
87-
steps:
88-
- name: Configure AWS Credentials
89-
uses: aws-actions/configure-aws-credentials@v4
90-
with:
91-
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
92-
aws-region: us-west-2
93-
role-duration-seconds: 10800
94-
- name: Run Notebook Tests
95-
uses: aws-actions/aws-codebuild-run-build@v1
96-
with:
97-
project-name: sagemaker-python-sdk-ci-health-notebook-tests
84+
project-name: sagemaker-python-sdk-ci-health-localmode-tests

tests/scripts/run-notebook-test.sh

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)