-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Add workspace settings to sagemaker studio resources #32526
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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=TestAccSageMaker_serial/^Domain$$\|TestAccSageMaker_serial/^UserProfile$$' PKG=sagemaker
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/sagemaker/... -v -count 1 -parallel 20 -run=TestAccSageMaker_serial/^Domain$\|TestAccSageMaker_serial/^UserProfile$ -timeout 180m
=== RUN TestAccSageMaker_serial
=== PAUSE TestAccSageMaker_serial
=== CONT TestAccSageMaker_serial
=== RUN TestAccSageMaker_serial/Domain
=== RUN TestAccSageMaker_serial/Domain/defaultUserSettingsUpdated
=== RUN TestAccSageMaker_serial/Domain/workspaceSettings
=== RUN TestAccSageMaker_serial/Domain/rSessionAppSettings
=== RUN TestAccSageMaker_serial/Domain/tags
=== RUN TestAccSageMaker_serial/Domain/tensorboardAppSettingsWithImage
=== RUN TestAccSageMaker_serial/Domain/kernelGatewayAppSettings
=== RUN TestAccSageMaker_serial/Domain/jupyterServerAppSettings
=== RUN TestAccSageMaker_serial/Domain/kms
=== RUN TestAccSageMaker_serial/Domain/spaceSettingsKernelGatewayAppSettings
=== RUN TestAccSageMaker_serial/Domain/code
=== RUN TestAccSageMaker_serial/Domain/disappears
=== RUN TestAccSageMaker_serial/Domain/tensorboardAppSettings
=== RUN TestAccSageMaker_serial/Domain/kernelGatewayAppSettings_customImage
domain_test.go:544: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
=== RUN TestAccSageMaker_serial/Domain/securityGroup
=== RUN TestAccSageMaker_serial/Domain/modelRegisterSettings
=== RUN TestAccSageMaker_serial/Domain/kernelGatewayAppSettings_lifecycleConfig
=== RUN TestAccSageMaker_serial/Domain/kernelGatewayAppSettings_defaultResourceAndCustomImage
domain_test.go:583: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
=== RUN TestAccSageMaker_serial/Domain/sharingSettings
=== RUN TestAccSageMaker_serial/Domain/canvas
=== RUN TestAccSageMaker_serial/Domain/rStudioServerProAppSettings
=== RUN TestAccSageMaker_serial/Domain/basic
=== RUN TestAccSageMaker_serial/Domain/domainSettings
=== RUN TestAccSageMaker_serial/UserProfile
=== RUN TestAccSageMaker_serial/UserProfile/disappears
=== RUN TestAccSageMaker_serial/UserProfile/tensorboardAppSettings
=== RUN TestAccSageMaker_serial/UserProfile/tensorboardAppSettingsWithImage
=== RUN TestAccSageMaker_serial/UserProfile/kernelGatewayAppSettings
=== RUN TestAccSageMaker_serial/UserProfile/kernelGatewayAppSettings_imageConfig
user_profile_test.go:244: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
=== RUN TestAccSageMaker_serial/UserProfile/basic
=== RUN TestAccSageMaker_serial/UserProfile/tags
=== RUN TestAccSageMaker_serial/UserProfile/kernelGatewayAppSettings_lifecycleConfig
=== RUN TestAccSageMaker_serial/UserProfile/jupyterServerAppSettings
--- PASS: TestAccSageMaker_serial (7409.54s)
--- PASS: TestAccSageMaker_serial/Domain (5283.81s)
--- PASS: TestAccSageMaker_serial/Domain/defaultUserSettingsUpdated (292.89s)
--- PASS: TestAccSageMaker_serial/Domain/workspaceSettings (246.98s)
--- PASS: TestAccSageMaker_serial/Domain/rSessionAppSettings (252.41s)
--- PASS: TestAccSageMaker_serial/Domain/tags (253.94s)
--- PASS: TestAccSageMaker_serial/Domain/tensorboardAppSettingsWithImage (309.15s)
--- PASS: TestAccSageMaker_serial/Domain/kernelGatewayAppSettings (260.82s)
--- PASS: TestAccSageMaker_serial/Domain/jupyterServerAppSettings (261.66s)
--- PASS: TestAccSageMaker_serial/Domain/kms (250.98s)
--- PASS: TestAccSageMaker_serial/Domain/spaceSettingsKernelGatewayAppSettings (272.70s)
--- PASS: TestAccSageMaker_serial/Domain/code (248.79s)
--- PASS: TestAccSageMaker_serial/Domain/disappears (295.27s)
--- PASS: TestAccSageMaker_serial/Domain/tensorboardAppSettings (251.08s)
--- SKIP: TestAccSageMaker_serial/Domain/kernelGatewayAppSettings_customImage (0.00s)
--- PASS: TestAccSageMaker_serial/Domain/securityGroup (275.71s)
--- PASS: TestAccSageMaker_serial/Domain/modelRegisterSettings (250.27s)
--- PASS: TestAccSageMaker_serial/Domain/kernelGatewayAppSettings_lifecycleConfig (260.69s)
--- SKIP: TestAccSageMaker_serial/Domain/kernelGatewayAppSettings_defaultResourceAndCustomImage (0.00s)
--- PASS: TestAccSageMaker_serial/Domain/sharingSettings (249.60s)
--- PASS: TestAccSageMaker_serial/Domain/canvas (259.16s)
--- PASS: TestAccSageMaker_serial/Domain/rStudioServerProAppSettings (250.80s)
--- PASS: TestAccSageMaker_serial/Domain/basic (259.50s)
--- PASS: TestAccSageMaker_serial/Domain/domainSettings (281.43s)
--- PASS: TestAccSageMaker_serial/UserProfile (2125.73s)
--- PASS: TestAccSageMaker_serial/UserProfile/disappears (294.82s)
--- PASS: TestAccSageMaker_serial/UserProfile/tensorboardAppSettings (266.04s)
--- PASS: TestAccSageMaker_serial/UserProfile/tensorboardAppSettingsWithImage (285.80s)
--- PASS: TestAccSageMaker_serial/UserProfile/kernelGatewayAppSettings (253.88s)
--- SKIP: TestAccSageMaker_serial/UserProfile/kernelGatewayAppSettings_imageConfig (0.00s)
--- PASS: TestAccSageMaker_serial/UserProfile/basic (254.18s)
--- PASS: TestAccSageMaker_serial/UserProfile/tags (250.22s)
--- PASS: TestAccSageMaker_serial/UserProfile/kernelGatewayAppSettings_lifecycleConfig (265.55s)
--- PASS: TestAccSageMaker_serial/UserProfile/jupyterServerAppSettings (255.23s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/sagemaker 7414.525s
@DrFaust92 Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.10.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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