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

Allow remote unpacking for projects that fill the disk. #4613

Open
wants to merge 2 commits into
base: oss-fuzz
Choose a base branch
from

Conversation

jonathanmetzman
Copy link
Collaborator

a76b922 Didn't completely work. These projects need a lot more disk. Let's try another solution.

a76b922
Didn't completely work. These projects need a lot more disk. Let's try another
solution.
@jonathanmetzman
Copy link
Collaborator Author

See: https://pantheon.corp.google.com/errors/detail/CMbzyMr625yFFA;filter=%5B%5D;time=P7D;locations=global?project=clusterfuzz-external&e=-13802955&mods=logs_tg_prod

It's not clear why it's still failing, maybe these projects were too big even with the adjustment for a while?

@@ -817,6 +817,8 @@ def _sync_job(self, project, info, corpus_bucket_name, quarantine_bucket_name,
engine=template.engine,
project_name=base_project_name,
disk_size_gb=oss_fuzz_gb)
if oss_fuzz_gb is not None:
job.envrionment_string += 'ALLOW_UNPACK_OVER_HTTP = True\n'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

environment?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants