-
Notifications
You must be signed in to change notification settings - Fork 4k
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
(ci): make logs of PR GitHub CI public instead of using github-codebuild-logs #26625
Comments
Current build log should be public viewable already such as #26624 (comment) but yeah it would be great to use the build-in public viewable build results support. |
How would this improve the experience? |
I understand the request, I don't understand how switching which button you need to press to view the logs improves anything. Did you or someone else get confused at how to view the logs? |
I clicked on "Details" in CI failure before the github-codebuild-logs comment was posted. It's just additional learning. I'm maintainer of AWS SDK for JavaScript. We also used github-codebuild-logs pre-2021 when CodeBuild did not have publicly viewable build results. When CodeBuild introduced the feature, we switched to it and removed github-codebuild-logs.
The recommendation is for AWS CDK to also switch to publicly viewable build results, so that it's easier for new visitors and future contributors. If it's too much work, feel free to close it as not planned. |
Describe the feature
Make logs of PR GitHub CI public instead of using github-codebuild-logs
Use Case
The AWS CodeBuild supports publicly viewable build results. When enabled, the build results are accessible to public.
The CodeBuild used by aws-cdk is private, and it uses github-codebuild-logs to add a comment with link to the result. Because of this, and an extra comment is added for each CI build.
Example comment: #26624 (comment)
Proposed Solution
Enable publicly viewable build results on CodeBuild, and disable github-codebuild-logs.
Other Information
No response
Acknowledgements
CDK version used
N/A
Environment details (OS name and version, etc.)
N/A
The text was updated successfully, but these errors were encountered: