Skip to content

Ensure cpu-cluster exists before share-models-components-environments notebook run#4047

Draft
Chakradhar886 wants to merge 2 commits into
Azure:mainfrom
Chakradhar886:fix/share-models-components-compute-ci
Draft

Ensure cpu-cluster exists before share-models-components-environments notebook run#4047
Chakradhar886 wants to merge 2 commits into
Azure:mainfrom
Chakradhar886:fix/share-models-components-compute-ci

Conversation

@Chakradhar886

Copy link
Copy Markdown
Member

Summary

Fixes CI failure in the share-models-components-environments workflow where notebook execution fails with Unknown compute target 'cpu-cluster'.

Root cause

The notebook expects cpu-cluster, but the target workspace may not always have that compute at runtime.

Change

Add a workflow setup step before papermill to ensure cpu-cluster exists by calling sdk_helpers.sh ensure_aml_compute.

Why this approach

  • Keeps notebook/sample content unchanged.
  • Limits fix to CI environment setup.
  • Minimal, low-risk workflow-only change.

Validation

  • Single-file workflow change.
  • Branch: fix/share-models-components-compute-ci
  • Commit: eedda13

@Chakradhar886
Chakradhar886 deleted the fix/share-models-components-compute-ci branch June 29, 2026 09:16
@Chakradhar886
Chakradhar886 restored the fix/share-models-components-compute-ci branch July 13, 2026 06:38
@Chakradhar886 Chakradhar886 reopened this Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant