Bug 1286075: disable indexing for jobs that do not need it; r=mshal

As verified in the bug.

MozReview-Commit-ID: 3LaW4xo1nrW
This commit is contained in:
Dustin J. Mitchell
2016-09-07 17:05:02 +00:00
parent b68fcb7735
commit 84ad4768a4
7 changed files with 1 additions and 47 deletions

View File

@@ -83,8 +83,7 @@ task_description_schema = Schema({
# if omitted, the build will not be indexed.
Optional('index'): {
# the name of the product this build produces
# TODO: remove lint, harnesss-test when not used
'product': Any('firefox', 'mobile', 'b2g', 'lint', 'harness_test'),
'product': Any('firefox', 'mobile', 'b2g'),
# the names to use for this job in the TaskCluster index
'job-name': Any(