Bug 1486554 - Enable static analysis on normal Windows CI builds r=ted
And turn off separate static analysis build tasks. Differential Revision: https://phabricator.services.mozilla.com/D8810
This commit is contained in:
@@ -190,7 +190,7 @@ def target_tasks_ash(full_task_graph, parameters, graph_config):
|
||||
for p in ('nightly', 'haz', 'artifact', 'cov', 'add-on'):
|
||||
if p in platform:
|
||||
return False
|
||||
for k in ('toolchain', 'l10n', 'static-analysis'):
|
||||
for k in ('toolchain', 'l10n'):
|
||||
if k in task.attributes['kind']:
|
||||
return False
|
||||
# and none of this linux64-asan/debug stuff
|
||||
|
||||
Reference in New Issue
Block a user