Bug 1562412 - fix try.yml taskgraph-gen.py r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D57189
This commit is contained in:
@@ -568,7 +568,7 @@ class TryOptionSyntax(object):
|
||||
return set(['try', 'all']) & set(attr('run_on_projects', []))
|
||||
|
||||
# Don't schedule code coverage when try option syntax is used
|
||||
if 'ccov' in attr('build_platform', []):
|
||||
if 'ccov' in (attr('build_platform') or []):
|
||||
return False
|
||||
|
||||
# Don't schedule tasks for windows10-aarch64 unless try fuzzy is used
|
||||
|
||||
Reference in New Issue
Block a user