-
Notifications
You must be signed in to change notification settings - Fork 2.6k
fix(infra): Revert trial build logic to select successful projects #14440
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
base: master
Are you sure you want to change the base?
Conversation
This reverts the logic change introduced in cabb693 where trial builds were selecting failed projects instead of successful ones.
|
/gcbrun trial_build.py zlib |
jonathanmetzman
left a comment
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
Thanks!
|
Maybe also check if a broken project gets skipped! |
|
It looks like zlib is failing now because of the migration :-( |
It doesn't seem to be related to the migration. The issue happens in the legacy version as well. |
|
I'm confused about this |
This doesn't seem related to the migration. It looks like the breakage started today, as it has been building correctly with ubuntu-24-04 every day since 12/04. If you check the builds from 12/04 through 12/08, they all passed. Only today's build (12/09) failed, which suggests it was caused by a recent change. Also, take a look at the logs; it is pulling |
|
/gcbrun trial_build.py bad_example gcloud-go zlib |
This PR reverts the logic change introduced in cabb693. The intention of trial builds is to verify that changes to base images do not break existing healthy projects. The regression caused the script to select failed projects instead, which defeats the purpose of regression testing.