-
Notifications
You must be signed in to change notification settings - Fork 564
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
Add Fuzzilli cases to the test-input archive #4504
Conversation
/gcbrun |
Note that we need to merge this into the google branch as well. |
"""Create Fuzzilli tests directory from the autozilli GCS archives.""" | ||
logs.info('Syncing fuzzilli tests.') | ||
fuzzilli_tests_directory = os.path.join(tests_directory, 'fuzzilli') | ||
remote_archive_tmpl = 'gs://autozilli/autozilli-%d.tgz' |
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.
Is this readable by anyone?
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.
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
Who'd need to do that? Is that part of the deployment now? |
For now, you would, sorry. Or you could merge your changes into chrome to begin with and avoid having to do two PRs. |
This adds 9 archives from Fuzzilli to the general test-input archives used by fuzzers on Clusterfuzz. The Fuzzilli-side archives are refreshed every few days. We'll add a freshness metric in a follow up.
This was tested locally with butler.
See bug: https://crbug.com/362963886