-
Notifications
You must be signed in to change notification settings - Fork 578
MNT Butler script to schedule minimize task for open testcases #4806
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
Conversation
butler.py
Outdated
@@ -404,6 +404,10 @@ def main(): | |||
subparsers.add_parser( | |||
'integration_tests', help='Run end-to-end integration tests.') | |||
|
|||
subparsers.add_parser( |
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.
This might work, but usually you would put your script in butler/scripts/ and run it like so:
python butler.py run --config-dir=../clusterfuzz-config/configs/external schedule_fuzz --non-dry-run
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? |
I assumed the |
I think youre absolutely right and I missed that. Nice work! |
Closing PR as this script is no longer needed. Keeping track of the command I used to run it:
|
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.
b/422487906
DO NOT SUBMIT