-
Notifications
You must be signed in to change notification settings - Fork 273
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
upgrade images #1441
upgrade images #1441
Conversation
Broken benchmarks: Can't find fuzzer-stats (not broken): |
b5caa34
to
9074d24
Compare
Related: #1353 |
Blocked on #1504 since we need to update some benchmarks |
Doesn't this depend on switching from Ubuntu 16 to the ubuntu version of the upgraded image versions? I think the benchmarks build in ubuntu 20 e.g. are not executable on ubuntu xenial. |
I don't think I understand this question, could you please clarify?
|
@@ -77,6 +77,7 @@ def find_digest(self, timestamp): | |||
def copy_oss_fuzz_files(project, commit_date, benchmark_dir): | |||
"""Checks out the right files from OSS-Fuzz to build the benchmark based on | |||
|project| and |commit_date|. Then copies them to |benchmark_dir|.""" | |||
print('j') |
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 useful?
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.
No
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.
OK, I will remove it in the other PR, then.
|
|
You can just update broken benchmarks |
Maybe delete the benchmark and use the integration script to integrate from oss-fuzz. |
Done! |
I was not sure if updating them will fix the error, though. |
I reckon all benchmarks in this list have been fixed and updated, except |
This is included in #1526 : ) |
No description provided.