Created
July 23, 2020 21:59
-
-
Save jmaher/5b059449545d1ed4857ac341778732f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir c:\users\jmaher | |
cd c:\users\jmaher | |
wget https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Q-4b0x3LRIKYzAdh4jndwg/runs/0/artifacts/public/build/mozharness.zip | |
unzip mozharness.zip | |
wget https://hg.mozilla.org/try/raw-file/462181506ac8f34d9851e0d2477b8994b5648904/taskcluster/scripts/run-task | |
set EXTRA_MOZHARNESS_CONFIG={"installer_url": "http://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Q-4b0x3LRIKYzAdh4jndwg/artifacts/public/build/target.zip", "test_packages_url": "http://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Q-4b0x3LRIKYzAdh4jndwg/artifacts/public/build/target.test_packages.json"} | |
C:/mozilla-build/python3/python3.exe run-task -- c:\mozilla-build\python\python.exe -u mozharness\scripts\desktop_unittest.py --cfg mozharness\configs\unittests\win_unittest.py --mochitest-suite=mochitest-webgl1-core --setpref=media.peerconnection.mtransport_process=false --setpref=network.process.enabled=false --download-symbols true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment