You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable the daily botocore-sync automation for the sagemaker-core module
in the monorepo:
Add scheduled sync (sagemaker-core-botocore-sync.yml), auto-approve, and
auto-merge workflows. They trigger the CodeBuild projects via the repo's
existing CI_AWS_ROLE_ARN OIDC role; auto-merge is gated to sagemaker-bot
botocore-sync* branch + "Daily Sync with Botocore" title, scoped to
sagemaker-core/sample/**/*.json.
Remove a stray hardcoded absolute SERVICE_JSON_FILE_PATH override in
data_extractor.py so codegen resolves service models via the
package-relative constant in constants.py.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Enable the daily botocore-sync automation for the sagemaker-core module
in the monorepo:
- Add scheduled sync (sagemaker-core-botocore-sync.yml), auto-approve, and
auto-merge workflows. They trigger the CodeBuild projects via the repo's
existing CI_AWS_ROLE_ARN OIDC role; auto-merge is gated to sagemaker-bot
+ botocore-sync* branch + "Daily Sync with Botocore" title, scoped to
sagemaker-core/sample/**/*.json.
- Remove a stray hardcoded absolute SERVICE_JSON_FILE_PATH override in
data_extractor.py so codegen resolves service models via the
package-relative constant in constants.py.
Remove the auto-approve and auto-merge workflows for now so the daily
botocore sync can be validated in isolation: the sync workflow opens a PR
that is left for manual review. The approve/merge automation will be
re-added in a follow-up once PR generation is verified. Both files remain
in history (commit 99ac5f7) and can be restored when needed.
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
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.
Issue #, if available:
Description of changes:
Enable the daily botocore-sync automation for the sagemaker-core module
in the monorepo:
auto-merge workflows. They trigger the CodeBuild projects via the repo's
existing CI_AWS_ROLE_ARN OIDC role; auto-merge is gated to sagemaker-bot
sagemaker-core/sample/**/*.json.
data_extractor.py so codegen resolves service models via the
package-relative constant in constants.py.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.