aboutsummaryrefslogtreecommitdiff
path: root/infra/presubmit.py
diff options
context:
space:
mode:
authorOliver Chang <oliverchang@users.noreply.github.com>2020-09-03 11:08:09 +1000
committerGitHub <noreply@github.com>2020-09-03 11:08:09 +1000
commita8263735f514122679260999329c6d4a3cbcd688 (patch)
tree978068cd9bf1c2ea0c226ecb40b01d3c6373c5a9 /infra/presubmit.py
parent00c22c0df0717f93f8d6a1eab7d51574ede749b6 (diff)
downloadoss-fuzz-a8263735f514122679260999329c6d4a3cbcd688.tar.gz
Add a blackbox field to project.yaml (#4405)
This is needed for CF to determine whether or not to allocate the project on a higher end bot to run the blackbox fuzzer. Previously this was keyed on the "none" entry under fuzzing_engines, which wasn't very descriptive. This change also lets us do both blackbox and greybox fuzzing in the same project, which will be done for quickjs.
Diffstat (limited to 'infra/presubmit.py')
-rwxr-xr-xinfra/presubmit.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/presubmit.py b/infra/presubmit.py
index 3a211ca66..831febd7f 100755
--- a/infra/presubmit.py
+++ b/infra/presubmit.py
@@ -82,6 +82,7 @@ class ProjectYamlChecker:
VALID_SECTION_NAMES = [
'architectures',
'auto_ccs',
+ 'blackbox',
'builds_per_day',
'coverage_extra_args',
'disabled',