Skip to content
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

Build summary may incorrectly report build success when build fails early #415

Open
erichaagdev opened this issue Oct 9, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@erichaagdev
Copy link
Member

See the following run that states that the build's outcome was successful, but the build scan to which it links shows that it failed:

✅ GitHub Actions: https://github.com/spring-projects/spring-boot/actions/runs/11251305654#summary-31282046104
❌ Build Scan: https://ge.spring.io/s/nmhwq32yieini

This isn't always the case. See this run from a couple of days ago where the outcome was reported correctly:

❌ GitHub Actions: https://github.com/spring-projects/spring-boot/actions/runs/11212828205#summary-31164600154
❌ Build Scan: https://ge.spring.io/s/2keixgnolziv2

In both cases the build was using were using gradle/actions@d156388eb19639ec20ade50009f3d199ce1e2808

@erichaagdev erichaagdev added the bug Something isn't working label Oct 9, 2024
@erichaagdev
Copy link
Member Author

One thing I noticed is the build whose summary is reporting incorrectly failed fairly early on compared to the other.

@wilkinsona
Copy link

Here's another example:

✅ GitHub Actions: https://github.com/spring-projects/spring-boot/actions/runs/11402495633#summary-31727609618
❌ Build scan: https://ge.spring.io/s/xuaecuq76ywnm

This one failed quite quickly too.

@bigdaz bigdaz modified the milestone: v4.2.0 Nov 11, 2024
@bigdaz bigdaz changed the title Build summary sometimes reports an incorrect outcome. Build summary may incorrectly report build success when build completes early with failure Nov 12, 2024
@bigdaz bigdaz changed the title Build summary may incorrectly report build success when build completes early with failure Build summary may incorrectly report build success when build fails early Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants