clusterfuzz icon indicating copy to clipboard operation
clusterfuzz copied to clipboard

MNT Butler script to schedule minimize task for open testcases

Open vitaliset opened this issue 7 months ago • 3 comments

After some problems with PubSub, some open testcases were not properly set to continue their bug management flow of file issuing etc. This script should be run once to unblock some of those testcases.

DO NOT SUBMIT

vitaliset avatar May 28 '25 13:05 vitaliset

By the way, do we want to do this on all open testcases? Or can we just do it on ones opened on the days this was broken?

jonathanmetzman avatar May 30 '25 04:05 jonathanmetzman

do we want to do this on all open testcases?

I assumed the if_needed would handle open testcases that wouldn't need it so it wouldn't be a problem to run it for all open ones, but I didn't deep dive too much on the logic.

vitaliset avatar May 30 '25 04:05 vitaliset

do we want to do this on all open testcases?

I assumed the if_needed would handle open testcases that wouldn't need it so it wouldn't be a problem to run it for all open ones, but I didn't deep dive too much on the logic.

I think youre absolutely right and I missed that. Nice work!

jonathanmetzman avatar May 30 '25 12:05 jonathanmetzman

Closing PR as this script is no longer needed.

Keeping track of the command I used to run it:

python butler.py run --config-dir=../clusterfuzz-config/configs/external schedule_minimize --non-dry-run

vitaliset avatar Jun 25 '25 03:06 vitaliset