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