Bug 1382729: add support for run-on-projects with -j; r=gps

MozReview-Commit-ID: GB5E5RhEcu

--HG--
extra : rebase_source : 971485eb4afbdfc3399152a8ffa5e990635eaba5
This commit is contained in:
Dustin J. Mitchell 2017-08-02 17:11:59 +00:00
parent 5a0dbc530f
commit bcdaa37e44

View File

@ -603,7 +603,7 @@ class TryOptionSyntax(object):
if self.platforms is None or attr('build_platform') in self.platforms: if self.platforms is None or attr('build_platform') in self.platforms:
return True return True
return False return False
return True return check_run_on_projects()
elif attr('kind') == 'test': elif attr('kind') == 'test':
return match_test(self.unittests, 'unittest_try_name') \ return match_test(self.unittests, 'unittest_try_name') \
or match_test(self.talos, 'talos_try_name') or match_test(self.talos, 'talos_try_name')