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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user