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:
Mike Hommey
2018-10-17 22:45:06 +00:00
parent 0f883e6d84
commit a0a6ef70a3
9 changed files with 6 additions and 158 deletions

View File

@@ -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