ci: add Notebook Test Engine PR check (v3 examples)#6086
Draft
Hannah14295 wants to merge 3 commits into
Draft
Conversation
Runs the SageMaker v3 example notebooks on real SageMaker infra when a PR touches v3-examples/**, via GitHub OIDC into the Notebook Test Engine account (no stored AWS keys). Collaborator-gated; the job pass/fail is the PR check and a failing notebook is attached as an artifact. Requires repo secret NOTEBOOK_TEST_ENGINE_ROLE_ARN (the engine's GithubActionsRole). Reuses the existing COLLAB_CHECK_TOKEN secret and auto-approve/manual-approval environments (same as pr-checks-master.yml).
Hannah14295
had a problem deploying
to
manual-approval
July 23, 2026 04:28 — with
GitHub Actions
Error
Hannah14295
had a problem deploying
to
manual-approval
July 23, 2026 04:34 — with
GitHub Actions
Error
Hannah14295
requested a deployment
to
manual-approval
July 23, 2026 04:37 — with
GitHub Actions
Waiting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a GitHub Actions workflow that runs the SageMaker v3 example notebooks on real SageMaker infra when a PR touches
v3-examples/**.pull_request_target(master), collaborator-gated via the existingmanual-approvalenvironment.notebook-test-engineCodeBuild project against the PR ref, and reflects the build pass/fail as the PR check. A failing notebook is attached as a downloadablefailing-notebooksartifact.