-
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 - add rolling update #32418
r/sagemaker_endpoint - add rolling update #32418
Conversation
Community NoteVoting for Prioritization
For Submitters
|
d94ae0b
to
d52e8da
Compare
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=TestAccSageMakerEndpoint_' PKG=sagemaker ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/sagemaker/... -v -count 1 -parallel 2 -run=TestAccSageMakerEndpoint_ -timeout 180m
=== RUN TestAccSageMakerEndpoint_basic
=== PAUSE TestAccSageMakerEndpoint_basic
=== RUN TestAccSageMakerEndpoint_endpointName
=== PAUSE TestAccSageMakerEndpoint_endpointName
=== RUN TestAccSageMakerEndpoint_tags
=== PAUSE TestAccSageMakerEndpoint_tags
=== RUN TestAccSageMakerEndpoint_deploymentConfig
=== PAUSE TestAccSageMakerEndpoint_deploymentConfig
=== RUN TestAccSageMakerEndpoint_deploymentConfig_blueGreen
=== PAUSE TestAccSageMakerEndpoint_deploymentConfig_blueGreen
=== RUN TestAccSageMakerEndpoint_deploymentConfig_rolling
=== PAUSE TestAccSageMakerEndpoint_deploymentConfig_rolling
=== RUN TestAccSageMakerEndpoint_disappears
=== PAUSE TestAccSageMakerEndpoint_disappears
=== CONT TestAccSageMakerEndpoint_basic
=== CONT TestAccSageMakerEndpoint_deploymentConfig_blueGreen
--- PASS: TestAccSageMakerEndpoint_deploymentConfig_blueGreen (223.97s)
=== CONT TestAccSageMakerEndpoint_disappears
--- PASS: TestAccSageMakerEndpoint_basic (226.47s)
=== CONT TestAccSageMakerEndpoint_tags
--- PASS: TestAccSageMakerEndpoint_disappears (250.67s)
=== CONT TestAccSageMakerEndpoint_deploymentConfig
--- PASS: TestAccSageMakerEndpoint_tags (276.54s)
=== CONT TestAccSageMakerEndpoint_deploymentConfig_rolling
--- PASS: TestAccSageMakerEndpoint_deploymentConfig (221.04s)
=== CONT TestAccSageMakerEndpoint_endpointName
--- PASS: TestAccSageMakerEndpoint_deploymentConfig_rolling (223.13s)
--- PASS: TestAccSageMakerEndpoint_endpointName (485.68s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/sagemaker 1186.518s
@DrFaust92 Thanks for the contribution 🎉 👏. |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Relations
References
Output from Acceptance Testing