mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1356683 - Use new tooltool wrapper in AWSY jobs. r=chmanchester
--HG-- extra : rebase_source : d6886900951d0b26a43c6b5e1ff2dcb2cee5c81c
This commit is contained in:
parent
9f5f3fa3b7
commit
b40c223d77
@ -102,15 +102,10 @@ class MachCommands(MachCommandBase):
|
||||
'tp5n-pageset.manifest')
|
||||
tooltool_args = {'args': [
|
||||
sys.executable,
|
||||
os.path.join(self.topsrcdir,
|
||||
'python',
|
||||
'mozbuild',
|
||||
'mozbuild',
|
||||
'action',
|
||||
'tooltool.py'),
|
||||
'--manifest=%s' % manifest_file,
|
||||
'--cache-folder=%s' % os.path.join(self.topsrcdir, 'tooltool-cache'),
|
||||
'fetch'
|
||||
os.path.join(self.topsrcdir, 'mach'),
|
||||
'artifact', 'toolchain', '-v',
|
||||
'--tooltool-manifest=%s' % manifest_file,
|
||||
'--cache-dir=%s' % os.path.join(self.topsrcdir, 'tooltool-cache'),
|
||||
]}
|
||||
self.run_process(cwd=page_load_test_dir, **tooltool_args)
|
||||
tp5nzip = os.path.join(page_load_test_dir, 'tp5n.zip')
|
||||
|
Loading…
Reference in New Issue
Block a user