-
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
service/codebuild: Enable Github Enterprise Report Build Status #6929
Conversation
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.
Looks fantastic, thanks @gthole! 🚀
--- PASS: TestAccAWSCodeBuildProject_Source_Type_CodeCommit (17.76s)
--- PASS: TestAccAWSCodeBuildProject_basic (18.00s)
--- PASS: TestAccAWSCodeBuildProject_BadgeEnabled (18.16s)
--- PASS: TestAccAWSCodeBuildProject_Source_Type_GitHubEnterprise (18.58s)
--- PASS: TestAccAWSCodeBuildProject_Source_Type_S3 (18.77s)
--- PASS: TestAccAWSCodeBuildProject_Source_Type_Bitbucket (18.92s)
--- PASS: TestAccAWSCodeBuildProject_BuildTimeout (22.01s)
--- PASS: TestAccAWSCodeBuildProject_Environment_EnvironmentVariable_Type (22.17s)
--- PASS: TestAccAWSCodeBuildProject_Source_ReportBuildStatus_GitHub (22.76s)
--- PASS: TestAccAWSCodeBuildProject_Source_ReportBuildStatus_Bitbucket (23.00s)
--- PASS: TestAccAWSCodeBuildProject_Source_InsecureSSL (23.29s)
--- PASS: TestAccAWSCodeBuildProject_Source_Type_NoSourceInvalid (7.31s)
--- PASS: TestAccAWSCodeBuildProject_Source_Type_CodePipeline (25.70s)
--- PASS: TestAccAWSCodeBuildProject_Environment_Certificate (26.34s)
--- PASS: TestAccAWSCodeBuildProject_importBasic (26.45s)
--- PASS: TestAccAWSCodeBuildProject_Source_Auth (26.98s)
--- PASS: TestAccAWSCodeBuildProject_Description (30.00s)
--- PASS: TestAccAWSCodeBuildProject_Source_GitCloneDepth (30.28s)
--- PASS: TestAccAWSCodeBuildProject_Source_ReportBuildStatus_GitHubEnterprise (30.45s)
--- PASS: TestAccAWSCodeBuildProject_WindowsContainer (15.96s)
--- PASS: TestAccAWSCodeBuildProject_EncryptionKey (35.55s)
--- PASS: TestAccAWSCodeBuildProject_Cache (35.60s)
--- PASS: TestAccAWSCodeBuildProject_SecondarySources_CodeCommit (16.55s)
--- PASS: TestAccAWSCodeBuildProject_SecondaryArtifacts (17.03s)
--- PASS: TestAccAWSCodeBuildProject_Source_Type_NoSource (24.07s)
--- PASS: TestAccAWSCodeBuildProject_Artifacts_EncryptionDisabled (24.38s)
--- PASS: TestAccAWSCodeBuildProject_Tags (28.81s)
--- PASS: TestAccAWSCodeBuildProject_VpcConfig (35.28s)
This will release with version 1.53.0 of the AWS provider, likely tomorrow. 👍 |
This has been released in version 1.53.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Changes proposed in this pull request:
GITHUB_ENTERPRISE
Codebuild sources to setreport_build_status
. This is an extension of changes made in service/codebuild: Enable Bitbucket Report Build Status and Document Bitbucket Webhooks #6426, and is supported by the Codebuild API.Output from acceptance testing: