-
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
aws_codebuild_webhook #38199
aws_codebuild_webhook #38199
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 🚀.
% AWS_CODEBUILD_GITHUB_SOURCE_LOCATION=https://github.com/ewbankkit/terraform-aws-provider-codebuild-test make testacc TESTARGS='-run=TestAccCodeBuildWebhook_' PKG=codebuild ACCTEST_PARALLELISM=3
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.5 test ./internal/service/codebuild/... -v -count 1 -parallel 3 -run=TestAccCodeBuildWebhook_ -timeout 360m
=== RUN TestAccCodeBuildWebhook_bitbucket
=== PAUSE TestAccCodeBuildWebhook_bitbucket
=== RUN TestAccCodeBuildWebhook_gitHub
=== PAUSE TestAccCodeBuildWebhook_gitHub
=== RUN TestAccCodeBuildWebhook_gitHubEnterprise
=== PAUSE TestAccCodeBuildWebhook_gitHubEnterprise
=== RUN TestAccCodeBuildWebhook_buildType
=== PAUSE TestAccCodeBuildWebhook_buildType
=== RUN TestAccCodeBuildWebhook_scopeConfiguration
=== PAUSE TestAccCodeBuildWebhook_scopeConfiguration
=== RUN TestAccCodeBuildWebhook_branchFilter
=== PAUSE TestAccCodeBuildWebhook_branchFilter
=== RUN TestAccCodeBuildWebhook_filterGroup
=== PAUSE TestAccCodeBuildWebhook_filterGroup
=== RUN TestAccCodeBuildWebhook_disappears
=== PAUSE TestAccCodeBuildWebhook_disappears
=== RUN TestAccCodeBuildWebhook_Disappears_project
=== PAUSE TestAccCodeBuildWebhook_Disappears_project
=== CONT TestAccCodeBuildWebhook_bitbucket
=== CONT TestAccCodeBuildWebhook_branchFilter
=== CONT TestAccCodeBuildWebhook_buildType
=== NAME TestAccCodeBuildWebhook_bitbucket
source_credential_test.go:144: skipping acceptance testing: Source Credentials (BITBUCKET) not found
--- SKIP: TestAccCodeBuildWebhook_bitbucket (0.89s)
=== CONT TestAccCodeBuildWebhook_disappears
--- PASS: TestAccCodeBuildWebhook_disappears (19.92s)
=== CONT TestAccCodeBuildWebhook_Disappears_project
--- PASS: TestAccCodeBuildWebhook_branchFilter (29.95s)
=== CONT TestAccCodeBuildWebhook_gitHubEnterprise
source_credential_test.go:144: skipping acceptance testing: Source Credentials (GITHUB_ENTERPRISE) not found
--- SKIP: TestAccCodeBuildWebhook_gitHubEnterprise (0.19s)
=== CONT TestAccCodeBuildWebhook_gitHub
--- PASS: TestAccCodeBuildWebhook_buildType (37.66s)
=== CONT TestAccCodeBuildWebhook_scopeConfiguration
--- PASS: TestAccCodeBuildWebhook_Disappears_project (20.05s)
=== CONT TestAccCodeBuildWebhook_filterGroup
--- PASS: TestAccCodeBuildWebhook_gitHub (21.14s)
--- PASS: TestAccCodeBuildWebhook_scopeConfiguration (22.05s)
--- PASS: TestAccCodeBuildWebhook_filterGroup (21.29s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/codebuild 67.084s
@nikhil-goenka Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.59.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
Closes #38091
References
Output from Acceptance Testing