Bug 1617481 - Remove most of nightly attribute from taskcluster/taskgraph. r=aki

We leave the nightly index in place for now in order to support Geckodriver until Bug 1577110 sticks.

Differential Revision: https://phabricator.services.mozilla.com/D74510
This commit is contained in:
Justin Wood
2020-05-18 14:41:58 +00:00
parent 4189cda85e
commit 945d8dbbd8
24 changed files with 45 additions and 100 deletions

View File

@@ -557,8 +557,6 @@ class TryOptionSyntax(object):
attr = task.attributes.get
def check_run_on_projects():
if attr('nightly') and not self.include_nightly:
return False
return set(['try', 'all']) & set(attr('run_on_projects', []))
# Don't schedule fission tests when try option syntax is used