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

core: enable use of dedicated oss-fuzz folder #456

Merged
merged 2 commits into from
Jul 8, 2024

Conversation

DavidKorczynski
Copy link
Collaborator

This is useful during development purposes where it's convenient being
able to adjust the OSS-Fuzz projects' folders, e.g. to test hypotheses.

This is useful during development purposes where it's convenient being
able to adjust the OSS-Fuzz projects' folders.

Signed-off-by: David Korczynski <[email protected]>
Signed-off-by: David Korczynski <[email protected]>
@DavidKorczynski
Copy link
Collaborator Author

/gcbrun exp -n dk-test-z-1 -m vertex_ai_gemini-1-5 -b minor-for-ci

@DavidKorczynski
Copy link
Collaborator Author

experiment is looking good (just to check no regressions)

@DavidKorczynski DavidKorczynski requested a review from DonggeLiu July 8, 2024 21:16
@DavidKorczynski DavidKorczynski merged commit 8261185 into main Jul 8, 2024
7 checks passed
@DavidKorczynski DavidKorczynski deleted the enable-local-use-of-oss-fuzz branch July 8, 2024 22:29
_set_temp_oss_fuzz_repo()
else:
global OSS_FUZZ_DIR
OSS_FUZZ_DIR = oss_fuzz_dir
Copy link
Collaborator

Choose a reason for hiding this comment

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

Sorry I forgot to mention this nit: Swap the if-else block for better readability

  if oss_fuzz_dir:
    global OSS_FUZZ_DIR
    OSS_FUZZ_DIR = oss_fuzz_dir
  else:
    _set_temp_oss_fuzz_repo()

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.

2 participants