Bug 1328459 - Give the clang-tidy jobs names so that their artifacts can be looked up in the index; r=mshal

I'm using static-analysis as the name of the product.
This commit is contained in:
Ehsan Akhgari
2017-01-02 21:07:20 -05:00
parent 3f1ffb0276
commit 11b0dc7d40
5 changed files with 17 additions and 1 deletions

View File

@@ -86,7 +86,7 @@ task_description_schema = Schema({
# if omitted, the build will not be indexed.
Optional('index'): {
# the name of the product this build produces
'product': Any('firefox', 'mobile'),
'product': Any('firefox', 'mobile', 'static-analysis'),
# the names to use for this job in the TaskCluster index
'job-name': basestring,