aboutsummaryrefslogtreecommitdiff
path: root/infra/presubmit.py
diff options
context:
space:
mode:
authorAbhishek Arya <inferno@chromium.org>2020-08-10 08:08:25 -0700
committerGitHub <noreply@github.com>2020-08-10 08:08:25 -0700
commit103aca2e27ad0a7a280683308edc111e9f1ec9ba (patch)
tree073f6aa278e1fbe8151eddd0c0ab24648f6ed571 /infra/presubmit.py
parent6f180bb8a3ab228d34b1399a8159467ae2abdc5d (diff)
downloadoss-fuzz-103aca2e27ad0a7a280683308edc111e9f1ec9ba.tar.gz
Add |builds_per_day| to supported section in project.yaml. (#4291)
Diffstat (limited to 'infra/presubmit.py')
-rwxr-xr-xinfra/presubmit.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/infra/presubmit.py b/infra/presubmit.py
index a4d61bdcb..8b5622583 100755
--- a/infra/presubmit.py
+++ b/infra/presubmit.py
@@ -82,18 +82,19 @@ class ProjectYamlChecker:
VALID_SECTION_NAMES = [
'architectures',
'auto_ccs',
+ 'builds_per_day',
'coverage_extra_args',
'disabled',
'fuzzing_engines',
+ 'help_url',
'homepage',
+ 'language',
+ 'labels', # For internal use only, hard to lint as it uses fuzzer names.
'primary_contact',
'sanitizers',
+ 'selective_unpack',
'vendor_ccs',
'view_restrictions',
- 'language',
- 'help_url',
- 'labels', # For internal use only, hard to lint as it uses fuzzer names.
- 'selective_unpack',
]
LANGUAGES_SUPPORTED = [