Skip to content

Instantly share code, notes, and snippets.

@jmaher
Created July 23, 2020 21:59
Show Gist options
  • Save jmaher/5b059449545d1ed4857ac341778732f1 to your computer and use it in GitHub Desktop.
Save jmaher/5b059449545d1ed4857ac341778732f1 to your computer and use it in GitHub Desktop.
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