-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
r/sagemaker_endpoint_configuration - allow scaling endpoints to zero #40882
Merged
ewbankkit
merged 3 commits into
hashicorp:main
from
DrFaust92:sagemaker-endpoint-scaling-zero
Jan 13, 2025
Merged
r/sagemaker_endpoint_configuration - allow scaling endpoints to zero #40882
ewbankkit
merged 3 commits into
hashicorp:main
from
DrFaust92:sagemaker-endpoint-scaling-zero
Jan 13, 2025
+45
−7
Conversation
This file contains 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
Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
Community NoteVoting for Prioritization
For Submitters
|
github-actions
bot
added
tests
PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
service/sagemaker
Issues and PRs that pertain to the sagemaker service.
needs-triage
Waiting for first response or review from a maintainer.
external-maintainer
Contribution from a trusted external contributor.
labels
Jan 12, 2025
DrFaust92
added
enhancement
Requests to existing resources that expand the functionality or scope.
and removed
needs-triage
Waiting for first response or review from a maintainer.
labels
Jan 12, 2025
github-actions
bot
added
the
prioritized
Part of the maintainer teams immediate focus. To be addressed within the current quarter.
label
Jan 13, 2025
ewbankkit
approved these changes
Jan 13, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccSageMakerEndpointConfiguration_productionVariants\|TestAccSageMakerEndpointConfiguration_basic' PKG=sagemaker
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.3 test ./internal/service/sagemaker/... -v -count 1 -parallel 20 -run=TestAccSageMakerEndpointConfiguration_productionVariants\|TestAccSageMakerEndpointConfiguration_basic -timeout 360m -vet=off
2025/01/13 10:08:29 Initializing Terraform AWS Provider...
=== RUN TestAccSageMakerEndpointConfiguration_basic
=== PAUSE TestAccSageMakerEndpointConfiguration_basic
=== RUN TestAccSageMakerEndpointConfiguration_productionVariantsManagedInstanceScaling
=== PAUSE TestAccSageMakerEndpointConfiguration_productionVariantsManagedInstanceScaling
=== RUN TestAccSageMakerEndpointConfiguration_productionVariantsManagedInstanceScalingZero
=== PAUSE TestAccSageMakerEndpointConfiguration_productionVariantsManagedInstanceScalingZero
=== CONT TestAccSageMakerEndpointConfiguration_basic
=== CONT TestAccSageMakerEndpointConfiguration_productionVariantsManagedInstanceScalingZero
=== CONT TestAccSageMakerEndpointConfiguration_productionVariantsManagedInstanceScaling
--- PASS: TestAccSageMakerEndpointConfiguration_basic (25.78s)
--- PASS: TestAccSageMakerEndpointConfiguration_productionVariantsManagedInstanceScalingZero (26.58s)
--- PASS: TestAccSageMakerEndpointConfiguration_productionVariantsManagedInstanceScaling (29.68s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/sagemaker 35.025s
johnsonaj
approved these changes
Jan 13, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
@DrFaust92 Thanks for the contribution 🎉 👏. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
external-maintainer
Contribution from a trusted external contributor.
prioritized
Part of the maintainer teams immediate focus. To be addressed within the current quarter.
service/sagemaker
Issues and PRs that pertain to the sagemaker service.
tests
PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
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.
Description
Relations
Closes #40606
References
Output from Acceptance Testing