aboutsummaryrefslogtreecommitdiff
path: root/projects/graphicsfuzz-spirv
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 /projects/graphicsfuzz-spirv
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 'projects/graphicsfuzz-spirv')
-rw-r--r--projects/graphicsfuzz-spirv/project.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/graphicsfuzz-spirv/project.yaml b/projects/graphicsfuzz-spirv/project.yaml
index 2c886e0c2..7613cffc2 100644
--- a/projects/graphicsfuzz-spirv/project.yaml
+++ b/projects/graphicsfuzz-spirv/project.yaml
@@ -18,3 +18,4 @@ architectures:
- i386
disabled: True
+blackbox: true