diff --git a/.taskcluster.yml b/.taskcluster.yml index ca81313b4..a68bba6e0 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -54,8 +54,8 @@ tasks: taskboot_image: "mozilla/taskboot:0.1.9" in: - taskId: {$eval: as_slugid("check_lint")} - provisionerId: aws-provisioner-v1 - workerType: github-worker + provisionerId: proj-relman + workerType: ci created: {$fromNow: ''} deadline: {$fromNow: '1 hour'} payload: @@ -75,8 +75,8 @@ tasks: source: https://github.com/mozilla/code-coverage - taskId: {$eval: as_slugid("bot_check_tests")} - provisionerId: aws-provisioner-v1 - workerType: github-worker + provisionerId: proj-relman + workerType: ci created: {$fromNow: ''} deadline: {$fromNow: '1 hour'} payload: @@ -97,8 +97,8 @@ tasks: source: https://github.com/mozilla/code-coverage - taskId: {$eval: as_slugid("backend_check_tests")} - provisionerId: aws-provisioner-v1 - workerType: github-worker + provisionerId: proj-relman + workerType: ci created: {$fromNow: ''} deadline: {$fromNow: '1 hour'} payload: @@ -118,8 +118,8 @@ tasks: source: https://github.com/mozilla/code-coverage - taskId: {$eval: as_slugid("events_check_tests")} - provisionerId: aws-provisioner-v1 - workerType: github-worker + provisionerId: proj-relman + workerType: ci created: {$fromNow: ''} deadline: {$fromNow: '1 hour'} payload: @@ -138,8 +138,8 @@ tasks: source: https://github.com/mozilla/code-coverage - taskId: {$eval: as_slugid("report_check_tests")} - provisionerId: aws-provisioner-v1 - workerType: github-worker + provisionerId: proj-relman + workerType: ci created: {$fromNow: ''} deadline: {$fromNow: '1 hour'} payload: @@ -159,8 +159,8 @@ tasks: - taskId: {$eval: as_slugid("backend_build")} created: {$fromNow: ''} deadline: {$fromNow: '1 hour'} - provisionerId: aws-provisioner-v1 - workerType: relman-svc + provisionerId: proj-relman + workerType: ci dependencies: - {$eval: as_slugid("check_lint")} - {$eval: as_slugid("backend_check_tests")} @@ -200,8 +200,8 @@ tasks: - taskId: {$eval: as_slugid("bot_build")} created: {$fromNow: ''} deadline: {$fromNow: '1 hour'} - provisionerId: aws-provisioner-v1 - workerType: relman-svc + provisionerId: proj-relman + workerType: ci dependencies: - {$eval: as_slugid("check_lint")} - {$eval: as_slugid("bot_check_tests")} @@ -241,8 +241,8 @@ tasks: - taskId: {$eval: as_slugid("events_build")} created: {$fromNow: ''} deadline: {$fromNow: '1 hour'} - provisionerId: aws-provisioner-v1 - workerType: relman-svc + provisionerId: proj-relman + workerType: ci dependencies: - {$eval: as_slugid("check_lint")} - {$eval: as_slugid("events_check_tests")} @@ -280,8 +280,8 @@ tasks: source: https://github.com/mozilla/code-coverage - taskId: {$eval: as_slugid("addon_build")} - provisionerId: aws-provisioner-v1 - workerType: github-worker + provisionerId: proj-relman + workerType: ci created: {$fromNow: ''} deadline: {$fromNow: '1 hour'} payload: @@ -308,8 +308,8 @@ tasks: source: https://github.com/mozilla/code-coverage - taskId: {$eval: as_slugid("frontend_build")} - provisionerId: aws-provisioner-v1 - workerType: github-worker + provisionerId: proj-relman + workerType: ci created: {$fromNow: ''} deadline: {$fromNow: '1 hour'} payload: @@ -338,8 +338,8 @@ tasks: taskId: {$eval: as_slugid("backend_deploy")} created: {$fromNow: ''} deadline: {$fromNow: '1 hour'} - provisionerId: aws-provisioner-v1 - workerType: github-worker + provisionerId: proj-relman + workerType: ci dependencies: - {$eval: as_slugid("backend_build")} payload: @@ -368,8 +368,8 @@ tasks: taskId: {$eval: as_slugid("events_deploy")} created: {$fromNow: ''} deadline: {$fromNow: '1 hour'} - provisionerId: aws-provisioner-v1 - workerType: github-worker + provisionerId: proj-relman + workerType: ci dependencies: - {$eval: as_slugid("events_build")} payload: @@ -398,8 +398,8 @@ tasks: taskId: {$eval: as_slugid("bot_deploy")} created: {$fromNow: ''} deadline: {$fromNow: '1 hour'} - provisionerId: aws-provisioner-v1 - workerType: github-worker + provisionerId: proj-relman + workerType: ci dependencies: - {$eval: as_slugid("bot_build")} payload: @@ -421,48 +421,13 @@ tasks: owner: bastien@mozilla.com source: https://github.com/mozilla/code-coverage - - $if: 'channel in ["testing", "production"]' - then: - taskId: {$eval: as_slugid("bot_hook")} - dependencies: - - {$eval: as_slugid("bot_deploy")} - scopes: - - "assume:hook-id:project-relman/code-coverage-repo-${channel}" - - "hooks:modify-hook:project-relman/code-coverage-repo-${channel}" - - "assume:hook-id:project-relman/code-coverage-cron-${channel}" - - "hooks:modify-hook:project-relman/code-coverage-cron-${channel}" - created: {$fromNow: ''} - deadline: {$fromNow: '5 hours'} - provisionerId: aws-provisioner-v1 - workerType: github-worker - payload: - features: - # Needed for access to hook api - taskclusterProxy: true - maxRunTime: 3600 - image: "${taskboot_image}" - command: - - "/bin/sh" - - "-lcxe" - - "git clone --quiet ${repository} && - cd code-coverage && - git checkout ${head_rev} && - sed -i -e 's/CHANNEL/${channel}/g' -e 's/REVISION/${head_rev}/g' bot/taskcluster-hook-*.json && - taskboot --target . build-hook bot/taskcluster-hook-repo.json project-relman code-coverage-repo-${channel} && - taskboot --target . build-hook bot/taskcluster-hook-cron.json project-relman code-coverage-cron-${channel}" - metadata: - name: "Code Coverage Bot hook update (${channel})" - description: Update Taskcluster hook triggering the code-coverage tasks - owner: bastien@mozilla.com - source: https://github.com/mozilla/code-coverage - - $if: 'channel in ["testing", "production"]' then: taskId: {$eval: as_slugid("frontend_deploy")} created: {$fromNow: ''} deadline: {$fromNow: '1 hour'} - provisionerId: aws-provisioner-v1 - workerType: github-worker + provisionerId: proj-relman + workerType: ci dependencies: - {$eval: as_slugid("frontend_build")} payload: diff --git a/bot/code_coverage_bot/taskcluster.py b/bot/code_coverage_bot/taskcluster.py index e58b04083..d68644e71 100644 --- a/bot/code_coverage_bot/taskcluster.py +++ b/bot/code_coverage_bot/taskcluster.py @@ -81,7 +81,7 @@ def download_artifact(artifact_path, task_id, artifact_name): # Build artifact public url # Use un-authenticated Taskcluster client to avoid taskcluster-proxy rewrite issue # https://github.com/taskcluster/taskcluster-proxy/issues/44 - queue = taskcluster.Queue({"rootUrl": "https://taskcluster.net"}) + queue = taskcluster.Queue({"rootUrl": "https://firefox-ci-tc.services.mozilla.com"}) url = queue.buildUrl("getLatestArtifact", task_id, artifact_name) logger.debug("Downloading artifact", url=url) diff --git a/bot/tests/fixtures/task-group_1.json b/bot/tests/fixtures/task-group_1.json index 99759ae8e..cc73453f0 100644 --- a/bot/tests/fixtures/task-group_1.json +++ b/bot/tests/fixtures/task-group_1.json @@ -101,8 +101,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", "--test-suite=jsreftest", "--total-chunk=100", "--this-chunk=80", @@ -116,7 +116,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -125,7 +125,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -266,8 +266,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", "--e10s", "--allow-software-gl-layers", "--download-symbols=ondemand" @@ -280,7 +280,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -288,7 +288,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "marionette.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -425,8 +425,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=8", "--this-chunk=8", @@ -440,7 +440,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -448,7 +448,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -593,8 +593,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--headless", "--mochitest-suite=plain-chunked", "--e10s", @@ -611,7 +611,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -619,7 +619,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -759,8 +759,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest", "--e10s", "--allow-software-gl-layers", @@ -776,7 +776,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -784,7 +784,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -934,8 +934,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=24", "--this-chunk=4", @@ -950,7 +950,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -959,7 +959,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -1077,7 +1077,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/D7SOSUrZRbasrIPmPgS51Q/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/D7SOSUrZRbasrIPmPgS51Q/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=3" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/D7SOSUrZRbasrIPmPgS51Q/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/D7SOSUrZRbasrIPmPgS51Q/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=3" ], "osGroups": [], "mounts": [ @@ -1230,8 +1230,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-gpu,chrome-gpu,browser-chrome-gpu", "--e10s", "--allow-software-gl-layers", @@ -1246,7 +1246,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -1254,7 +1254,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -1400,8 +1400,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-gl", "--e10s", "--total-chunk=3", @@ -1417,7 +1417,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -1425,7 +1425,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -1565,8 +1565,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--jittest-suite=jittest-chunked", "--allow-software-gl-layers", "--enable-webrender", @@ -1582,7 +1582,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -1590,7 +1590,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -1729,9 +1729,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--reftest-suite=jsreftest", @@ -1895,8 +1895,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/M_UGgOJeRomkLngODtvdZg/artifacts/public/build/geckoview_example.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/M_UGgOJeRomkLngODtvdZg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/M_UGgOJeRomkLngODtvdZg/artifacts/public/build/geckoview_example.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/M_UGgOJeRomkLngODtvdZg/artifacts/public/build/target.test_packages.json", "--test-suite=geckoview", "--download-symbols=ondemand" ], @@ -1908,7 +1908,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/M_UGgOJeRomkLngODtvdZg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/M_UGgOJeRomkLngODtvdZg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -1917,7 +1917,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidx86.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/M_UGgOJeRomkLngODtvdZg/artifacts/public/build/geckoview_example.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/M_UGgOJeRomkLngODtvdZg/artifacts/public/build/geckoview_example.apk" }, "features": { "taskclusterProxy": true, @@ -2055,8 +2055,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest-no-accel", "--e10s", "--allow-software-gl-layers", @@ -2071,7 +2071,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -2079,7 +2079,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -2225,8 +2225,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", "--mochitest-suite=chrome", "--allow-software-gl-layers", "--disable-stylo", @@ -2243,7 +2243,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -2251,7 +2251,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -2391,8 +2391,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest", "--e10s", "--allow-software-gl-layers", @@ -2409,7 +2409,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -2417,7 +2417,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -2643,8 +2643,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--reftest-suite=jsreftest", "--e10s", "--allow-software-gl-layers", @@ -2661,7 +2661,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -2669,7 +2669,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -2815,8 +2815,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked-coverage", "--jsd-code-coverage", "--total-chunk=10", @@ -2832,7 +2832,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -2840,7 +2840,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -3119,7 +3119,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --e10s --total-chunk=12 --this-chunk=10" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --e10s --total-chunk=12 --this-chunk=10" ], "osGroups": [], "mounts": [ @@ -3271,8 +3271,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=16", @@ -3288,7 +3288,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -3296,7 +3296,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -3413,7 +3413,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=7" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=7" ], "osGroups": [], "mounts": [ @@ -3537,7 +3537,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest --e10s --total-chunk=32 --this-chunk=29" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest --e10s --total-chunk=32 --this-chunk=29" ], "osGroups": [], "mounts": [ @@ -3688,9 +3688,9 @@ "remote", "--e10s", "--installer-url", - "https://queue.taskcluster.net/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--tag", @@ -3848,8 +3848,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-devtools-chrome-chunked", "--code-coverage", "--e10s", @@ -3866,7 +3866,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -3874,7 +3874,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -4020,8 +4020,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-devtools-chrome-coverage", "--jsd-code-coverage", "--total-chunk=8", @@ -4037,7 +4037,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -4045,7 +4045,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -4191,8 +4191,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-gl", "--e10s", "--total-chunk=3", @@ -4208,7 +4208,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -4216,7 +4216,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -4366,8 +4366,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=48", "--this-chunk=24", @@ -4382,7 +4382,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -4391,7 +4391,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -4532,8 +4532,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -4550,7 +4550,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -4558,7 +4558,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -4707,8 +4707,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", "--test-suite=jsreftest", "--total-chunk=100", "--this-chunk=43", @@ -4722,7 +4722,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -4731,7 +4731,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -5037,8 +5037,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=7", @@ -5054,7 +5054,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -5062,7 +5062,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -5202,8 +5202,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--enable-webrender", "--total-chunk=8", @@ -5218,7 +5218,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -5226,7 +5226,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -5365,8 +5365,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--code-coverage", "--e10s", @@ -5383,7 +5383,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -5391,7 +5391,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -5536,8 +5536,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-devtools-chrome-chunked", "--e10s", "--total-chunk=8", @@ -5553,7 +5553,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -5561,7 +5561,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -5707,8 +5707,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=16", @@ -5724,7 +5724,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -5732,7 +5732,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -5872,8 +5872,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest-no-accel", "--e10s", "--allow-software-gl-layers", @@ -5889,7 +5889,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -5897,7 +5897,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -6014,7 +6014,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/ILswnBjjRheSg2lWpYnJcg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/ILswnBjjRheSg2lWpYnJcg/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=4" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ILswnBjjRheSg2lWpYnJcg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ILswnBjjRheSg2lWpYnJcg/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=4" ], "osGroups": [], "mounts": [ @@ -6161,8 +6161,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", "--e10s", "--allow-software-gl-layers", "--download-symbols=ondemand" @@ -6175,7 +6175,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -6183,7 +6183,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "marionette.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -6330,8 +6330,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", "--test-suite=jsreftest", "--total-chunk=40", "--this-chunk=23", @@ -6345,7 +6345,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -6354,7 +6354,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -6495,8 +6495,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", "--test-type=reftest", "--e10s", "--allow-software-gl-layers", @@ -6512,7 +6512,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -6520,7 +6520,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -6636,7 +6636,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-no-accel --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-no-accel --e10s --total-chunk=32 --this-chunk=11" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-no-accel --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-no-accel --e10s --total-chunk=32 --this-chunk=11" ], "osGroups": [], "mounts": [ @@ -6760,7 +6760,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=reftest --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=reftest --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=reftest --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=reftest --e10s" ], "osGroups": [], "mounts": [ @@ -6912,8 +6912,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--disable-stylo", @@ -6930,7 +6930,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -6938,7 +6938,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -7055,7 +7055,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Cxh__eX0TVOCaAhaAZVnMg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Cxh__eX0TVOCaAhaAZVnMg/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=6" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Cxh__eX0TVOCaAhaAZVnMg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Cxh__eX0TVOCaAhaAZVnMg/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=6" ], "osGroups": [], "mounts": [ @@ -7179,7 +7179,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=4" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=4" ], "osGroups": [], "mounts": [ @@ -7331,8 +7331,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-media", "--e10s", "--allow-software-gl-layers", @@ -7350,7 +7350,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -7358,7 +7358,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -7498,8 +7498,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.test_packages.json", "--test-type=wdspec", "--e10s", "--allow-software-gl-layers", @@ -7513,7 +7513,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -7521,7 +7521,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -7637,7 +7637,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest --e10s --total-chunk=8 --this-chunk=3" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest --e10s --total-chunk=8 --this-chunk=3" ], "osGroups": [], "mounts": [ @@ -7786,9 +7786,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/EXQpzYm3TmewDEz1-_-T2w/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EXQpzYm3TmewDEz1-_-T2w/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/EXQpzYm3TmewDEz1-_-T2w/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EXQpzYm3TmewDEz1-_-T2w/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--mochitest-suite=plain-chunked", @@ -7948,8 +7948,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--total-chunk=10", @@ -7964,7 +7964,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -7972,7 +7972,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -8118,8 +8118,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", "--mochitest-suite=chrome", "--allow-software-gl-layers", "--total-chunk=3", @@ -8135,7 +8135,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -8143,7 +8143,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -8293,8 +8293,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=10", @@ -8308,7 +8308,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -8317,7 +8317,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -8435,7 +8435,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest --e10s --total-chunk=8 --this-chunk=4" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest --e10s --total-chunk=8 --this-chunk=4" ], "osGroups": [], "mounts": [ @@ -8726,8 +8726,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--reftest-suite=crashtest", "--e10s", "--allow-software-gl-layers", @@ -8742,7 +8742,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -8750,7 +8750,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -8890,8 +8890,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest-no-accel", "--e10s", "--allow-software-gl-layers", @@ -8906,7 +8906,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -8914,7 +8914,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -9117,7 +9117,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-media --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-media --e10s --total-chunk=3 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-media --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-media --e10s --total-chunk=3 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -9266,9 +9266,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/EXQpzYm3TmewDEz1-_-T2w/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EXQpzYm3TmewDEz1-_-T2w/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/EXQpzYm3TmewDEz1-_-T2w/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EXQpzYm3TmewDEz1-_-T2w/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--reftest-suite=jsreftest", @@ -9399,7 +9399,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=6" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=6" ], "osGroups": [], "mounts": [ @@ -9548,9 +9548,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/EXQpzYm3TmewDEz1-_-T2w/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EXQpzYm3TmewDEz1-_-T2w/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/EXQpzYm3TmewDEz1-_-T2w/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EXQpzYm3TmewDEz1-_-T2w/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--mochitest-suite=mochitest-devtools-chrome-chunked", @@ -9681,7 +9681,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-no-accel --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-no-accel --e10s --total-chunk=32 --this-chunk=21" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-no-accel --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-no-accel --e10s --total-chunk=32 --this-chunk=21" ], "osGroups": [], "mounts": [ @@ -9805,7 +9805,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-gpu --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest-gpu --e10s --total-chunk=8 --this-chunk=5" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-gpu --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest-gpu --e10s --total-chunk=8 --this-chunk=5" ], "osGroups": [], "mounts": [ @@ -9958,8 +9958,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=chrome", "--allow-software-gl-layers", "--disable-stylo", @@ -9976,7 +9976,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -9984,7 +9984,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -10124,8 +10124,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=8", "--this-chunk=5", @@ -10139,7 +10139,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -10147,7 +10147,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -10265,8 +10265,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.test_packages.json", "--suite=speedometer-e10s", "--add-option", "--webServer,localhost", @@ -10282,14 +10282,14 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/mozilla-central/raw-file/b2a9a4bb5c94de179ae7a3f52fde58c0e2897498/taskcluster/scripts/tester/test-linux.sh" }, @@ -10431,8 +10431,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--code-coverage", "--e10s", @@ -10449,7 +10449,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -10457,7 +10457,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -10574,7 +10574,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --enable-webrender --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/D7SOSUrZRbasrIPmPgS51Q/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/D7SOSUrZRbasrIPmPgS51Q/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-gl --e10s --enable-webrender --total-chunk=8 --this-chunk=5" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --enable-webrender --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/D7SOSUrZRbasrIPmPgS51Q/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/D7SOSUrZRbasrIPmPgS51Q/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-gl --e10s --enable-webrender --total-chunk=8 --this-chunk=5" ], "osGroups": [], "mounts": [ @@ -10731,8 +10731,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", "--test-suite=jsreftest", "--total-chunk=40", "--this-chunk=8", @@ -10746,7 +10746,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -10755,7 +10755,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -10906,8 +10906,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", "--test-suite=jsreftest", "--total-chunk=100", "--this-chunk=92", @@ -10921,7 +10921,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -10930,7 +10930,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -11081,8 +11081,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=24", "--this-chunk=19", @@ -11097,7 +11097,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -11106,7 +11106,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -11224,7 +11224,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-gpu --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-gpu --e10s --total-chunk=32 --this-chunk=15" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-gpu --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-gpu --e10s --total-chunk=32 --this-chunk=15" ], "osGroups": [], "mounts": [ @@ -11360,7 +11360,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-no-accel --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-no-accel --e10s --total-chunk=32 --this-chunk=4" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-no-accel --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-no-accel --e10s --total-chunk=32 --this-chunk=4" ], "osGroups": [], "mounts": [ @@ -11507,8 +11507,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--code-coverage", "--total-chunk=8", @@ -11523,7 +11523,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -11531,7 +11531,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -11670,8 +11670,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", "--test-type=reftest", "--e10s", "--allow-software-gl-layers", @@ -11688,7 +11688,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -11696,7 +11696,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -11841,8 +11841,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-devtools-chrome-chunked", "--e10s", "--total-chunk=8", @@ -11858,7 +11858,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -11866,7 +11866,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -12016,8 +12016,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=6", @@ -12031,7 +12031,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -12040,7 +12040,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -12158,7 +12158,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-no-accel --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-no-accel --e10s --total-chunk=32 --this-chunk=10" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-no-accel --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-no-accel --e10s --total-chunk=32 --this-chunk=10" ], "osGroups": [], "mounts": [ @@ -12305,8 +12305,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest", "--e10s", "--allow-software-gl-layers", @@ -12322,7 +12322,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -12330,7 +12330,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -12447,7 +12447,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_vm_config.py --suite=dromaeojs-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --code-coverage --add-option --cycles,1 --add-option --tppagecycles,1 --add-option --no-upload-results --add-option --tptimeout,15000 --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/VyH0XjfxQMm-5sQYJjN0OQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/VyH0XjfxQMm-5sQYJjN0OQ/artifacts/public/build/target.test_packages.json --download-symbols true --suite=dromaeojs-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --code-coverage --add-option --cycles,1 --add-option --tppagecycles,1 --add-option --no-upload-results --add-option --tptimeout,15000" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_vm_config.py --suite=dromaeojs-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --code-coverage --add-option --cycles,1 --add-option --tppagecycles,1 --add-option --no-upload-results --add-option --tptimeout,15000 --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VyH0XjfxQMm-5sQYJjN0OQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VyH0XjfxQMm-5sQYJjN0OQ/artifacts/public/build/target.test_packages.json --download-symbols true --suite=dromaeojs-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --code-coverage --add-option --cycles,1 --add-option --tppagecycles,1 --add-option --no-upload-results --add-option --tptimeout,15000" ], "osGroups": [], "mounts": [ @@ -12603,8 +12603,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", "--test-suite=jsreftest", "--total-chunk=100", "--this-chunk=6", @@ -12618,7 +12618,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -12627,7 +12627,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -12778,8 +12778,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", "--test-suite=jsreftest", "--total-chunk=40", "--this-chunk=3", @@ -12793,7 +12793,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -12802,7 +12802,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -12943,8 +12943,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", "--gtest-suite=gtest", "--allow-software-gl-layers", "--download-symbols=ondemand" @@ -12957,7 +12957,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -12965,7 +12965,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -13104,9 +13104,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--reftest-suite=jsreftest", @@ -13260,8 +13260,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", "--cppunittest-suite=cppunittest", "--code-coverage", "--allow-software-gl-layers", @@ -13275,7 +13275,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -13283,7 +13283,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -13397,7 +13397,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --code-coverage --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/VyH0XjfxQMm-5sQYJjN0OQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/VyH0XjfxQMm-5sQYJjN0OQ/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --code-coverage --e10s --total-chunk=15 --this-chunk=15" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --code-coverage --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VyH0XjfxQMm-5sQYJjN0OQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VyH0XjfxQMm-5sQYJjN0OQ/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --code-coverage --e10s --total-chunk=15 --this-chunk=15" ], "osGroups": [], "mounts": [ @@ -13543,8 +13543,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--reftest-suite=crashtest", "--e10s", "--allow-software-gl-layers", @@ -13559,7 +13559,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -13567,7 +13567,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -13717,8 +13717,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=35", @@ -13732,7 +13732,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -13741,7 +13741,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -13882,8 +13882,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", "--test-type=reftest", "--e10s", "--allow-software-gl-layers", @@ -13900,7 +13900,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -13908,7 +13908,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -14047,8 +14047,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest-no-accel", "--code-coverage", "--e10s", @@ -14065,7 +14065,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -14073,7 +14073,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -14213,8 +14213,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -14231,7 +14231,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -14239,7 +14239,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -14378,8 +14378,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", "--test-type=wdspec", "--e10s", "--allow-software-gl-layers", @@ -14393,7 +14393,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -14401,7 +14401,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -14546,8 +14546,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-media", "--e10s", "--allow-software-gl-layers", @@ -14565,7 +14565,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -14573,7 +14573,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -14690,7 +14690,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Cxh__eX0TVOCaAhaAZVnMg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Cxh__eX0TVOCaAhaAZVnMg/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=8" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Cxh__eX0TVOCaAhaAZVnMg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Cxh__eX0TVOCaAhaAZVnMg/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=8" ], "osGroups": [], "mounts": [ @@ -14846,8 +14846,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", "--test-suite=jsreftest", "--total-chunk=100", "--this-chunk=61", @@ -14861,7 +14861,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -14870,7 +14870,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -15017,8 +15017,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--total-chunk=16", "--this-chunk=14", @@ -15033,7 +15033,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -15041,7 +15041,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -15187,8 +15187,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--total-chunk=5", @@ -15204,7 +15204,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -15212,7 +15212,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -15356,9 +15356,9 @@ "local", "--e10s", "--installer-url", - "https://queue.taskcluster.net/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--tag", @@ -15489,8 +15489,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.test_packages.json", "--suite=other-e10s", "--add-option", "--webServer,localhost", @@ -15506,14 +15506,14 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/mozilla-central/raw-file/b2a9a4bb5c94de179ae7a3f52fde58c0e2897498/taskcluster/scripts/tester/test-linux.sh" }, @@ -15655,8 +15655,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--disable-stylo", @@ -15673,7 +15673,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -15681,7 +15681,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -15798,7 +15798,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/ILswnBjjRheSg2lWpYnJcg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/ILswnBjjRheSg2lWpYnJcg/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=7" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ILswnBjjRheSg2lWpYnJcg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ILswnBjjRheSg2lWpYnJcg/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=7" ], "osGroups": [], "mounts": [ @@ -15944,8 +15944,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest-stylo", "--e10s", "--allow-software-gl-layers", @@ -15961,7 +15961,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -15969,7 +15969,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -16088,8 +16088,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", "--suite=g1-e10s", "--add-option", "--webServer,localhost", @@ -16106,14 +16106,14 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/mozilla-central/raw-file/b2a9a4bb5c94de179ae7a3f52fde58c0e2897498/taskcluster/scripts/tester/test-linux.sh" }, @@ -16249,8 +16249,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -16267,7 +16267,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -16275,7 +16275,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -16420,8 +16420,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--total-chunk=16", @@ -16437,7 +16437,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -16445,7 +16445,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -16595,8 +16595,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", "--test-suite=jsreftest", "--total-chunk=40", "--this-chunk=2", @@ -16610,7 +16610,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -16619,7 +16619,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -16737,7 +16737,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\firefox_ui_tests\\functional.py --cfg mozharness\\configs\\firefox_ui_tests\\taskcluster_windows.py --tag local --e10s --installer-url https://queue.taskcluster.net/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.test_packages.json --download-symbols true --tag local --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\firefox_ui_tests\\functional.py --cfg mozharness\\configs\\firefox_ui_tests\\taskcluster_windows.py --tag local --e10s --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.test_packages.json --download-symbols true --tag local --e10s" ], "osGroups": [], "mounts": [ @@ -16883,8 +16883,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest", "--e10s", "--allow-software-gl-layers", @@ -16900,7 +16900,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -16908,7 +16908,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -17025,7 +17025,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-gpu --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-gpu --e10s --total-chunk=32 --this-chunk=3" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-gpu --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-gpu --e10s --total-chunk=32 --this-chunk=3" ], "osGroups": [], "mounts": [ @@ -17182,8 +17182,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", "--test-suite=jsreftest", "--total-chunk=100", "--this-chunk=44", @@ -17197,7 +17197,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -17206,7 +17206,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -17347,8 +17347,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", "--gtest-suite=gtest", "--allow-software-gl-layers", "--enable-webrender", @@ -17362,7 +17362,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -17370,7 +17370,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -17517,8 +17517,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", "--test-suite=crashtest", "--total-chunk=10", "--this-chunk=2", @@ -17532,7 +17532,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -17541,7 +17541,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -17692,8 +17692,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=49", @@ -17707,7 +17707,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -17716,7 +17716,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -18028,8 +18028,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest", "--allow-software-gl-layers", "--total-chunk=8", @@ -18044,7 +18044,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -18052,7 +18052,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -18169,7 +18169,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=crashtest --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=crashtest --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=crashtest --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=crashtest --e10s" ], "osGroups": [], "mounts": [ @@ -18316,8 +18316,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -18334,7 +18334,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -18342,7 +18342,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -18452,7 +18452,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --jittest-suite=jittest-chunked --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/D7SOSUrZRbasrIPmPgS51Q/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/D7SOSUrZRbasrIPmPgS51Q/artifacts/public/build/target.test_packages.json --download-symbols true --jittest-suite=jittest-chunked" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --jittest-suite=jittest-chunked --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/D7SOSUrZRbasrIPmPgS51Q/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/D7SOSUrZRbasrIPmPgS51Q/artifacts/public/build/target.test_packages.json --download-symbols true --jittest-suite=jittest-chunked" ], "osGroups": [], "mounts": [ @@ -18602,8 +18602,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=16", @@ -18619,7 +18619,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -18627,7 +18627,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -18777,8 +18777,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", "--test-suite=jsreftest", "--total-chunk=40", "--this-chunk=14", @@ -18792,7 +18792,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -18801,7 +18801,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -18942,8 +18942,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell-coverage", "--jsd-code-coverage", "--total-chunk=8", @@ -18958,7 +18958,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -18966,7 +18966,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/HFzA4id8RbWhGrvbpehsvA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -19238,8 +19238,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=52", @@ -19253,7 +19253,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -19262,7 +19262,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -19403,8 +19403,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=8", "--this-chunk=5", @@ -19418,7 +19418,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -19426,7 +19426,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -19565,8 +19565,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest", "--e10s", "--allow-software-gl-layers", @@ -19582,7 +19582,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -19590,7 +19590,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -19707,7 +19707,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-media --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-media --e10s --total-chunk=3 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-media --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-media --e10s --total-chunk=3 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -19854,8 +19854,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=8", "--this-chunk=5", @@ -19869,7 +19869,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -19877,7 +19877,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -20016,8 +20016,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", "--test-type=reftest", "--code-coverage", "--e10s", @@ -20034,7 +20034,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -20042,7 +20042,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -20187,8 +20187,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-gl", "--code-coverage", "--e10s", @@ -20205,7 +20205,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -20213,7 +20213,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -20363,8 +20363,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=13", @@ -20378,7 +20378,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -20387,7 +20387,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -20528,8 +20528,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", "--headless", "--e10s", "--allow-software-gl-layers", @@ -20543,7 +20543,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -20551,7 +20551,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "marionette.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -20665,7 +20665,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-media --e10s --enable-webrender --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/D7SOSUrZRbasrIPmPgS51Q/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/D7SOSUrZRbasrIPmPgS51Q/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-media --e10s --enable-webrender" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-media --e10s --enable-webrender --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/D7SOSUrZRbasrIPmPgS51Q/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/D7SOSUrZRbasrIPmPgS51Q/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-media --e10s --enable-webrender" ], "osGroups": [], "mounts": [ @@ -20812,8 +20812,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--enable-webrender", "--total-chunk=8", @@ -20828,7 +20828,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -20836,7 +20836,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -20975,8 +20975,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", "--test-type=reftest", "--e10s", "--allow-software-gl-layers", @@ -20992,7 +20992,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -21000,7 +21000,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -21142,9 +21142,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--e10s" @@ -21292,8 +21292,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest", "--e10s", "--allow-software-gl-layers", @@ -21308,7 +21308,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -21316,7 +21316,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/caKXCAI3TGupj6Mopq0-2w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -21466,8 +21466,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=48", "--this-chunk=3", @@ -21482,7 +21482,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -21491,7 +21491,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -21638,8 +21638,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-media", "--e10s", "--allow-software-gl-layers", @@ -21656,7 +21656,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -21664,7 +21664,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -21781,7 +21781,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-no-accel --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-no-accel --e10s --total-chunk=32 --this-chunk=31" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-no-accel --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-no-accel --e10s --total-chunk=32 --this-chunk=31" ], "osGroups": [], "mounts": [ @@ -21905,7 +21905,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_vm_config.py --suite=g4-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --code-coverage --add-option --cycles,1 --add-option --tppagecycles,1 --add-option --no-upload-results --add-option --tptimeout,15000 --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/VyH0XjfxQMm-5sQYJjN0OQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/VyH0XjfxQMm-5sQYJjN0OQ/artifacts/public/build/target.test_packages.json --download-symbols true --suite=g4-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --code-coverage --add-option --cycles,1 --add-option --tppagecycles,1 --add-option --no-upload-results --add-option --tptimeout,15000" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_vm_config.py --suite=g4-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --code-coverage --add-option --cycles,1 --add-option --tppagecycles,1 --add-option --no-upload-results --add-option --tptimeout,15000 --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VyH0XjfxQMm-5sQYJjN0OQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VyH0XjfxQMm-5sQYJjN0OQ/artifacts/public/build/target.test_packages.json --download-symbols true --suite=g4-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --code-coverage --add-option --cycles,1 --add-option --tppagecycles,1 --add-option --no-upload-results --add-option --tptimeout,15000" ], "osGroups": [], "mounts": [ @@ -22051,8 +22051,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest", "--e10s", "--allow-software-gl-layers", @@ -22069,7 +22069,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -22077,7 +22077,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -22223,8 +22223,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--disable-stylo", @@ -22241,7 +22241,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -22249,7 +22249,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -22366,7 +22366,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/ILswnBjjRheSg2lWpYnJcg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/ILswnBjjRheSg2lWpYnJcg/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ILswnBjjRheSg2lWpYnJcg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ILswnBjjRheSg2lWpYnJcg/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -22523,8 +22523,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", "--test-suite=jsreftest", "--total-chunk=40", "--this-chunk=18", @@ -22538,7 +22538,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -22547,7 +22547,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -22665,7 +22665,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=6" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=6" ], "osGroups": [], "mounts": [ @@ -22812,8 +22812,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", "--cppunittest-suite=cppunittest", "--allow-software-gl-layers", "--download-symbols=ondemand" @@ -22826,7 +22826,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -22834,7 +22834,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -22971,8 +22971,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--headless", "--e10s", "--allow-software-gl-layers", @@ -22986,7 +22986,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -22994,7 +22994,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "marionette.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -23141,8 +23141,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=41", @@ -23156,7 +23156,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -23165,7 +23165,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -23283,7 +23283,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --headless --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/ILswnBjjRheSg2lWpYnJcg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/ILswnBjjRheSg2lWpYnJcg/artifacts/public/build/target.test_packages.json --download-symbols ondemand --headless --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=3" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --headless --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ILswnBjjRheSg2lWpYnJcg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ILswnBjjRheSg2lWpYnJcg/artifacts/public/build/target.test_packages.json --download-symbols ondemand --headless --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=3" ], "osGroups": [], "mounts": [ @@ -23436,8 +23436,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=a11y", "--allow-software-gl-layers", "--download-symbols=true" @@ -23451,7 +23451,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "a11y", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -23459,7 +23459,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -23599,8 +23599,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest", "--allow-software-gl-layers", "--total-chunk=8", @@ -23615,7 +23615,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -23623,7 +23623,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -23763,8 +23763,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest", "--e10s", "--allow-software-gl-layers", @@ -23781,7 +23781,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -23789,7 +23789,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -23931,9 +23931,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--mochitest-suite=mochitest-devtools-chrome-chunked", @@ -24064,7 +24064,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-gpu --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-gpu --e10s --total-chunk=32 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-gpu --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-gpu --e10s --total-chunk=32 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -24211,8 +24211,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--code-coverage", "--total-chunk=8", @@ -24227,7 +24227,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -24235,7 +24235,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -24374,8 +24374,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", "--jittest-suite=jittest-chunked", "--allow-software-gl-layers", "--enable-webrender", @@ -24391,7 +24391,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -24399,7 +24399,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -24538,9 +24538,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--test-type=testharness", @@ -24703,8 +24703,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=24", "--this-chunk=24", @@ -24719,7 +24719,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -24728,7 +24728,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -24848,8 +24848,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", "--suite=chromez-e10s", "--add-option", "--webServer,localhost", @@ -24866,14 +24866,14 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/mozilla-central/raw-file/b2a9a4bb5c94de179ae7a3f52fde58c0e2897498/taskcluster/scripts/tester/test-linux.sh" }, @@ -25009,8 +25009,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest", "--e10s", "--allow-software-gl-layers", @@ -25026,7 +25026,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -25034,7 +25034,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -25266,8 +25266,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-devtools-chrome-chunked", "--e10s", "--total-chunk=8", @@ -25283,7 +25283,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -25291,7 +25291,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TbwGOu4jQkus6VnLBnFesw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -25431,8 +25431,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -25448,7 +25448,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -25456,7 +25456,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -25574,8 +25574,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", "--suite=chromez-e10s", "--add-option", "--webServer,localhost", @@ -25591,14 +25591,14 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/mozilla-central/raw-file/b2a9a4bb5c94de179ae7a3f52fde58c0e2897498/taskcluster/scripts/tester/test-linux.sh" }, @@ -25711,7 +25711,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -25835,7 +25835,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=5" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=5" ], "osGroups": [], "mounts": [ @@ -25959,7 +25959,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Cxh__eX0TVOCaAhaAZVnMg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Cxh__eX0TVOCaAhaAZVnMg/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Cxh__eX0TVOCaAhaAZVnMg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Cxh__eX0TVOCaAhaAZVnMg/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -26116,8 +26116,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=24", "--this-chunk=21", @@ -26132,7 +26132,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -26141,7 +26141,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -26259,7 +26259,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-no-accel --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-no-accel --e10s --total-chunk=32 --this-chunk=12" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-no-accel --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-no-accel --e10s --total-chunk=32 --this-chunk=12" ], "osGroups": [], "mounts": [ @@ -26409,9 +26409,9 @@ "--mochitest-suite=chrome", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--mochitest-suite=chrome", @@ -26541,7 +26541,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-no-accel --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-no-accel --e10s --total-chunk=32 --this-chunk=3" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-no-accel --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-no-accel --e10s --total-chunk=32 --this-chunk=3" ], "osGroups": [], "mounts": [ @@ -26665,7 +26665,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-no-accel --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-no-accel --e10s --total-chunk=32 --this-chunk=26" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-no-accel --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-no-accel --e10s --total-chunk=32 --this-chunk=26" ], "osGroups": [], "mounts": [ @@ -26974,8 +26974,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", "--jittest-suite=jittest-chunked", "--code-coverage", "--allow-software-gl-layers", @@ -26991,7 +26991,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -26999,7 +26999,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -27142,8 +27142,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-gl", "--e10s", "--total-chunk=3", @@ -27159,7 +27159,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -27167,7 +27167,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Etj6ixTKRlOUsFTZpzmn5g/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -27309,9 +27309,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/EXQpzYm3TmewDEz1-_-T2w/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EXQpzYm3TmewDEz1-_-T2w/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/EXQpzYm3TmewDEz1-_-T2w/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EXQpzYm3TmewDEz1-_-T2w/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--mochitest-suite=mochitest-devtools-chrome-chunked", @@ -27442,7 +27442,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=chrome --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Cxh__eX0TVOCaAhaAZVnMg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Cxh__eX0TVOCaAhaAZVnMg/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=chrome --total-chunk=3 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=chrome --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Cxh__eX0TVOCaAhaAZVnMg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Cxh__eX0TVOCaAhaAZVnMg/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=chrome --total-chunk=3 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -27589,8 +27589,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--enable-webrender", "--total-chunk=8", @@ -27605,7 +27605,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -27613,7 +27613,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -27729,7 +27729,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=chrome --code-coverage --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/VyH0XjfxQMm-5sQYJjN0OQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/VyH0XjfxQMm-5sQYJjN0OQ/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=chrome --code-coverage --total-chunk=3 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=chrome --code-coverage --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VyH0XjfxQMm-5sQYJjN0OQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VyH0XjfxQMm-5sQYJjN0OQ/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=chrome --code-coverage --total-chunk=3 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -27886,8 +27886,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", "--test-suite=marionette", "--total-chunk=10", "--this-chunk=10", @@ -27901,7 +27901,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -27910,7 +27910,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -28111,7 +28111,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-gpu,chrome-gpu,browser-chrome-gpu --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=plain-gpu,chrome-gpu,browser-chrome-gpu --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-gpu,chrome-gpu,browser-chrome-gpu --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=plain-gpu,chrome-gpu,browser-chrome-gpu --e10s" ], "osGroups": [], "mounts": [ @@ -28270,8 +28270,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", "--reftest-suite=jsreftest", "--e10s", "--allow-software-gl-layers", @@ -28287,7 +28287,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -28295,7 +28295,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -28441,8 +28441,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--headless", "--mochitest-suite=plain-chunked", "--e10s", @@ -28459,7 +28459,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -28467,7 +28467,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -28584,7 +28584,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-gpu --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-gpu --e10s --total-chunk=32 --this-chunk=11" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-gpu --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-gpu --e10s --total-chunk=32 --this-chunk=11" ], "osGroups": [], "mounts": [ @@ -28708,7 +28708,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=a11y --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=a11y" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=a11y --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=a11y" ], "osGroups": [], "mounts": [ @@ -28834,8 +28834,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", "--suite=other-e10s", "--add-option", "--webServer,localhost", @@ -28852,14 +28852,14 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/mozilla-central/raw-file/b2a9a4bb5c94de179ae7a3f52fde58c0e2897498/taskcluster/scripts/tester/test-linux.sh" }, @@ -28984,7 +28984,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/D7SOSUrZRbasrIPmPgS51Q/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/D7SOSUrZRbasrIPmPgS51Q/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/D7SOSUrZRbasrIPmPgS51Q/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/D7SOSUrZRbasrIPmPgS51Q/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -29108,7 +29108,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Cxh__eX0TVOCaAhaAZVnMg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Cxh__eX0TVOCaAhaAZVnMg/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=4" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Cxh__eX0TVOCaAhaAZVnMg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Cxh__eX0TVOCaAhaAZVnMg/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=4" ], "osGroups": [], "mounts": [ @@ -29257,9 +29257,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QLqcoW6oR5CG0svjDAWEqA/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--mochitest-suite=plain-chunked", @@ -29390,7 +29390,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=crashtest --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/ILswnBjjRheSg2lWpYnJcg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/ILswnBjjRheSg2lWpYnJcg/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=crashtest --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=crashtest --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ILswnBjjRheSg2lWpYnJcg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ILswnBjjRheSg2lWpYnJcg/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=crashtest --e10s" ], "osGroups": [], "mounts": [ @@ -29547,8 +29547,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=24", "--this-chunk=3", @@ -29563,7 +29563,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -29572,7 +29572,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -29713,8 +29713,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest-no-accel", "--code-coverage", "--e10s", @@ -29731,7 +29731,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -29739,7 +29739,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -29889,8 +29889,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", "--test-suite=robocop", "--total-chunk=4", "--this-chunk=4", @@ -29904,7 +29904,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -29913,7 +29913,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -30059,8 +30059,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-media", "--e10s", "--allow-software-gl-layers", @@ -30078,7 +30078,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -30086,7 +30086,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FkWo8Aw1R7Cqo56R0x3tGA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -30232,8 +30232,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--total-chunk=16", @@ -30249,7 +30249,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -30257,7 +30257,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -30403,8 +30403,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-devtools-chrome-chunked", "--e10s", "--total-chunk=8", @@ -30420,7 +30420,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -30428,7 +30428,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MAYFP5K9Q-KFmCM98zLvWg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -30574,8 +30574,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--disable-stylo", @@ -30592,7 +30592,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -30600,7 +30600,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -30740,8 +30740,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=10", "--this-chunk=2", @@ -30755,7 +30755,7 @@ "GECKO_HEAD_REV": "b2a9a4bb5c94de179ae7a3f52fde58c0e2897498", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -30763,7 +30763,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, diff --git a/bot/tests/fixtures/task-group_2.json b/bot/tests/fixtures/task-group_2.json index 42100ba93..80384f9cf 100644 --- a/bot/tests/fixtures/task-group_2.json +++ b/bot/tests/fixtures/task-group_2.json @@ -68,7 +68,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest --e10s --total-chunk=32 --this-chunk=13" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest --e10s --total-chunk=32 --this-chunk=13" ], "osGroups": [], "mounts": [ @@ -311,7 +311,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=crashtest --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=crashtest --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=crashtest --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=crashtest --e10s" ], "osGroups": [], "mounts": [ @@ -435,7 +435,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest --e10s --total-chunk=32 --this-chunk=31" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/R010rAsMSpef09QXWgsSaw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest --e10s --total-chunk=32 --this-chunk=31" ], "osGroups": [], "mounts": [ @@ -559,7 +559,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=4" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PqRbFBeDRCi5maoBCsBFaw/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=4" ], "osGroups": [], "mounts": [ @@ -716,8 +716,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=28", "--this-chunk=15", @@ -731,7 +731,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -740,7 +740,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NP_XYKXKQda0NjqgHuSd3g/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -891,8 +891,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", "--test-suite=jsreftest", "--total-chunk=100", "--this-chunk=10", @@ -906,7 +906,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -915,7 +915,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -1033,7 +1033,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-gpu --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-gpu --e10s --total-chunk=32 --this-chunk=12" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-gpu --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JOznx6cYQdK6RyBeomoZ7g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-gpu --e10s --total-chunk=32 --this-chunk=12" ], "osGroups": [], "mounts": [ @@ -1186,8 +1186,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.test_packages.json", "--mochitest-suite=a11y", "--allow-software-gl-layers", "--disable-stylo", @@ -1202,7 +1202,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "a11y", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -1210,7 +1210,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZBDaiffGQaW_KpZs8ejYMw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -1360,8 +1360,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=36", @@ -1375,7 +1375,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -1384,7 +1384,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/J8fuSOrLR_mgy573ek9Ysw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, diff --git a/bot/tests/fixtures/test-linux64-ccov/debug-cppunit.json b/bot/tests/fixtures/test-linux64-ccov/debug-cppunit.json index cc97156a5..bd4edef04 100644 --- a/bot/tests/fixtures/test-linux64-ccov/debug-cppunit.json +++ b/bot/tests/fixtures/test-linux64-ccov/debug-cppunit.json @@ -67,8 +67,8 @@ "/builds/worker/bin/run-task", "--", "/builds/worker/bin/test-linux.sh", - "--installer-url=https://queue.taskcluster.net/v1/task/VJu-1z_6RWqaheqWJvI2IQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/VJu-1z_6RWqaheqWJvI2IQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VJu-1z_6RWqaheqWJvI2IQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VJu-1z_6RWqaheqWJvI2IQ/artifacts/public/build/target.test_packages.json", "--cppunittest-suite=cppunittest", "--code-coverage", "--allow-software-gl-layers", @@ -82,7 +82,7 @@ "MOZ_AUTOMATION": "1", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "GECKO_HEAD_REV": "e31357c7759379d2279b6883cb09c91997bfaa5d", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/VJu-1z_6RWqaheqWJvI2IQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VJu-1z_6RWqaheqWJvI2IQ/artifacts/public/build/mozharness.zip", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "NEED_WINDOW_MANAGER": "true", "WORKING_DIR": "/builds/worker", @@ -93,7 +93,7 @@ "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", "MOZHARNESS_CONFIG": "unittests/linux_unittest.py remove_executables.py", "MOZ_FETCHES_DIR": "/builds/worker/fetches", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/VJu-1z_6RWqaheqWJvI2IQ/artifacts/public/build/target.tar.bz2", + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VJu-1z_6RWqaheqWJvI2IQ/artifacts/public/build/target.tar.bz2", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", "NEED_PULSEAUDIO": "true" }, diff --git a/bot/tests/fixtures/test-linux64-ccov/debug-firefox-ui-functional-remote-e10s.json b/bot/tests/fixtures/test-linux64-ccov/debug-firefox-ui-functional-remote-e10s.json index c346575fa..c651bd3b0 100644 --- a/bot/tests/fixtures/test-linux64-ccov/debug-firefox-ui-functional-remote-e10s.json +++ b/bot/tests/fixtures/test-linux64-ccov/debug-firefox-ui-functional-remote-e10s.json @@ -75,7 +75,7 @@ ], "env": { "ENABLE_E10S": "true", - "EXTRA_MOZHARNESS_CONFIG": "{\"test_packages_url\": \"https://queue.taskcluster.net/v1/task/OvM-EZLZQgSyXr67GhKKCw/artifacts/public/build/target.test_packages.json\", \"installer_url\": \"https://queue.taskcluster.net/v1/task/OvM-EZLZQgSyXr67GhKKCw/artifacts/public/build/target.tar.bz2\"}", + "EXTRA_MOZHARNESS_CONFIG": "{\"test_packages_url\": \"https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OvM-EZLZQgSyXr67GhKKCw/artifacts/public/build/target.test_packages.json\", \"installer_url\": \"https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OvM-EZLZQgSyXr67GhKKCw/artifacts/public/build/target.tar.bz2\"}", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "GECKO_HEAD_REV": "3a71baea939144b4ec37805a932f0250c74986b1", @@ -83,8 +83,8 @@ "HG_STORE_PATH": "/builds/worker/checkouts/hg-store", "MOZHARNESS_CONFIG": "firefox_ui_tests/taskcluster.py remove_executables.py", "MOZHARNESS_SCRIPT": "firefox_ui_tests/functional.py", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/OvM-EZLZQgSyXr67GhKKCw/artifacts/public/build/mozharness.zip", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/OvM-EZLZQgSyXr67GhKKCw/artifacts/public/build/target.tar.bz2", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OvM-EZLZQgSyXr67GhKKCw/artifacts/public/build/mozharness.zip", + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OvM-EZLZQgSyXr67GhKKCw/artifacts/public/build/target.tar.bz2", "MOZ_AUTOMATION": "1", "MOZ_FETCHES": "[{\"artifact\": \"public/build/grcov.tar.xz\", \"extract\": true, \"task\": \"Cs2T4_a0R8iH8ehZwDKkNg\"}]", "MOZ_FETCHES_DIR": "fetches", diff --git a/bot/tests/fixtures/test-linux64-ccov/debug-mochitest-1.json b/bot/tests/fixtures/test-linux64-ccov/debug-mochitest-1.json index 734dfd170..9af1f9171 100644 --- a/bot/tests/fixtures/test-linux64-ccov/debug-mochitest-1.json +++ b/bot/tests/fixtures/test-linux64-ccov/debug-mochitest-1.json @@ -73,8 +73,8 @@ "/builds/worker/bin/run-task", "--", "/builds/worker/bin/test-linux.sh", - "--installer-url=https://queue.taskcluster.net/v1/task/VJu-1z_6RWqaheqWJvI2IQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/VJu-1z_6RWqaheqWJvI2IQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VJu-1z_6RWqaheqWJvI2IQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VJu-1z_6RWqaheqWJvI2IQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--code-coverage", "--e10s", @@ -90,13 +90,13 @@ "MOZHARNESS_SCRIPT": "desktop_unittest.py", "MOZ_NODE_PATH": "/usr/local/bin/node", "HG_STORE_PATH": "/builds/worker/checkouts/hg-store", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/VJu-1z_6RWqaheqWJvI2IQ/artifacts/public/build/target.tar.bz2", + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VJu-1z_6RWqaheqWJvI2IQ/artifacts/public/build/target.tar.bz2", "GECKO_PATH": "/builds/worker/checkouts/gecko", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "SCCACHE_DISABLE": "1", "GECKO_HEAD_REV": "e31357c7759379d2279b6883cb09c91997bfaa5d", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/VJu-1z_6RWqaheqWJvI2IQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VJu-1z_6RWqaheqWJvI2IQ/artifacts/public/build/mozharness.zip", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", "MOZ_FETCHES": "[{\"artifact\": \"public/build/grcov.tar.xz\", \"extract\": true, \"task\": \"CGQi0Z1nQhizLPmm9d3wYQ\"}]", "TASKCLUSTER_CACHES": "/builds/worker/checkouts;/builds/worker/tooltool-cache", diff --git a/bot/tests/fixtures/test-linux64-ccov/debug-mochitest-e10s-7.json b/bot/tests/fixtures/test-linux64-ccov/debug-mochitest-e10s-7.json index d03bdc12c..b911088ce 100644 --- a/bot/tests/fixtures/test-linux64-ccov/debug-mochitest-e10s-7.json +++ b/bot/tests/fixtures/test-linux64-ccov/debug-mochitest-e10s-7.json @@ -80,7 +80,7 @@ ], "env": { "ENABLE_E10S": "true", - "EXTRA_MOZHARNESS_CONFIG": "{\"test_packages_url\": \"https://queue.taskcluster.net/v1/task/OvM-EZLZQgSyXr67GhKKCw/artifacts/public/build/target.test_packages.json\", \"installer_url\": \"https://queue.taskcluster.net/v1/task/OvM-EZLZQgSyXr67GhKKCw/artifacts/public/build/target.tar.bz2\"}", + "EXTRA_MOZHARNESS_CONFIG": "{\"test_packages_url\": \"https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OvM-EZLZQgSyXr67GhKKCw/artifacts/public/build/target.test_packages.json\", \"installer_url\": \"https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OvM-EZLZQgSyXr67GhKKCw/artifacts/public/build/target.tar.bz2\"}", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "GECKO_HEAD_REV": "3a71baea939144b4ec37805a932f0250c74986b1", @@ -89,8 +89,8 @@ "MOCHITEST_FLAVOR": "plain", "MOZHARNESS_CONFIG": "unittests/linux_unittest.py remove_executables.py", "MOZHARNESS_SCRIPT": "desktop_unittest.py", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/OvM-EZLZQgSyXr67GhKKCw/artifacts/public/build/mozharness.zip", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/OvM-EZLZQgSyXr67GhKKCw/artifacts/public/build/target.tar.bz2", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OvM-EZLZQgSyXr67GhKKCw/artifacts/public/build/mozharness.zip", + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OvM-EZLZQgSyXr67GhKKCw/artifacts/public/build/target.tar.bz2", "MOZ_AUTOMATION": "1", "MOZ_FETCHES": "[{\"artifact\": \"public/build/grcov.tar.xz\", \"extract\": true, \"task\": \"Cs2T4_a0R8iH8ehZwDKkNg\"}]", "MOZ_FETCHES_DIR": "fetches", diff --git a/bot/tests/fixtures/test-linux64/debug-mochitest-1.json b/bot/tests/fixtures/test-linux64/debug-mochitest-1.json index 03107dd20..2d5649343 100644 --- a/bot/tests/fixtures/test-linux64/debug-mochitest-1.json +++ b/bot/tests/fixtures/test-linux64/debug-mochitest-1.json @@ -72,8 +72,8 @@ "/builds/worker/bin/run-task", "--", "/builds/worker/bin/test-linux.sh", - "--installer-url=https://queue.taskcluster.net/v1/task/ajAfM59jRx6OIauH3JLagQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ajAfM59jRx6OIauH3JLagQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ajAfM59jRx6OIauH3JLagQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ajAfM59jRx6OIauH3JLagQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--total-chunk=16", @@ -99,8 +99,8 @@ "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", "MOZHARNESS_CONFIG": "unittests/linux_unittest.py remove_executables.py", "MOZHARNESS_SCRIPT": "desktop_unittest.py", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ajAfM59jRx6OIauH3JLagQ/artifacts/public/build/target.tar.bz2", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ajAfM59jRx6OIauH3JLagQ/artifacts/public/build/mozharness.zip" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ajAfM59jRx6OIauH3JLagQ/artifacts/public/build/target.tar.bz2", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ajAfM59jRx6OIauH3JLagQ/artifacts/public/build/mozharness.zip" }, "features": { "taskclusterProxy": true, diff --git a/bot/tests/fixtures/test-windows10-64-ccov/debug-cppunit.json b/bot/tests/fixtures/test-windows10-64-ccov/debug-cppunit.json index 91a5cce27..0d244d6d9 100644 --- a/bot/tests/fixtures/test-windows10-64-ccov/debug-cppunit.json +++ b/bot/tests/fixtures/test-windows10-64-ccov/debug-cppunit.json @@ -34,7 +34,7 @@ } ], "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --cppunittest-suite=cppunittest --code-coverage --installer-url https://queue.taskcluster.net/v1/task/Db0nxP-CRTKA7ak9LCYucA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Db0nxP-CRTKA7ak9LCYucA/artifacts/public/build/target.test_packages.json --download-symbols true --cppunittest-suite=cppunittest --code-coverage" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --cppunittest-suite=cppunittest --code-coverage --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Db0nxP-CRTKA7ak9LCYucA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Db0nxP-CRTKA7ak9LCYucA/artifacts/public/build/target.test_packages.json --download-symbols true --cppunittest-suite=cppunittest --code-coverage" ], "env": { "SCCACHE_DISABLE": "1", diff --git a/bot/tests/fixtures/test-windows10-64-ccov/debug-mochitest-1.json b/bot/tests/fixtures/test-windows10-64-ccov/debug-mochitest-1.json index 9bb86314a..2e3abbe96 100644 --- a/bot/tests/fixtures/test-windows10-64-ccov/debug-mochitest-1.json +++ b/bot/tests/fixtures/test-windows10-64-ccov/debug-mochitest-1.json @@ -34,7 +34,7 @@ } ], "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --code-coverage --e10s --installer-url https://queue.taskcluster.net/v1/task/Db0nxP-CRTKA7ak9LCYucA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Db0nxP-CRTKA7ak9LCYucA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=plain-chunked --code-coverage --e10s --total-chunk=10 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --code-coverage --e10s --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Db0nxP-CRTKA7ak9LCYucA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Db0nxP-CRTKA7ak9LCYucA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=plain-chunked --code-coverage --e10s --total-chunk=10 --this-chunk=1" ], "env": { "SCCACHE_DISABLE": "1", diff --git a/bot/tests/fixtures/test-windows10-64-ccov/debug-mochitest-e10s-7.json b/bot/tests/fixtures/test-windows10-64-ccov/debug-mochitest-e10s-7.json index 82f634c1a..0332df1c0 100644 --- a/bot/tests/fixtures/test-windows10-64-ccov/debug-mochitest-e10s-7.json +++ b/bot/tests/fixtures/test-windows10-64-ccov/debug-mochitest-e10s-7.json @@ -54,7 +54,7 @@ "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-plain-chunked --code-coverage --setpref=media.peerconnection.mtransport_process=false --setpref=network.process.enabled=false --download-symbols true --mochitest-suite=mochitest-plain-chunked --code-coverage --setpref=media.peerconnection.mtransport_process=false --setpref=network.process.enabled=false --total-chunk=10 --this-chunk=7" ], "env": { - "EXTRA_MOZHARNESS_CONFIG": "{\"test_packages_url\": \"https://queue.taskcluster.net/v1/task/eA-zkasdQCmua27DPfzcZQ/artifacts/public/build/target.test_packages.json\", \"installer_url\": \"https://queue.taskcluster.net/v1/task/eA-zkasdQCmua27DPfzcZQ/artifacts/public/build/target.zip\"}", + "EXTRA_MOZHARNESS_CONFIG": "{\"test_packages_url\": \"https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/eA-zkasdQCmua27DPfzcZQ/artifacts/public/build/target.test_packages.json\", \"installer_url\": \"https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/eA-zkasdQCmua27DPfzcZQ/artifacts/public/build/target.zip\"}", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "GECKO_HEAD_REV": "3a71baea939144b4ec37805a932f0250c74986b1", "MOZ_AUTOMATION": "1", diff --git a/bot/tests/fixtures/test-windows10-64/debug-cppunit.json b/bot/tests/fixtures/test-windows10-64/debug-cppunit.json index 2f88b3416..856548909 100644 --- a/bot/tests/fixtures/test-windows10-64/debug-cppunit.json +++ b/bot/tests/fixtures/test-windows10-64/debug-cppunit.json @@ -33,7 +33,7 @@ } ], "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --cppunittest-suite=cppunittest --installer-url https://queue.taskcluster.net/v1/task/W7r-_k6BRti6V69f6PVFQA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/W7r-_k6BRti6V69f6PVFQA/artifacts/public/build/target.test_packages.json --download-symbols true --cppunittest-suite=cppunittest" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --cppunittest-suite=cppunittest --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/W7r-_k6BRti6V69f6PVFQA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/W7r-_k6BRti6V69f6PVFQA/artifacts/public/build/target.test_packages.json --download-symbols true --cppunittest-suite=cppunittest" ], "env": { "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", diff --git a/bot/tests/fixtures/test_task_from_group.json b/bot/tests/fixtures/test_task_from_group.json index 3bf9d70cb..059af54e3 100644 --- a/bot/tests/fixtures/test_task_from_group.json +++ b/bot/tests/fixtures/test_task_from_group.json @@ -69,8 +69,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-devtools-chrome-chunked", "--code-coverage", "--e10s", @@ -87,7 +87,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -95,7 +95,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MCIO1RWTRu2GhiE7_jILBw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, diff --git a/bot/tests/test_taskcluster.py b/bot/tests/test_taskcluster.py index 68632b6f5..adeb212ee 100644 --- a/bot/tests/test_taskcluster.py +++ b/bot/tests/test_taskcluster.py @@ -260,14 +260,14 @@ def test_get_platform(task_name, expected): def test_download_artifact_forbidden(mocked_sleep, mock_taskcluster, tmpdir): responses.add( responses.GET, - "https://queue.taskcluster.net/v1/task/FBdocjnAQOW_GJDOfmgjxw/artifacts/public%2Ftest_info%2Fcode-coverage-grcov.zip", # noqa + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FBdocjnAQOW_GJDOfmgjxw/artifacts/public%2Ftest_info%2Fcode-coverage-grcov.zip", # noqa body="xml error...", status=403, ) with pytest.raises( requests.exceptions.HTTPError, - match="403 Client Error: Forbidden for url: https://queue.taskcluster.net/v1/task/FBdocjnAQOW_GJDOfmgjxw/artifacts/public%2Ftest_info%2Fcode-coverage-grcov.zip", # noqa + match="403 Client Error: Forbidden for url: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FBdocjnAQOW_GJDOfmgjxw/artifacts/public%2Ftest_info%2Fcode-coverage-grcov.zip", # noqa ): taskcluster.download_artifact( os.path.join(tmpdir.strpath, "windows_reftest-6_code-coverage-grcov.zip"), @@ -282,7 +282,7 @@ def test_download_artifact_forbidden(mocked_sleep, mock_taskcluster, tmpdir): def test_download_artifact_badzip(mocked_sleep, mock_taskcluster, tmpdir): responses.add( responses.GET, - "https://queue.taskcluster.net/v1/task/FBdocjnAQOW_GJDOfmgjxw/artifacts/public%2Ftest_info%2Fcode-coverage-grcov.zip", # noqa + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FBdocjnAQOW_GJDOfmgjxw/artifacts/public%2Ftest_info%2Fcode-coverage-grcov.zip", # noqa body="NOT A ZIP FILE", status=200, stream=True, diff --git a/events/tests/conftest.py b/events/tests/conftest.py index 897531076..941d045ea 100644 --- a/events/tests/conftest.py +++ b/events/tests/conftest.py @@ -17,6 +17,6 @@ def mock_taskcluster(): responses.add( responses.GET, - "https://queue.taskcluster.net/v1/task-group/aGroup/list", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task-group/aGroup/list", json={"taskGroupId": "aGroup", "tasks": []}, ) diff --git a/events/tests/fixtures/MibGDsa4Q7uFNzDf7EV6nw.json b/events/tests/fixtures/MibGDsa4Q7uFNzDf7EV6nw.json index 4c73ab96d..719c621ca 100644 --- a/events/tests/fixtures/MibGDsa4Q7uFNzDf7EV6nw.json +++ b/events/tests/fixtures/MibGDsa4Q7uFNzDf7EV6nw.json @@ -91,8 +91,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--cppunittest-suite=cppunittest", "--allow-software-gl-layers", "--enable-webrender", @@ -106,7 +106,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -114,7 +114,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -228,7 +228,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_vm_config.py --suite=g4-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --code-coverage --add-option --cycles,1 --add-option --tppagecycles,1 --add-option --no-upload-results --add-option --tptimeout,15000 --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --suite=g4-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --code-coverage --add-option --cycles,1 --add-option --tppagecycles,1 --add-option --no-upload-results --add-option --tptimeout,15000" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_vm_config.py --suite=g4-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --code-coverage --add-option --cycles,1 --add-option --tppagecycles,1 --add-option --no-upload-results --add-option --tptimeout,15000 --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --suite=g4-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --code-coverage --add-option --cycles,1 --add-option --tppagecycles,1 --add-option --no-upload-results --add-option --tptimeout,15000" ], "osGroups": [], "mounts": [ @@ -351,7 +351,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=7" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=7" ], "osGroups": [], "mounts": [ @@ -475,7 +475,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=4" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=4" ], "osGroups": [], "mounts": [ @@ -599,7 +599,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -746,8 +746,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -763,7 +763,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -771,7 +771,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -887,7 +887,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=chrome --code-coverage --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=chrome --code-coverage --total-chunk=3 --this-chunk=3" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=chrome --code-coverage --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=chrome --code-coverage --total-chunk=3 --this-chunk=3" ], "osGroups": [], "mounts": [ @@ -1040,8 +1040,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--total-chunk=16", @@ -1057,7 +1057,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -1065,7 +1065,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -1215,8 +1215,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=48", "--this-chunk=10", @@ -1231,7 +1231,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -1240,7 +1240,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -1387,8 +1387,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/OJ6XJdcsTl6Bwt_kodmKNQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/OJ6XJdcsTl6Bwt_kodmKNQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OJ6XJdcsTl6Bwt_kodmKNQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OJ6XJdcsTl6Bwt_kodmKNQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-coverage", "--jsd-code-coverage", "--e10s", @@ -1405,7 +1405,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/OJ6XJdcsTl6Bwt_kodmKNQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OJ6XJdcsTl6Bwt_kodmKNQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -1413,7 +1413,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/OJ6XJdcsTl6Bwt_kodmKNQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OJ6XJdcsTl6Bwt_kodmKNQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -1530,7 +1530,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=motionmark-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --enable-webrender --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=motionmark-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --enable-webrender" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=motionmark-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --enable-webrender --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=motionmark-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --enable-webrender" ], "osGroups": [], "mounts": [ @@ -1654,7 +1654,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --xpcshell-suite=xpcshell --code-coverage --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/GTG52Q5aT8yBK-HeM5jpMg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --xpcshell-suite=xpcshell --code-coverage --total-chunk=8 --this-chunk=7" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --xpcshell-suite=xpcshell --code-coverage --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/GTG52Q5aT8yBK-HeM5jpMg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --xpcshell-suite=xpcshell --code-coverage --total-chunk=8 --this-chunk=7" ], "osGroups": [], "mounts": [ @@ -1800,8 +1800,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest-no-accel", "--e10s", "--allow-software-gl-layers", @@ -1817,7 +1817,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -1825,7 +1825,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -1965,8 +1965,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -1983,7 +1983,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -1991,7 +1991,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -2140,8 +2140,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest-chrome", "--total-chunk=4", "--this-chunk=2", @@ -2156,7 +2156,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -2165,7 +2165,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -2307,9 +2307,9 @@ "--xpcshell-suite=xpcshell", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--xpcshell-suite=xpcshell" @@ -2459,8 +2459,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest-no-accel", "--e10s", "--allow-software-gl-layers", @@ -2476,7 +2476,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -2484,7 +2484,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -2624,8 +2624,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest", "--e10s", "--allow-software-gl-layers", @@ -2641,7 +2641,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -2649,7 +2649,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -2769,8 +2769,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.test_packages.json", "--suite=h1-e10s", "--add-option", "--webServer,localhost", @@ -2786,14 +2786,14 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/mozilla-central/raw-file/63519bfd42ee379f597c0357af2e712ec3cd9f50/taskcluster/scripts/tester/test-linux.sh" }, @@ -2906,7 +2906,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=5" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=5" ], "osGroups": [], "mounts": [ @@ -3030,7 +3030,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --code-coverage --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=browser-chrome-chunked --code-coverage --e10s --total-chunk=7 --this-chunk=6" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --code-coverage --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=browser-chrome-chunked --code-coverage --e10s --total-chunk=7 --this-chunk=6" ], "osGroups": [], "mounts": [ @@ -3157,8 +3157,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", "--suite=g3-e10s", "--add-option", "--webServer,localhost", @@ -3175,14 +3175,14 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/mozilla-central/raw-file/63519bfd42ee379f597c0357af2e712ec3cd9f50/taskcluster/scripts/tester/test-linux.sh" }, @@ -3318,8 +3318,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--reftest-suite=crashtest", "--e10s", "--allow-software-gl-layers", @@ -3334,7 +3334,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -3342,7 +3342,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -3492,8 +3492,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=28", "--this-chunk=17", @@ -3507,7 +3507,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -3516,7 +3516,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -3634,7 +3634,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\marionette.py --cfg mozharness\\configs\\marionette\\windows_taskcluster_config.py --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.test_packages.json --download-symbols true --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\marionette.py --cfg mozharness\\configs\\marionette\\windows_taskcluster_config.py --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.test_packages.json --download-symbols true --e10s" ], "osGroups": [], "mounts": [ @@ -3784,8 +3784,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.test_packages.json", "--mochitest-suite=a11y", "--allow-software-gl-layers" ], @@ -3798,7 +3798,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "a11y", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -3806,7 +3806,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -3923,7 +3923,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=motionmark-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=motionmark-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=motionmark-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=motionmark-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" ], "osGroups": [], "mounts": [ @@ -4069,8 +4069,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=12", "--this-chunk=10", @@ -4084,7 +4084,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -4092,7 +4092,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -4208,7 +4208,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=3" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=3" ], "osGroups": [], "mounts": [ @@ -4332,7 +4332,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -4485,8 +4485,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-devtools-chrome-chunked", "--e10s", "--total-chunk=8", @@ -4502,7 +4502,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -4510,7 +4510,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -4656,8 +4656,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--total-chunk=16", @@ -4673,7 +4673,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -4681,7 +4681,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -4798,7 +4798,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --headless --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.test_packages.json --download-symbols true --headless --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=3" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --headless --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.test_packages.json --download-symbols true --headless --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=3" ], "osGroups": [], "mounts": [ @@ -5130,8 +5130,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=8", "--this-chunk=6", @@ -5145,7 +5145,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -5153,7 +5153,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -5292,8 +5292,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=8", "--this-chunk=8", @@ -5307,7 +5307,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -5315,7 +5315,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -5431,7 +5431,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=a11y --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=a11y" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=a11y --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=a11y" ], "osGroups": [], "mounts": [ @@ -5555,7 +5555,7 @@ ], "maxRunTime": 1800, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=g5-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=g5-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=g5-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=g5-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" ], "osGroups": [], "mounts": [ @@ -5701,8 +5701,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest", "--e10s", "--allow-software-gl-layers", @@ -5718,7 +5718,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -5726,7 +5726,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -5866,8 +5866,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.test_packages.json", "--test-type=wdspec", "--e10s", "--allow-software-gl-layers", @@ -5881,7 +5881,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -5889,7 +5889,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -6034,8 +6034,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--total-chunk=5", @@ -6051,7 +6051,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -6059,7 +6059,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -6198,8 +6198,8 @@ "/builds/worker/bin/run-task", "--", "/builds/worker/bin/test-linux.sh", - "--installer-url=https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.test_packages.json", "--code-coverage", "--e10s", "--download-symbols=ondemand" @@ -6212,7 +6212,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -6220,7 +6220,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "awsy_script.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -6336,7 +6336,7 @@ ], "maxRunTime": 10800, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --code-coverage --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --code-coverage --e10s --total-chunk=15 --this-chunk=12" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --code-coverage --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --code-coverage --e10s --total-chunk=15 --this-chunk=12" ], "osGroups": [], "mounts": [ @@ -6459,7 +6459,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --headless --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --headless --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --headless --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --headless --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -6583,7 +6583,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=a11y --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=a11y" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=a11y --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=a11y" ], "osGroups": [], "mounts": [ @@ -6707,7 +6707,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --code-coverage --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=plain-chunked --code-coverage --e10s --total-chunk=10 --this-chunk=5" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --code-coverage --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=plain-chunked --code-coverage --e10s --total-chunk=10 --this-chunk=5" ], "osGroups": [], "mounts": [ @@ -6864,8 +6864,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=6", @@ -6879,7 +6879,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -6888,7 +6888,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -7029,8 +7029,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -7046,7 +7046,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -7054,7 +7054,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -7199,8 +7199,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--total-chunk=16", "--this-chunk=3", @@ -7215,7 +7215,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -7223,7 +7223,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -7373,8 +7373,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=48", "--this-chunk=31", @@ -7389,7 +7389,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -7398,7 +7398,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -7545,8 +7545,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-devtools-chrome-chunked", "--e10s", "--total-chunk=8", @@ -7562,7 +7562,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -7570,7 +7570,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -7687,7 +7687,7 @@ ], "maxRunTime": 1800, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=g4-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --enable-webrender --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=g4-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --enable-webrender" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=g4-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --enable-webrender --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=g4-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --enable-webrender" ], "osGroups": [], "mounts": [ @@ -7810,7 +7810,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\firefox_ui_tests\\functional.py --cfg mozharness\\configs\\firefox_ui_tests\\taskcluster_windows.py --tag remote --e10s --installer-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --tag remote --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\firefox_ui_tests\\functional.py --cfg mozharness\\configs\\firefox_ui_tests\\taskcluster_windows.py --tag remote --e10s --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --tag remote --e10s" ], "osGroups": [], "mounts": [ @@ -7966,8 +7966,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=56", @@ -7981,7 +7981,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -7990,7 +7990,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -8137,8 +8137,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=7", @@ -8154,7 +8154,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -8162,7 +8162,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -8302,8 +8302,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--code-coverage", "--e10s", @@ -8320,7 +8320,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -8328,7 +8328,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -8641,8 +8641,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=48", "--this-chunk=30", @@ -8657,7 +8657,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -8666,7 +8666,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -8817,8 +8817,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=14", @@ -8832,7 +8832,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -8841,7 +8841,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -8988,8 +8988,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=chrome", "--allow-software-gl-layers", "--total-chunk=3", @@ -9005,7 +9005,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -9013,7 +9013,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -9313,8 +9313,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest", "--e10s", "--allow-software-gl-layers", @@ -9329,7 +9329,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -9337,7 +9337,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -9477,8 +9477,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.test_packages.json", "--reftest-suite=jsreftest", "--code-coverage", "--e10s", @@ -9495,7 +9495,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -9503,7 +9503,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -9653,8 +9653,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest-chrome", "--total-chunk=8", "--this-chunk=8", @@ -9669,7 +9669,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -9678,7 +9678,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -9819,8 +9819,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.test_packages.json", "--test-type=reftest", "--code-coverage", "--e10s", @@ -9837,7 +9837,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -9845,7 +9845,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -9984,8 +9984,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--enable-webrender", "--total-chunk=8", @@ -10000,7 +10000,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -10008,7 +10008,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -10153,8 +10153,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=16", @@ -10170,7 +10170,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -10178,7 +10178,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -10320,9 +10320,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--mochitest-suite=browser-chrome-chunked", @@ -10477,9 +10477,9 @@ "--mochitest-suite=chrome", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--mochitest-suite=chrome", @@ -10632,8 +10632,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--allow-software-gl-layers", "--total-chunk=12", @@ -10648,7 +10648,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -10656,7 +10656,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -10772,7 +10772,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=6" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=6" ], "osGroups": [], "mounts": [ @@ -10895,7 +10895,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=g1-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=g1-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=g1-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=g1-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" ], "osGroups": [], "mounts": [ @@ -11207,9 +11207,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--headless", @@ -11364,8 +11364,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=16", @@ -11381,7 +11381,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -11389,7 +11389,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -11506,7 +11506,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-media --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-media --e10s --total-chunk=3 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-media --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-media --e10s --total-chunk=3 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -11659,8 +11659,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--total-chunk=16", "--this-chunk=6", @@ -11675,7 +11675,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -11683,7 +11683,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -11829,8 +11829,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.test_packages.json", "--mochitest-suite=a11y", "--code-coverage", "--allow-software-gl-layers", @@ -11845,7 +11845,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "a11y", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -11853,7 +11853,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -12003,8 +12003,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=24", @@ -12018,7 +12018,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -12027,7 +12027,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -12174,8 +12174,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=16", @@ -12191,7 +12191,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -12199,7 +12199,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -12319,8 +12319,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", "--suite=tp6-e10s", "--add-option", "--webServer,localhost", @@ -12336,14 +12336,14 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/mozilla-central/raw-file/63519bfd42ee379f597c0357af2e712ec3cd9f50/taskcluster/scripts/tester/test-linux.sh" }, @@ -12456,7 +12456,7 @@ ], "maxRunTime": 10800, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --code-coverage --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --code-coverage --e10s --total-chunk=15 --this-chunk=4" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --code-coverage --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --code-coverage --e10s --total-chunk=15 --this-chunk=4" ], "osGroups": [], "mounts": [ @@ -12602,8 +12602,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest-no-accel", "--e10s", "--allow-software-gl-layers", @@ -12619,7 +12619,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -12627,7 +12627,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -12777,8 +12777,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=28", @@ -12792,7 +12792,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -12801,7 +12801,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -12919,7 +12919,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=crashtest --code-coverage --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=crashtest --code-coverage --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=crashtest --code-coverage --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=crashtest --code-coverage --e10s" ], "osGroups": [], "mounts": [ @@ -13066,8 +13066,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--enable-webrender", "--total-chunk=8", @@ -13082,7 +13082,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -13090,7 +13090,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -13239,8 +13239,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.test_packages.json", "--test-suite=xpcshell", "--total-chunk=8", "--this-chunk=6", @@ -13254,7 +13254,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -13263,7 +13263,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -13380,7 +13380,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\firefox_ui_tests\\functional.py --cfg mozharness\\configs\\firefox_ui_tests\\taskcluster_windows.py --tag remote --e10s --installer-url https://queue.taskcluster.net/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.test_packages.json --download-symbols true --tag remote --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\firefox_ui_tests\\functional.py --cfg mozharness\\configs\\firefox_ui_tests\\taskcluster_windows.py --tag remote --e10s --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.test_packages.json --download-symbols true --tag remote --e10s" ], "osGroups": [], "mounts": [ @@ -13503,7 +13503,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -13660,8 +13660,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=42", @@ -13675,7 +13675,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -13684,7 +13684,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -13835,8 +13835,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=40", @@ -13850,7 +13850,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -13859,7 +13859,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -14001,9 +14001,9 @@ "--mochitest-suite=chrome", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/KtBhdwcgTYOMuvxna77mGw/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/KtBhdwcgTYOMuvxna77mGw/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/KtBhdwcgTYOMuvxna77mGw/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/KtBhdwcgTYOMuvxna77mGw/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--mochitest-suite=chrome", @@ -14133,7 +14133,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=crashtest --e10s --enable-webrender --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=crashtest --e10s --enable-webrender" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=crashtest --e10s --enable-webrender --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=crashtest --e10s --enable-webrender" ], "osGroups": [], "mounts": [ @@ -14257,7 +14257,7 @@ ], "maxRunTime": 10800, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --code-coverage --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --code-coverage --e10s --total-chunk=15 --this-chunk=6" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --code-coverage --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --code-coverage --e10s --total-chunk=15 --this-chunk=6" ], "osGroups": [], "mounts": [ @@ -14380,7 +14380,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=7" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=7" ], "osGroups": [], "mounts": [ @@ -14533,8 +14533,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=chrome", "--allow-software-gl-layers", "--total-chunk=3", @@ -14550,7 +14550,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -14558,7 +14558,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -14698,8 +14698,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -14716,7 +14716,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -14724,7 +14724,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -14840,7 +14840,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=crashtest --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=crashtest --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=crashtest --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=crashtest --e10s" ], "osGroups": [], "mounts": [ @@ -14993,8 +14993,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--code-coverage", "--e10s", @@ -15011,7 +15011,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -15019,7 +15019,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -15165,8 +15165,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--total-chunk=10", @@ -15181,7 +15181,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -15189,7 +15189,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -15329,8 +15329,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -15346,7 +15346,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -15354,7 +15354,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -15493,8 +15493,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=12", "--this-chunk=6", @@ -15508,7 +15508,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -15516,7 +15516,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -15632,7 +15632,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=chrome --code-coverage --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=chrome --code-coverage --total-chunk=3 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=chrome --code-coverage --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=chrome --code-coverage --total-chunk=3 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -15756,7 +15756,7 @@ ], "maxRunTime": 900, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=tps-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=tps-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=tps-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=tps-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" ], "osGroups": [], "mounts": [ @@ -15912,8 +15912,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/VSIQ5dcvSzOIQaZ3IA835w/artifacts/public/build/geckoview_example.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/VSIQ5dcvSzOIQaZ3IA835w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VSIQ5dcvSzOIQaZ3IA835w/artifacts/public/build/geckoview_example.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VSIQ5dcvSzOIQaZ3IA835w/artifacts/public/build/target.test_packages.json", "--test-suite=geckoview", "--download-symbols=ondemand" ], @@ -15925,7 +15925,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/VSIQ5dcvSzOIQaZ3IA835w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VSIQ5dcvSzOIQaZ3IA835w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -15934,7 +15934,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidx86.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/VSIQ5dcvSzOIQaZ3IA835w/artifacts/public/build/geckoview_example.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VSIQ5dcvSzOIQaZ3IA835w/artifacts/public/build/geckoview_example.apk" }, "features": { "taskclusterProxy": true, @@ -16049,7 +16049,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --enable-webrender --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --enable-webrender --total-chunk=8 --this-chunk=7" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --enable-webrender --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --enable-webrender --total-chunk=8 --this-chunk=7" ], "osGroups": [], "mounts": [ @@ -16196,8 +16196,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.test_packages.json", "--test-type=wdspec", "--e10s", "--allow-software-gl-layers", @@ -16211,7 +16211,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -16219,7 +16219,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -16359,8 +16359,8 @@ "/builds/worker/checkouts/gecko", "--", "/builds/worker/bin/test-linux.sh", - "--installer-url=https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.test_packages.json", "--code-coverage", "--e10s", "--allow-software-gl-layers", @@ -16382,7 +16382,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "telemetry/telemetry_client.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -16683,7 +16683,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --gtest-suite=gtest --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.test_packages.json --download-symbols true --gtest-suite=gtest" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --gtest-suite=gtest --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.test_packages.json --download-symbols true --gtest-suite=gtest" ], "osGroups": [], "mounts": [ @@ -16827,8 +16827,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--allow-software-gl-layers", "--total-chunk=12", @@ -16843,7 +16843,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -16851,7 +16851,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -16967,7 +16967,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --code-coverage --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=browser-chrome-chunked --code-coverage --e10s --total-chunk=7 --this-chunk=5" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --code-coverage --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=browser-chrome-chunked --code-coverage --e10s --total-chunk=7 --this-chunk=5" ], "osGroups": [], "mounts": [ @@ -17091,7 +17091,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=3" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=3" ], "osGroups": [], "mounts": [ @@ -17244,8 +17244,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=7", @@ -17261,7 +17261,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -17269,7 +17269,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -17389,8 +17389,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.test_packages.json", "--suite=perf-reftest-singletons-e10s", "--add-option", "--webServer,localhost", @@ -17404,14 +17404,14 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/mozilla-central/raw-file/63519bfd42ee379f597c0357af2e712ec3cd9f50/taskcluster/scripts/tester/test-linux.sh" }, @@ -17524,7 +17524,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --e10s --total-chunk=12 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --e10s --total-chunk=12 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -17647,7 +17647,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -17771,7 +17771,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -17895,7 +17895,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --code-coverage --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-devtools-chrome-chunked --code-coverage --e10s --total-chunk=10 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --code-coverage --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-devtools-chrome-chunked --code-coverage --e10s --total-chunk=10 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -18048,8 +18048,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-devtools-chrome-chunked", "--e10s", "--total-chunk=8", @@ -18065,7 +18065,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -18073,7 +18073,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -18190,7 +18190,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-gpu,chrome-gpu,browser-chrome-gpu --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=plain-gpu,chrome-gpu,browser-chrome-gpu --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-gpu,chrome-gpu,browser-chrome-gpu --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=plain-gpu,chrome-gpu,browser-chrome-gpu --e10s" ], "osGroups": [], "mounts": [ @@ -18314,7 +18314,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --e10s --total-chunk=12 --this-chunk=4" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --e10s --total-chunk=12 --this-chunk=4" ], "osGroups": [], "mounts": [ @@ -18459,8 +18459,8 @@ "/builds/worker/bin/run-task", "--", "/builds/worker/bin/test-linux.sh", - "--installer-url=https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.test_packages.json", "--tag", "remote", "--e10s", @@ -18475,7 +18475,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -18483,7 +18483,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "firefox_ui_tests/functional.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -18624,9 +18624,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--mochitest-suite=mochitest-devtools-chrome-chunked", @@ -18757,7 +18757,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -18904,8 +18904,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest", "--e10s", "--allow-software-gl-layers", @@ -18921,7 +18921,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -18929,7 +18929,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -19070,8 +19070,8 @@ "/builds/worker/checkouts/gecko", "--", "/builds/worker/bin/test-linux.sh", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--e10s", "--allow-software-gl-layers", "--download-symbols=true" @@ -19092,7 +19092,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "telemetry/telemetry_client.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -19231,8 +19231,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -19249,7 +19249,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -19257,7 +19257,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -19402,8 +19402,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=16", @@ -19419,7 +19419,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -19427,7 +19427,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -19569,9 +19569,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--mochitest-suite=browser-chrome-chunked", @@ -19731,8 +19731,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-clipboard,chrome-clipboard,browser-chrome-clipboard", "--e10s", "--allow-software-gl-layers", @@ -19747,7 +19747,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -19755,7 +19755,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -19872,7 +19872,7 @@ ], "maxRunTime": 1800, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=g5-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=g5-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=g5-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=g5-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" ], "osGroups": [], "mounts": [ @@ -20028,8 +20028,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", "--test-suite=xpcshell", "--total-chunk=8", "--this-chunk=6", @@ -20043,7 +20043,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -20052,7 +20052,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -20169,7 +20169,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=6" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=6" ], "osGroups": [], "mounts": [ @@ -20293,7 +20293,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --code-coverage --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=plain-chunked --code-coverage --e10s --total-chunk=10 --this-chunk=6" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --code-coverage --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=plain-chunked --code-coverage --e10s --total-chunk=10 --this-chunk=6" ], "osGroups": [], "mounts": [ @@ -20446,8 +20446,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-media", "--e10s", "--allow-software-gl-layers", @@ -20464,7 +20464,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -20472,7 +20472,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -20612,8 +20612,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", "--cppunittest-suite=cppunittest", "--allow-software-gl-layers", "--enable-webrender", @@ -20627,7 +20627,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -20635,7 +20635,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -20773,9 +20773,9 @@ "--mochitest-suite=chrome", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--mochitest-suite=chrome", @@ -20905,7 +20905,7 @@ ], "maxRunTime": 1200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=perf-reftest-e10s --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=perf-reftest-e10s --add-option --webServer,localhost --use-talos-json" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=perf-reftest-e10s --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=perf-reftest-e10s --add-option --webServer,localhost --use-talos-json" ], "osGroups": [], "mounts": [ @@ -21057,9 +21057,9 @@ "--use-talos-json", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--suite=speedometer-e10s", @@ -21191,7 +21191,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=5" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=5" ], "osGroups": [], "mounts": [ @@ -21344,8 +21344,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-gpu,chrome-gpu,browser-chrome-gpu", "--e10s", "--allow-software-gl-layers", @@ -21361,7 +21361,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -21369,7 +21369,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -21679,8 +21679,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", "--test-suite=marionette", "--total-chunk=10", "--this-chunk=8", @@ -21694,7 +21694,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -21703,7 +21703,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -21847,8 +21847,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.test_packages.json", "--mochitest-suite=chrome", "--allow-software-gl-layers", "--total-chunk=3", @@ -21864,7 +21864,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -21872,7 +21872,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -21989,7 +21989,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --cppunittest-suite=cppunittest --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --cppunittest-suite=cppunittest" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --cppunittest-suite=cppunittest --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --cppunittest-suite=cppunittest" ], "osGroups": [], "mounts": [ @@ -22139,8 +22139,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-devtools-chrome-chunked", "--e10s", "--total-chunk=8", @@ -22156,7 +22156,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -22164,7 +22164,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -22281,7 +22281,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --headless --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.test_packages.json --download-symbols true --headless --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --headless --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.test_packages.json --download-symbols true --headless --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -22434,8 +22434,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--total-chunk=16", @@ -22451,7 +22451,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -22459,7 +22459,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -22576,7 +22576,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=7" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=7" ], "osGroups": [], "mounts": [ @@ -22733,8 +22733,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=48", "--this-chunk=18", @@ -22749,7 +22749,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -22758,7 +22758,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -22876,7 +22876,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -23023,8 +23023,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -23040,7 +23040,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -23048,7 +23048,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -23164,7 +23164,7 @@ ], "maxRunTime": 1200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=chromez-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=chromez-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=chromez-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Utm5ASVQQYuxx425g3XZ1A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=chromez-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" ], "osGroups": [], "mounts": [ @@ -23310,8 +23310,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=12", "--this-chunk=12", @@ -23325,7 +23325,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -23333,7 +23333,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -23478,8 +23478,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--total-chunk=10", @@ -23494,7 +23494,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -23502,7 +23502,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -23648,8 +23648,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--headless", "--mochitest-suite=plain-chunked", "--e10s", @@ -23666,7 +23666,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -23674,7 +23674,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -23816,9 +23816,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--test-type=testharness", @@ -23948,7 +23948,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_vm_config.py --suite=g5-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --code-coverage --add-option --cycles,1 --add-option --tppagecycles,1 --add-option --no-upload-results --add-option --tptimeout,15000 --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --suite=g5-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --code-coverage --add-option --cycles,1 --add-option --tppagecycles,1 --add-option --no-upload-results --add-option --tptimeout,15000" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_vm_config.py --suite=g5-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --code-coverage --add-option --cycles,1 --add-option --tppagecycles,1 --add-option --no-upload-results --add-option --tptimeout,15000 --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --suite=g5-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --code-coverage --add-option --cycles,1 --add-option --tppagecycles,1 --add-option --no-upload-results --add-option --tptimeout,15000" ], "osGroups": [], "mounts": [ @@ -24104,8 +24104,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=28", "--this-chunk=9", @@ -24119,7 +24119,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -24128,7 +24128,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -24269,8 +24269,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=10", "--this-chunk=7", @@ -24284,7 +24284,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -24292,7 +24292,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -24408,7 +24408,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --e10s --total-chunk=12 --this-chunk=11" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --e10s --total-chunk=12 --this-chunk=11" ], "osGroups": [], "mounts": [ @@ -24534,8 +24534,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", "--suite=other-e10s", "--add-option", "--webServer,localhost", @@ -24551,14 +24551,14 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/mozilla-central/raw-file/63519bfd42ee379f597c0357af2e712ec3cd9f50/taskcluster/scripts/tester/test-linux.sh" }, @@ -24671,7 +24671,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-media --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-media --e10s --total-chunk=3 --this-chunk=3" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-media --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-media --e10s --total-chunk=3 --this-chunk=3" ], "osGroups": [], "mounts": [ @@ -24795,7 +24795,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=4" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=4" ], "osGroups": [], "mounts": [ @@ -24943,9 +24943,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/KtBhdwcgTYOMuvxna77mGw/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/KtBhdwcgTYOMuvxna77mGw/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/KtBhdwcgTYOMuvxna77mGw/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/KtBhdwcgTYOMuvxna77mGw/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--mochitest-suite=mochitest-gl", @@ -25099,8 +25099,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--test-type=wdspec", "--e10s", "--allow-software-gl-layers", @@ -25115,7 +25115,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -25123,7 +25123,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -25268,8 +25268,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-devtools-chrome-chunked", "--e10s", "--total-chunk=8", @@ -25285,7 +25285,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -25293,7 +25293,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -25411,7 +25411,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --xpcshell-suite=xpcshell --code-coverage --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/GTG52Q5aT8yBK-HeM5jpMg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --xpcshell-suite=xpcshell --code-coverage --total-chunk=8 --this-chunk=3" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --xpcshell-suite=xpcshell --code-coverage --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/GTG52Q5aT8yBK-HeM5jpMg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --xpcshell-suite=xpcshell --code-coverage --total-chunk=8 --this-chunk=3" ], "osGroups": [], "mounts": [ @@ -25567,8 +25567,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", "--test-suite=marionette", "--total-chunk=10", "--this-chunk=9", @@ -25582,7 +25582,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -25591,7 +25591,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -25735,9 +25735,9 @@ "--use-talos-json", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BQUskIWCSP6rfyzBSoVxlg/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--suite=chromez-e10s", @@ -25892,8 +25892,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.test_packages.json", "--suite=tp6-stylo-threads-e10s", "--add-option", "--webServer,localhost", @@ -25917,7 +25917,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -25925,7 +25925,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "talos_script.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -26041,7 +26041,7 @@ ], "maxRunTime": 1200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=tp6-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=tp6-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=tp6-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/GGchMyWWSMW0surKh5kr3Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=tp6-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" ], "osGroups": [], "mounts": [ @@ -26187,8 +26187,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -26204,7 +26204,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -26212,7 +26212,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -26361,8 +26361,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=28", "--this-chunk=12", @@ -26376,7 +26376,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -26385,7 +26385,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Aan3dsW3T7CXNeZvRE-LKQ/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -26532,8 +26532,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--total-chunk=16", @@ -26549,7 +26549,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -26557,7 +26557,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DrYLQaCoSBW3UAsBNjKcQQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -26697,8 +26697,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=8", "--this-chunk=3", @@ -26712,7 +26712,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -26720,7 +26720,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -26984,8 +26984,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--enable-webrender", @@ -27002,7 +27002,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -27010,7 +27010,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -27156,8 +27156,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=7", @@ -27173,7 +27173,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -27181,7 +27181,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N1YNYiNfSFy7dIPGxcPj6w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -27298,7 +27298,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=6" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=6" ], "osGroups": [], "mounts": [ @@ -27445,8 +27445,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--code-coverage", "--e10s", @@ -27463,7 +27463,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -27471,7 +27471,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SSJi3bV7TAKa_5mllOAG1w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -27610,8 +27610,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -27627,7 +27627,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -27635,7 +27635,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -27751,7 +27751,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-no-accel --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest-no-accel --e10s --total-chunk=4 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-no-accel --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest-no-accel --e10s --total-chunk=4 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -27904,8 +27904,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--mochitest-suite=a11y", "--allow-software-gl-layers", "--download-symbols=true" @@ -27919,7 +27919,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "a11y", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -27927,7 +27927,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -28044,7 +28044,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --headless --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --headless --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=5" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --headless --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --headless --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=5" ], "osGroups": [], "mounts": [ @@ -28168,7 +28168,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --cppunittest-suite=cppunittest --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --cppunittest-suite=cppunittest" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --cppunittest-suite=cppunittest --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cWt8R5ZzTLqRoNOXMjbk8w/artifacts/public/build/target.test_packages.json --download-symbols ondemand --cppunittest-suite=cppunittest" ], "osGroups": [], "mounts": [ @@ -28289,7 +28289,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -28413,7 +28413,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=reftest --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=reftest --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=reftest --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Ev4OVc4eSMuOhGFIcto4EA/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=reftest --e10s" ], "osGroups": [], "mounts": [ @@ -28536,7 +28536,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest --e10s --total-chunk=4 --this-chunk=4" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/bTP8HVfTSQuepueTNLh_Qw/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest --e10s --total-chunk=4 --this-chunk=4" ], "osGroups": [], "mounts": [ @@ -28689,8 +28689,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-media", "--e10s", "--allow-software-gl-layers", @@ -28706,7 +28706,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -28714,7 +28714,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -28864,8 +28864,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/VSIQ5dcvSzOIQaZ3IA835w/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/VSIQ5dcvSzOIQaZ3IA835w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VSIQ5dcvSzOIQaZ3IA835w/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VSIQ5dcvSzOIQaZ3IA835w/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest-chrome", "--total-chunk=4", "--this-chunk=2", @@ -28880,7 +28880,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/VSIQ5dcvSzOIQaZ3IA835w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VSIQ5dcvSzOIQaZ3IA835w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -28889,7 +28889,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidx86.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/VSIQ5dcvSzOIQaZ3IA835w/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VSIQ5dcvSzOIQaZ3IA835w/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -29040,8 +29040,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=30", @@ -29055,7 +29055,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -29064,7 +29064,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C4gR1cv8SpOBakyOu6LKCw/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -29182,7 +29182,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\firefox_ui_tests\\functional.py --cfg mozharness\\configs\\firefox_ui_tests\\taskcluster_windows.py --tag local --e10s --installer-url https://queue.taskcluster.net/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --tag local --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\firefox_ui_tests\\functional.py --cfg mozharness\\configs\\firefox_ui_tests\\taskcluster_windows.py --tag local --e10s --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Lc44F9MwQp2tkaeg2yYP2Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --tag local --e10s" ], "osGroups": [], "mounts": [ @@ -29305,7 +29305,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_vm_config.py --suite=damp-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --code-coverage --add-option --cycles,1 --add-option --tppagecycles,1 --add-option --no-upload-results --add-option --tptimeout,15000 --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --suite=damp-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --code-coverage --add-option --cycles,1 --add-option --tppagecycles,1 --add-option --no-upload-results --add-option --tptimeout,15000" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_vm_config.py --suite=damp-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --code-coverage --add-option --cycles,1 --add-option --tppagecycles,1 --add-option --no-upload-results --add-option --tptimeout,15000 --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NOOFo3BxQ_-l7MyFmfqfYA/artifacts/public/build/target.test_packages.json --download-symbols true --suite=damp-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --code-coverage --add-option --cycles,1 --add-option --tppagecycles,1 --add-option --no-upload-results --add-option --tptimeout,15000" ], "osGroups": [], "mounts": [ @@ -29457,8 +29457,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-media", "--e10s", "--allow-software-gl-layers", @@ -29476,7 +29476,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -29484,7 +29484,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -29630,8 +29630,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-devtools-chrome-chunked", "--e10s", "--total-chunk=8", @@ -29646,7 +29646,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -29654,7 +29654,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/B6KFSq0DRA-8EWrUFN1o0g/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -29794,8 +29794,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -29811,7 +29811,7 @@ "GECKO_HEAD_REV": "63519bfd42ee379f597c0357af2e712ec3cd9f50", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -29819,7 +29819,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L7COCN9GSrublARJD_U_LA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -29964,8 +29964,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--total-chunk=16", @@ -29981,7 +29981,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -29989,7 +29989,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IOh-tczSST-IZWprUKmsrg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -30135,8 +30135,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-devtools-chrome-chunked", "--e10s", "--total-chunk=8", @@ -30152,7 +30152,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -30160,7 +30160,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SeX8_VBUTq6P2ub7SuO-2w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, diff --git a/events/tests/fixtures/RS0UwZahQ_qAcdZzEb_Y9g.json b/events/tests/fixtures/RS0UwZahQ_qAcdZzEb_Y9g.json index 564eb7ca2..f18b71dc4 100644 --- a/events/tests/fixtures/RS0UwZahQ_qAcdZzEb_Y9g.json +++ b/events/tests/fixtures/RS0UwZahQ_qAcdZzEb_Y9g.json @@ -68,7 +68,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --enable-webrender --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --enable-webrender --total-chunk=8 --this-chunk=6" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --enable-webrender --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --enable-webrender --total-chunk=8 --this-chunk=6" ], "osGroups": [], "mounts": [ @@ -225,8 +225,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=28", "--this-chunk=23", @@ -240,7 +240,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -249,7 +249,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -367,7 +367,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/X0HFDKG7SGq4-y-ncqsizA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/X0HFDKG7SGq4-y-ncqsizA/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/X0HFDKG7SGq4-y-ncqsizA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/X0HFDKG7SGq4-y-ncqsizA/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -524,8 +524,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", "--test-suite=cppunittest", "--download-symbols=true" ], @@ -537,7 +537,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -546,7 +546,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -661,7 +661,7 @@ ], "maxRunTime": 900, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=tps-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=tps-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=tps-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=tps-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" ], "osGroups": [], "mounts": [ @@ -787,8 +787,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", "--suite=g5-e10s", "--add-option", "--webServer,localhost", @@ -804,14 +804,14 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/mozilla-central/raw-file/ec3dd3ee2ae4b3a63529a912816a110e925eb2d0/taskcluster/scripts/tester/test-linux.sh" }, @@ -953,8 +953,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=chrome", "--allow-software-gl-layers", "--total-chunk=3", @@ -970,7 +970,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -978,7 +978,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -1242,8 +1242,8 @@ "/builds/worker/checkouts/gecko", "--", "/builds/worker/bin/test-linux.sh", - "--installer-url=https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.test_packages.json", "--e10s", "--allow-software-gl-layers" ], @@ -1263,7 +1263,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "telemetry/telemetry_client.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -1405,9 +1405,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--e10s" @@ -1561,8 +1561,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-devtools-chrome-chunked", "--e10s", "--total-chunk=8", @@ -1578,7 +1578,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -1586,7 +1586,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -1736,8 +1736,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=24", "--this-chunk=10", @@ -1752,7 +1752,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -1761,7 +1761,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -1879,7 +1879,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=3" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=3" ], "osGroups": [], "mounts": [ @@ -2026,8 +2026,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", "--cppunittest-suite=cppunittest", "--allow-software-gl-layers", "--enable-webrender", @@ -2041,7 +2041,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -2049,7 +2049,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -2163,7 +2163,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=5" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=5" ], "osGroups": [], "mounts": [ @@ -2309,8 +2309,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest-no-accel", "--e10s", "--allow-software-gl-layers", @@ -2326,7 +2326,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -2334,7 +2334,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -2454,8 +2454,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.test_packages.json", "--suite=speedometer-e10s", "--add-option", "--webServer,localhost", @@ -2471,14 +2471,14 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/mozilla-central/raw-file/ec3dd3ee2ae4b3a63529a912816a110e925eb2d0/taskcluster/scripts/tester/test-linux.sh" }, @@ -2592,7 +2592,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --xpcshell-suite=xpcshell --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/C_yS_qecRH-YpYnKj1jzFg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --xpcshell-suite=xpcshell" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --xpcshell-suite=xpcshell --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C_yS_qecRH-YpYnKj1jzFg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --xpcshell-suite=xpcshell" ], "osGroups": [], "mounts": [ @@ -2748,8 +2748,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", "--test-suite=xpcshell", "--total-chunk=8", "--this-chunk=2", @@ -2763,7 +2763,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -2772,7 +2772,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -2918,8 +2918,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-devtools-chrome-chunked", "--e10s", "--total-chunk=8", @@ -2935,7 +2935,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -2943,7 +2943,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -3085,9 +3085,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--mochitest-suite=plain-chunked", @@ -3218,7 +3218,7 @@ ], "maxRunTime": 1200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=perf-reftest-e10s --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=perf-reftest-e10s --add-option --webServer,localhost --use-talos-json" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=perf-reftest-e10s --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=perf-reftest-e10s --add-option --webServer,localhost --use-talos-json" ], "osGroups": [], "mounts": [ @@ -3364,8 +3364,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell-coverage", "--jsd-code-coverage", "--total-chunk=8", @@ -3380,7 +3380,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -3388,7 +3388,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -3504,7 +3504,7 @@ ], "maxRunTime": 2100, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=dromaeojs-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=dromaeojs-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=dromaeojs-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=dromaeojs-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" ], "osGroups": [], "mounts": [ @@ -3656,8 +3656,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=16", @@ -3672,7 +3672,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -3680,7 +3680,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -3830,8 +3830,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=6", @@ -3845,7 +3845,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -3854,7 +3854,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -4001,8 +4001,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-gl", "--e10s", "--total-chunk=3", @@ -4017,7 +4017,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -4025,7 +4025,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -4142,7 +4142,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=6" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=6" ], "osGroups": [], "mounts": [ @@ -4266,7 +4266,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\marionette.py --cfg mozharness\\configs\\marionette\\windows_taskcluster_config.py --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\marionette.py --cfg mozharness\\configs\\marionette\\windows_taskcluster_config.py --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --e10s" ], "osGroups": [], "mounts": [ @@ -4410,8 +4410,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest", "--e10s", "--allow-software-gl-layers", @@ -4427,7 +4427,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -4435,7 +4435,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -4581,8 +4581,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--total-chunk=16", @@ -4598,7 +4598,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -4606,7 +4606,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -4756,8 +4756,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", "--test-suite=crashtest", "--total-chunk=10", "--this-chunk=7", @@ -4771,7 +4771,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -4780,7 +4780,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -4921,8 +4921,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", "--test-type=wdspec", "--e10s", "--allow-software-gl-layers", @@ -4936,7 +4936,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -4944,7 +4944,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -5063,8 +5063,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.test_packages.json", "--suite=h2-e10s", "--add-option", "--webServer,localhost", @@ -5080,14 +5080,14 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/mozilla-central/raw-file/ec3dd3ee2ae4b3a63529a912816a110e925eb2d0/taskcluster/scripts/tester/test-linux.sh" }, @@ -5233,8 +5233,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", "--test-suite=crashtest", "--total-chunk=10", "--this-chunk=8", @@ -5248,7 +5248,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -5257,7 +5257,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -5398,8 +5398,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest", "--allow-software-gl-layers", "--total-chunk=8", @@ -5414,7 +5414,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -5422,7 +5422,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -5539,7 +5539,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\awsy_script.py --cfg mozharness\\configs\\awsy\\taskcluster_windows_config.py --e10s --installer-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\awsy_script.py --cfg mozharness\\configs\\awsy\\taskcluster_windows_config.py --e10s --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --e10s" ], "osGroups": [], "mounts": [ @@ -5685,8 +5685,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--enable-webrender", "--total-chunk=8", @@ -5701,7 +5701,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -5709,7 +5709,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -5858,8 +5858,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", "--test-suite=crashtest", "--total-chunk=4", "--this-chunk=2", @@ -5873,7 +5873,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -5882,7 +5882,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -6000,7 +6000,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --headless --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.test_packages.json --download-symbols true --headless --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=3" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --headless --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.test_packages.json --download-symbols true --headless --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=3" ], "osGroups": [], "mounts": [ @@ -6124,7 +6124,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-media --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-media --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-media --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-media --e10s" ], "osGroups": [], "mounts": [ @@ -6277,8 +6277,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--enable-webrender", @@ -6295,7 +6295,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -6303,7 +6303,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -6420,7 +6420,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -6566,8 +6566,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest-no-accel", "--e10s", "--allow-software-gl-layers", @@ -6582,7 +6582,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -6590,7 +6590,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -6883,8 +6883,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.test_packages.json", "--suite=g5-e10s", "--add-option", "--webServer,localhost", @@ -6910,7 +6910,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -6918,7 +6918,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "talos_script.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -7034,7 +7034,7 @@ ], "maxRunTime": 10800, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --code-coverage --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --code-coverage --e10s --total-chunk=15 --this-chunk=4" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --code-coverage --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --code-coverage --e10s --total-chunk=15 --this-chunk=4" ], "osGroups": [], "mounts": [ @@ -7157,7 +7157,7 @@ ], "maxRunTime": 1800, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=g5-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=g5-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=g5-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=g5-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" ], "osGroups": [], "mounts": [ @@ -7280,7 +7280,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --e10s --total-chunk=12 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --e10s --total-chunk=12 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -7427,8 +7427,8 @@ "/builds/worker/checkouts/gecko", "--", "/builds/worker/bin/test-linux.sh", - "--installer-url=https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.test_packages.json", "--code-coverage", "--e10s", "--allow-software-gl-layers", @@ -7450,7 +7450,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "telemetry/telemetry_client.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -7589,8 +7589,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -7606,7 +7606,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -7614,7 +7614,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -7759,8 +7759,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-devtools-chrome-chunked", "--e10s", "--total-chunk=8", @@ -7776,7 +7776,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -7784,7 +7784,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -7901,7 +7901,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=5" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=5" ], "osGroups": [], "mounts": [ @@ -8058,8 +8058,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest-media", "--total-chunk=3", "--this-chunk=1", @@ -8074,7 +8074,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -8083,7 +8083,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -8195,7 +8195,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --jittest-suite=jittest-chunked --code-coverage --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.test_packages.json --download-symbols true --jittest-suite=jittest-chunked --code-coverage --total-chunk=6 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --jittest-suite=jittest-chunked --code-coverage --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.test_packages.json --download-symbols true --jittest-suite=jittest-chunked --code-coverage --total-chunk=6 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -8345,8 +8345,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--enable-webrender", @@ -8363,7 +8363,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -8371,7 +8371,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -8511,8 +8511,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=12", "--this-chunk=9", @@ -8526,7 +8526,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -8534,7 +8534,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -8673,8 +8673,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.test_packages.json", "--test-type=reftest", "--code-coverage", "--e10s", @@ -8691,7 +8691,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -8699,7 +8699,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -8848,8 +8848,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest-plain-clipboard", "--download-symbols=ondemand" ], @@ -8862,7 +8862,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -8871,7 +8871,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -9018,8 +9018,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-media", "--e10s", "--allow-software-gl-layers", @@ -9035,7 +9035,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -9043,7 +9043,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -9185,9 +9185,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--mochitest-suite=plain-clipboard,chrome-clipboard,browser-chrome-clipboard", @@ -9345,8 +9345,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=a11y", "--code-coverage", "--allow-software-gl-layers", @@ -9361,7 +9361,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "a11y", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -9369,7 +9369,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -9519,8 +9519,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", "--test-suite=robocop", "--total-chunk=4", "--this-chunk=3", @@ -9534,7 +9534,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -9543,7 +9543,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -9683,8 +9683,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.test_packages.json", "--test-type=reftest", "--e10s", "--allow-software-gl-layers", @@ -9700,7 +9700,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -9708,7 +9708,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -9848,9 +9848,9 @@ "--mochitest-suite=chrome", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--mochitest-suite=chrome", @@ -9980,7 +9980,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=damp-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=damp-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=damp-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=damp-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" ], "osGroups": [], "mounts": [ @@ -10106,8 +10106,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", "--suite=h2-e10s", "--add-option", "--webServer,localhost", @@ -10123,14 +10123,14 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/mozilla-central/raw-file/ec3dd3ee2ae4b3a63529a912816a110e925eb2d0/taskcluster/scripts/tester/test-linux.sh" }, @@ -10246,8 +10246,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.test_packages.json", "--suite=tp5o-e10s", "--add-option", "--webServer,localhost", @@ -10263,14 +10263,14 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/mozilla-central/raw-file/ec3dd3ee2ae4b3a63529a912816a110e925eb2d0/taskcluster/scripts/tester/test-linux.sh" }, @@ -10406,8 +10406,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=12", "--this-chunk=8", @@ -10421,7 +10421,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -10429,7 +10429,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -10545,7 +10545,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --gtest-suite=gtest --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.test_packages.json --download-symbols true --gtest-suite=gtest" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --gtest-suite=gtest --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.test_packages.json --download-symbols true --gtest-suite=gtest" ], "osGroups": [], "mounts": [ @@ -10669,8 +10669,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", "--suite=perf-reftest-singletons-e10s", "--add-option", "--webServer,localhost", @@ -10684,14 +10684,14 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/mozilla-central/raw-file/ec3dd3ee2ae4b3a63529a912816a110e925eb2d0/taskcluster/scripts/tester/test-linux.sh" }, @@ -10827,8 +10827,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--code-coverage", "--e10s", @@ -10845,7 +10845,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -10853,7 +10853,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -10969,7 +10969,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --gtest-suite=gtest --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --gtest-suite=gtest" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --gtest-suite=gtest --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --gtest-suite=gtest" ], "osGroups": [], "mounts": [ @@ -11090,7 +11090,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=7" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=7" ], "osGroups": [], "mounts": [ @@ -11239,9 +11239,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--mochitest-suite=mochitest-gl", @@ -11397,9 +11397,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--mochitest-suite=browser-chrome-chunked", @@ -11555,9 +11555,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--mochitest-suite=mochitest-devtools-chrome-chunked", @@ -11721,8 +11721,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=28", "--this-chunk=14", @@ -11736,7 +11736,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -11745,7 +11745,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -11908,8 +11908,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", "--test-suite=crashtest", "--total-chunk=10", "--this-chunk=1", @@ -11923,7 +11923,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -11932,7 +11932,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -12083,8 +12083,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=48", "--this-chunk=8", @@ -12099,7 +12099,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -12108,7 +12108,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -12255,8 +12255,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-clipboard,chrome-clipboard,browser-chrome-clipboard", "--allow-software-gl-layers", "--download-symbols=true" @@ -12270,7 +12270,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -12278,7 +12278,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -12418,8 +12418,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=8", "--this-chunk=4", @@ -12433,7 +12433,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -12441,7 +12441,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -12590,8 +12590,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=26", @@ -12605,7 +12605,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -12614,7 +12614,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -12757,9 +12757,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--mochitest-suite=mochitest-devtools-chrome-chunked", @@ -12923,8 +12923,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=48", "--this-chunk=1", @@ -12939,7 +12939,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -12948,7 +12948,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -13411,8 +13411,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-gl", "--e10s", "--enable-webrender", @@ -13429,7 +13429,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -13437,7 +13437,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -13579,9 +13579,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--mochitest-suite=mochitest-devtools-chrome-chunked", @@ -13735,8 +13735,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", "--test-type=reftest", "--e10s", "--allow-software-gl-layers", @@ -13752,7 +13752,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -13760,7 +13760,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -13899,8 +13899,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest-no-accel", "--e10s", "--allow-software-gl-layers", @@ -13916,7 +13916,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -13924,7 +13924,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -14064,8 +14064,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -14081,7 +14081,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -14089,7 +14089,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -14327,7 +14327,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --enable-webrender --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --enable-webrender --total-chunk=8 --this-chunk=4" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --enable-webrender --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --enable-webrender --total-chunk=8 --this-chunk=4" ], "osGroups": [], "mounts": [ @@ -14451,7 +14451,7 @@ ], "maxRunTime": 1200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=chromez-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=chromez-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=chromez-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=chromez-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" ], "osGroups": [], "mounts": [ @@ -14597,8 +14597,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest-no-accel", "--e10s", "--allow-software-gl-layers", @@ -14614,7 +14614,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -14622,7 +14622,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -14762,8 +14762,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.test_packages.json", "--test-type=reftest", "--e10s", "--allow-software-gl-layers", @@ -14779,7 +14779,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -14787,7 +14787,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -14903,7 +14903,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -15027,7 +15027,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=crashtest --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=crashtest --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=crashtest --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=crashtest --e10s" ], "osGroups": [], "mounts": [ @@ -15180,8 +15180,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-coverage", "--jsd-code-coverage", "--e10s", @@ -15198,7 +15198,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -15206,7 +15206,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -15323,7 +15323,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --code-coverage --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-devtools-chrome-chunked --code-coverage --e10s --total-chunk=10 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --code-coverage --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-devtools-chrome-chunked --code-coverage --e10s --total-chunk=10 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -15480,8 +15480,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=14", @@ -15495,7 +15495,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -15504,7 +15504,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -15651,8 +15651,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked-coverage", "--jsd-code-coverage", "--e10s", @@ -15669,7 +15669,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -15677,7 +15677,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -15794,7 +15794,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=damp-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=damp-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=damp-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=damp-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" ], "osGroups": [], "mounts": [ @@ -15946,8 +15946,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--code-coverage", "--e10s", @@ -15964,7 +15964,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -15972,7 +15972,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -16118,8 +16118,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-gpu,chrome-gpu,browser-chrome-gpu", "--e10s", "--allow-software-gl-layers", @@ -16135,7 +16135,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -16143,7 +16143,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -16289,9 +16289,9 @@ "--use-talos-json", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--suite=speedometer-e10s", @@ -16452,8 +16452,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--total-chunk=16", "--this-chunk=4", @@ -16468,7 +16468,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -16476,7 +16476,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -16616,8 +16616,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=8", "--this-chunk=8", @@ -16631,7 +16631,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -16639,7 +16639,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -16755,7 +16755,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=5" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=5" ], "osGroups": [], "mounts": [ @@ -16912,8 +16912,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=28", "--this-chunk=22", @@ -16927,7 +16927,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -16936,7 +16936,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -17173,7 +17173,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=a11y --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=a11y" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=a11y --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=a11y" ], "osGroups": [], "mounts": [ @@ -17326,8 +17326,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=7", @@ -17343,7 +17343,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -17351,7 +17351,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -17468,7 +17468,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-gpu --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-gpu --e10s --total-chunk=2 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-gpu --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest-gpu --e10s --total-chunk=2 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -17625,8 +17625,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=48", "--this-chunk=29", @@ -17641,7 +17641,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -17650,7 +17650,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -17791,8 +17791,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -17808,7 +17808,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -17816,7 +17816,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -17955,8 +17955,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest-no-accel", "--e10s", "--allow-software-gl-layers", @@ -17972,7 +17972,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -17980,7 +17980,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -18126,8 +18126,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=16", @@ -18143,7 +18143,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -18151,7 +18151,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -18297,8 +18297,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", "--headless", "--mochitest-suite=plain-chunked", "--e10s", @@ -18315,7 +18315,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -18323,7 +18323,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -18440,7 +18440,7 @@ ], "maxRunTime": 1800, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=tp5o-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=tp5o-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=tp5o-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=tp5o-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" ], "osGroups": [], "mounts": [ @@ -18596,8 +18596,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=21", @@ -18611,7 +18611,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -18620,7 +18620,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -18763,9 +18763,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--mochitest-suite=browser-chrome-chunked", @@ -18919,8 +18919,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest-no-accel", "--e10s", "--allow-software-gl-layers", @@ -18936,7 +18936,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -18944,7 +18944,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -19061,7 +19061,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --e10s --total-chunk=12 --this-chunk=10" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --e10s --total-chunk=12 --this-chunk=10" ], "osGroups": [], "mounts": [ @@ -19207,8 +19207,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest-no-accel", "--e10s", "--allow-software-gl-layers", @@ -19224,7 +19224,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -19232,7 +19232,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -19378,8 +19378,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", "--headless", "--mochitest-suite=plain-chunked", "--e10s", @@ -19396,7 +19396,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -19404,7 +19404,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -19521,7 +19521,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=reftest --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=reftest --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=reftest --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=reftest --e10s" ], "osGroups": [], "mounts": [ @@ -19673,8 +19673,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-clipboard,chrome-clipboard,browser-chrome-clipboard", "--e10s", "--allow-software-gl-layers", @@ -19689,7 +19689,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -19697,7 +19697,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -19843,8 +19843,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-gl", "--code-coverage", "--e10s", @@ -19861,7 +19861,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -19869,7 +19869,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -20019,8 +20019,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=48", "--this-chunk=38", @@ -20035,7 +20035,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -20044,7 +20044,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -20162,7 +20162,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest --e10s --total-chunk=4 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest --e10s --total-chunk=4 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -20315,8 +20315,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--total-chunk=16", "--this-chunk=15", @@ -20331,7 +20331,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -20339,7 +20339,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -20456,7 +20456,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=crashtest --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=crashtest --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=crashtest --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=crashtest --e10s" ], "osGroups": [], "mounts": [ @@ -20605,9 +20605,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--test-type=testharness", @@ -20737,7 +20737,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest --e10s --total-chunk=4 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest --e10s --total-chunk=4 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -20884,8 +20884,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", "--test-type=reftest", "--e10s", "--allow-software-gl-layers", @@ -20902,7 +20902,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -20910,7 +20910,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -21026,7 +21026,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-media --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-media --e10s --total-chunk=3 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-media --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-media --e10s --total-chunk=3 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -21173,8 +21173,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.test_packages.json", "--jittest-suite=jittest-chunked", "--code-coverage", "--allow-software-gl-layers", @@ -21190,7 +21190,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -21198,7 +21198,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -21341,8 +21341,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--total-chunk=10", @@ -21357,7 +21357,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -21365,7 +21365,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -21505,8 +21505,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -21523,7 +21523,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -21531,7 +21531,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -21680,8 +21680,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=54", @@ -21695,7 +21695,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -21704,7 +21704,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -21822,7 +21822,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BO4C5G3zTAah0KCjGpgNEQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -21945,7 +21945,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=jsreftest --code-coverage --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=jsreftest --code-coverage --e10s --total-chunk=5 --this-chunk=3" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=jsreftest --code-coverage --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=jsreftest --code-coverage --e10s --total-chunk=5 --this-chunk=3" ], "osGroups": [], "mounts": [ @@ -22092,8 +22092,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest", "--e10s", "--allow-software-gl-layers", @@ -22110,7 +22110,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -22118,7 +22118,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -22258,8 +22258,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest-no-accel", "--e10s", "--allow-software-gl-layers", @@ -22275,7 +22275,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -22283,7 +22283,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -22433,8 +22433,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", "--test-suite=crashtest", "--total-chunk=4", "--this-chunk=3", @@ -22448,7 +22448,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -22457,7 +22457,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -22575,7 +22575,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest --e10s --total-chunk=4 --this-chunk=3" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest --e10s --total-chunk=4 --this-chunk=3" ], "osGroups": [], "mounts": [ @@ -22728,8 +22728,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", "--headless", "--mochitest-suite=plain-chunked", "--e10s", @@ -22746,7 +22746,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -22754,7 +22754,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -22900,8 +22900,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-coverage", "--jsd-code-coverage", "--e10s", @@ -22918,7 +22918,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -22926,7 +22926,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YA6cnEBxSbaBIQWf355S8w/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -23043,7 +23043,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-gpu --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest-gpu --e10s --total-chunk=4 --this-chunk=4" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-gpu --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest-gpu --e10s --total-chunk=4 --this-chunk=4" ], "osGroups": [], "mounts": [ @@ -23170,8 +23170,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", "--suite=dromaeojs-e10s", "--add-option", "--webServer,localhost", @@ -23187,14 +23187,14 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/mozilla-central/raw-file/ec3dd3ee2ae4b3a63529a912816a110e925eb2d0/taskcluster/scripts/tester/test-linux.sh" }, @@ -23330,8 +23330,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -23348,7 +23348,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -23356,7 +23356,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -23472,7 +23472,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\marionette.py --cfg mozharness\\configs\\marionette\\windows_taskcluster_config.py --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\marionette.py --cfg mozharness\\configs\\marionette\\windows_taskcluster_config.py --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --e10s" ], "osGroups": [], "mounts": [ @@ -23622,9 +23622,9 @@ "--use-talos-json", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/XGslPMxKRwu3YRffWaPJfg/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--suite=chromez-e10s", @@ -23785,8 +23785,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--total-chunk=16", @@ -23802,7 +23802,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -23810,7 +23810,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -23927,7 +23927,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --code-coverage --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest --code-coverage --e10s --total-chunk=6 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --code-coverage --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest --code-coverage --e10s --total-chunk=6 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -24051,7 +24051,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E-RzK4SNTyOWbDe2dPEu_A/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -24203,8 +24203,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-devtools-chrome-chunked", "--e10s", "--total-chunk=8", @@ -24219,7 +24219,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -24227,7 +24227,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -24344,7 +24344,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=3" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=3" ], "osGroups": [], "mounts": [ @@ -24501,8 +24501,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=24", "--this-chunk=5", @@ -24517,7 +24517,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -24526,7 +24526,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -24673,8 +24673,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=chrome", "--allow-software-gl-layers", "--total-chunk=3", @@ -24689,7 +24689,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -24697,7 +24697,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -25024,8 +25024,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=16", @@ -25041,7 +25041,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -25049,7 +25049,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -25199,8 +25199,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=24", "--this-chunk=16", @@ -25215,7 +25215,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -25224,7 +25224,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -25342,7 +25342,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --code-coverage --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=browser-chrome-chunked --code-coverage --e10s --total-chunk=7 --this-chunk=6" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --code-coverage --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=browser-chrome-chunked --code-coverage --e10s --total-chunk=7 --this-chunk=6" ], "osGroups": [], "mounts": [ @@ -25467,7 +25467,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --xpcshell-suite=xpcshell --code-coverage --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/FIMjBcarS_6k3CSt9IMRSQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.test_packages.json --download-symbols true --xpcshell-suite=xpcshell --code-coverage --total-chunk=8 --this-chunk=3" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --xpcshell-suite=xpcshell --code-coverage --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FIMjBcarS_6k3CSt9IMRSQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.test_packages.json --download-symbols true --xpcshell-suite=xpcshell --code-coverage --total-chunk=8 --this-chunk=3" ], "osGroups": [], "mounts": [ @@ -25619,8 +25619,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--total-chunk=10", @@ -25635,7 +25635,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -25643,7 +25643,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -25760,7 +25760,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-media --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-media --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-media --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-media --e10s" ], "osGroups": [], "mounts": [ @@ -26011,8 +26011,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest", "--e10s", "--allow-software-gl-layers", @@ -26029,7 +26029,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -26037,7 +26037,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -26154,7 +26154,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-media --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-media --e10s --total-chunk=3 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-media --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UUE-yeY9S9-kXPz9KZkmJg/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-media --e10s --total-chunk=3 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -26301,8 +26301,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--enable-webrender", "--total-chunk=8", @@ -26317,7 +26317,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -26325,7 +26325,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -26441,7 +26441,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --e10s --total-chunk=12 --this-chunk=3" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --e10s --total-chunk=12 --this-chunk=3" ], "osGroups": [], "mounts": [ @@ -26587,8 +26587,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -26604,7 +26604,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -26612,7 +26612,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Kjp4wLciRBiyPUsKAEvaNA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -26750,8 +26750,8 @@ "/builds/worker/bin/run-task", "--", "/builds/worker/bin/test-linux.sh", - "--installer-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", "--single-stylo-traversal", "--e10s", "--single-stylo-traversal", @@ -26765,7 +26765,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -26773,7 +26773,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "awsy_script.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -26922,8 +26922,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=48", "--this-chunk=13", @@ -26938,7 +26938,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -26947,7 +26947,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -27094,8 +27094,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", "--headless", "--mochitest-suite=plain-chunked", "--e10s", @@ -27112,7 +27112,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -27120,7 +27120,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -27266,8 +27266,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-gl", "--total-chunk=3", "--this-chunk=1", @@ -27282,7 +27282,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -27290,7 +27290,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -27430,8 +27430,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=8", "--this-chunk=1" @@ -27444,7 +27444,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -27452,7 +27452,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -27568,7 +27568,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=chrome --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=chrome --total-chunk=3 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=chrome --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqBLJaRTTrS3CVzQVZ-wug/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=chrome --total-chunk=3 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -27717,9 +27717,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--mochitest-suite=plain-chunked", @@ -27883,8 +27883,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest-chrome", "--total-chunk=4", "--this-chunk=3", @@ -27899,7 +27899,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -27908,7 +27908,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -28059,8 +28059,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=28", "--this-chunk=13", @@ -28074,7 +28074,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -28083,7 +28083,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SBEOyJmxT1GVfJ41GX45og/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -28230,8 +28230,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-media", "--code-coverage", "--e10s", @@ -28249,7 +28249,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -28257,7 +28257,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BBsYbg0iSU6rU0hkeybFWA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -28407,8 +28407,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", "--test-suite=marionette", "--total-chunk=10", "--this-chunk=1", @@ -28422,7 +28422,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -28431,7 +28431,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -28579,8 +28579,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=36", @@ -28594,7 +28594,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -28603,7 +28603,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -28750,8 +28750,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--total-chunk=5", @@ -28767,7 +28767,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -28775,7 +28775,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -28917,9 +28917,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EbhlduHtRiSuTS1LYJ63hQ/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--mochitest-suite=mochitest-media", @@ -29081,8 +29081,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=56", "--this-chunk=31", @@ -29096,7 +29096,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -29105,7 +29105,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YnqGPks5RdmnwnJjNRl4pA/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -29223,7 +29223,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=damp-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/X0HFDKG7SGq4-y-ncqsizA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/X0HFDKG7SGq4-y-ncqsizA/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=damp-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=damp-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/X0HFDKG7SGq4-y-ncqsizA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/X0HFDKG7SGq4-y-ncqsizA/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=damp-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" ], "osGroups": [], "mounts": [ @@ -29375,8 +29375,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--total-chunk=5", @@ -29392,7 +29392,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -29400,7 +29400,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -29540,8 +29540,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest-no-accel", "--e10s", "--allow-software-gl-layers", @@ -29557,7 +29557,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -29565,7 +29565,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -29682,7 +29682,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=8" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Plr6cE1vSgafbp0C_RS1Jw/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --total-chunk=8 --this-chunk=8" ], "osGroups": [], "mounts": [ @@ -29835,8 +29835,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--total-chunk=16", @@ -29852,7 +29852,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -29860,7 +29860,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QyCO3bZQTXi6a26ka_UbQA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -29977,7 +29977,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --code-coverage --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest --code-coverage --e10s --total-chunk=6 --this-chunk=6" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --code-coverage --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FV2mp-WyTWOQaKtAT8P-WA/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest --code-coverage --e10s --total-chunk=6 --this-chunk=6" ], "osGroups": [], "mounts": [ @@ -30124,8 +30124,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest", "--e10s", "--allow-software-gl-layers", @@ -30141,7 +30141,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -30149,7 +30149,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZqqNtMk9Twmjm5vFnENIjg/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -30289,8 +30289,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -30306,7 +30306,7 @@ "GECKO_HEAD_REV": "ec3dd3ee2ae4b3a63529a912816a110e925eb2d0", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -30314,7 +30314,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YzW4IQznQNK4t-tUb7PNbQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -30459,8 +30459,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-gl", "--e10s", "--total-chunk=3", @@ -30476,7 +30476,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -30484,7 +30484,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OFYW-87xSDaSPNTzmYuoTQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -30630,8 +30630,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-devtools-chrome-chunked", "--e10s", "--total-chunk=8", @@ -30646,7 +30646,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/mozilla-central", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -30654,7 +30654,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WXvNRP_STdugeqZijT88zQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, diff --git a/events/tests/fixtures/bNq-VIT-Q12o6nXcaUmYNQ.json b/events/tests/fixtures/bNq-VIT-Q12o6nXcaUmYNQ.json index 8e132d49e..a647b5f59 100644 --- a/events/tests/fixtures/bNq-VIT-Q12o6nXcaUmYNQ.json +++ b/events/tests/fixtures/bNq-VIT-Q12o6nXcaUmYNQ.json @@ -187,7 +187,7 @@ ], "maxRunTime": 900, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=tps-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=tps-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=tps-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=tps-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" ], "osGroups": [], "mounts": [ @@ -495,9 +495,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--reftest-suite=reftest", @@ -657,8 +657,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", "--headless", "--mochitest-suite=plain-chunked", "--e10s", @@ -675,7 +675,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -683,7 +683,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -960,7 +960,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=5" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=5" ], "osGroups": [], "mounts": [ @@ -1113,8 +1113,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--total-chunk=16", @@ -1130,7 +1130,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -1138,7 +1138,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -1288,8 +1288,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.test_packages.json", "--test-suite=crashtest", "--total-chunk=4", "--this-chunk=3", @@ -1303,7 +1303,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -1312,7 +1312,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -1430,7 +1430,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=5" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=5" ], "osGroups": [], "mounts": [ @@ -1577,8 +1577,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -1595,7 +1595,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -1603,7 +1603,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -1752,8 +1752,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.test_packages.json", "--verify", "--download-symbols=ondemand" ], @@ -1765,7 +1765,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -1774,7 +1774,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -1918,8 +1918,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=16", @@ -1935,7 +1935,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -1943,7 +1943,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -2060,7 +2060,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-clipboard,chrome-clipboard,browser-chrome-clipboard --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=plain-clipboard,chrome-clipboard,browser-chrome-clipboard --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-clipboard,chrome-clipboard,browser-chrome-clipboard --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=plain-clipboard,chrome-clipboard,browser-chrome-clipboard --e10s" ], "osGroups": [], "mounts": [ @@ -2213,8 +2213,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.test_packages.json", "--verify", "--e10s" ], @@ -2226,7 +2226,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -2234,7 +2234,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -2373,9 +2373,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--test-type=reftest", @@ -2536,8 +2536,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest-chrome", "--total-chunk=4", "--this-chunk=4", @@ -2552,7 +2552,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -2561,7 +2561,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -2679,7 +2679,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=7" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=7" ], "osGroups": [], "mounts": [ @@ -2803,7 +2803,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=5" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=5" ], "osGroups": [], "mounts": [ @@ -2927,7 +2927,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -3075,9 +3075,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--test-type=testharness", @@ -3208,7 +3208,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --xpcshell-suite=xpcshell --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/JKULNW1ETe-xu56i17jF4w/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/V9XHy2jGTnSLEsMXB8AI5Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --xpcshell-suite=xpcshell" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --xpcshell-suite=xpcshell --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JKULNW1ETe-xu56i17jF4w/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/V9XHy2jGTnSLEsMXB8AI5Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --xpcshell-suite=xpcshell" ], "osGroups": [], "mounts": [ @@ -3496,8 +3496,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", "--suite=tps-e10s", "--add-option", "--webServer,localhost", @@ -3513,14 +3513,14 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/integration/mozilla-inbound/raw-file/ecd4ccf11c070978542a43aab32fbe558f703f51/taskcluster/scripts/tester/test-linux.sh" }, @@ -3767,7 +3767,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --enable-webrender --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/V9XHy2jGTnSLEsMXB8AI5Q/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/V9XHy2jGTnSLEsMXB8AI5Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --enable-webrender --total-chunk=8 --this-chunk=6" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --enable-webrender --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/V9XHy2jGTnSLEsMXB8AI5Q/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/V9XHy2jGTnSLEsMXB8AI5Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --enable-webrender --total-chunk=8 --this-chunk=6" ], "osGroups": [], "mounts": [ @@ -3891,7 +3891,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=4" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=4" ], "osGroups": [], "mounts": [ @@ -4038,8 +4038,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", "--test-type=reftest", "--e10s", "--allow-software-gl-layers", @@ -4056,7 +4056,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -4064,7 +4064,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -4180,7 +4180,7 @@ ], "maxRunTime": 10800, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --verify --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/IcrXF_5iQlOx1RqiZlVxPA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/IcrXF_5iQlOx1RqiZlVxPA/artifacts/public/build/target.test_packages.json --download-symbols ondemand --verify --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --verify --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IcrXF_5iQlOx1RqiZlVxPA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IcrXF_5iQlOx1RqiZlVxPA/artifacts/public/build/target.test_packages.json --download-symbols ondemand --verify --e10s" ], "osGroups": [], "mounts": [ @@ -4405,7 +4405,7 @@ ], "maxRunTime": 10800, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --verify --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --verify --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --verify --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --verify --e10s" ], "osGroups": [], "mounts": [ @@ -4555,8 +4555,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--total-chunk=16", "--this-chunk=7", @@ -4571,7 +4571,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -4579,7 +4579,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -4722,9 +4722,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--e10s" @@ -4849,7 +4849,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --e10s --total-chunk=12 --this-chunk=3" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --e10s --total-chunk=12 --this-chunk=3" ], "osGroups": [], "mounts": [ @@ -4995,8 +4995,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -5013,7 +5013,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -5021,7 +5021,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -5330,8 +5330,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/avLx7b66Qjadt3W_Wo-QAg/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/avLx7b66Qjadt3W_Wo-QAg/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/avLx7b66Qjadt3W_Wo-QAg/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/avLx7b66Qjadt3W_Wo-QAg/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest-chrome", "--total-chunk=4", "--this-chunk=3", @@ -5346,7 +5346,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/avLx7b66Qjadt3W_Wo-QAg/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/avLx7b66Qjadt3W_Wo-QAg/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -5355,7 +5355,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidx86.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/avLx7b66Qjadt3W_Wo-QAg/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/avLx7b66Qjadt3W_Wo-QAg/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -5473,7 +5473,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/PlCQdcbpSlOcNnuxkAmZlA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PlCQdcbpSlOcNnuxkAmZlA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=5" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PlCQdcbpSlOcNnuxkAmZlA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PlCQdcbpSlOcNnuxkAmZlA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=5" ], "osGroups": [], "mounts": [ @@ -5626,8 +5626,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=chrome", "--allow-software-gl-layers", "--total-chunk=3", @@ -5642,7 +5642,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -5650,7 +5650,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -5796,8 +5796,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--total-chunk=16", "--this-chunk=8", @@ -5812,7 +5812,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -5820,7 +5820,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -5947,8 +5947,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -5964,7 +5964,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -5972,7 +5972,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -6088,7 +6088,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --enable-webrender --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/V9XHy2jGTnSLEsMXB8AI5Q/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/V9XHy2jGTnSLEsMXB8AI5Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest --e10s --enable-webrender --total-chunk=2 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --enable-webrender --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/V9XHy2jGTnSLEsMXB8AI5Q/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/V9XHy2jGTnSLEsMXB8AI5Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest --e10s --enable-webrender --total-chunk=2 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -6316,7 +6316,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=8" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=8" ], "osGroups": [], "mounts": [ @@ -6583,9 +6583,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--mochitest-suite=browser-chrome-chunked", @@ -6716,7 +6716,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest --e10s --total-chunk=2 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=reftest --e10s --total-chunk=2 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -7020,8 +7020,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-devtools-chrome-chunked", "--e10s", "--total-chunk=8", @@ -7037,7 +7037,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -7045,7 +7045,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -7162,7 +7162,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=chrome --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=chrome --total-chunk=3 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=chrome --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=chrome --total-chunk=3 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -7315,8 +7315,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=16", @@ -7332,7 +7332,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -7340,7 +7340,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -7617,7 +7617,7 @@ ], "maxRunTime": 10800, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --verify --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --verify --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --verify --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --verify --e10s" ], "osGroups": [], "mounts": [ @@ -7871,8 +7871,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--enable-webrender", @@ -7889,7 +7889,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -7897,7 +7897,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -8014,7 +8014,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-gpu --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/PlCQdcbpSlOcNnuxkAmZlA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PlCQdcbpSlOcNnuxkAmZlA/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest-gpu --e10s --total-chunk=4 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest-gpu --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PlCQdcbpSlOcNnuxkAmZlA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PlCQdcbpSlOcNnuxkAmZlA/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest-gpu --e10s --total-chunk=4 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -8161,8 +8161,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.test_packages.json", "--test-type=reftest", "--allow-software-gl-layers", "--total-chunk=6", @@ -8177,7 +8177,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -8185,7 +8185,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -8460,7 +8460,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=4" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=4" ], "osGroups": [], "mounts": [ @@ -8584,7 +8584,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=3" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=3" ], "osGroups": [], "mounts": [ @@ -8869,7 +8869,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --xpcshell-suite=xpcshell --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/FNFe07GCQpqjnSwpQu7epA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --xpcshell-suite=xpcshell" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --xpcshell-suite=xpcshell --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/FNFe07GCQpqjnSwpQu7epA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --xpcshell-suite=xpcshell" ], "osGroups": [], "mounts": [ @@ -9187,8 +9187,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.test_packages.json", "--test-suite=xpcshell", "--total-chunk=8", "--this-chunk=3", @@ -9202,7 +9202,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -9211,7 +9211,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -9328,7 +9328,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --enable-webrender --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest --e10s --enable-webrender --total-chunk=4 --this-chunk=4" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --enable-webrender --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest --e10s --enable-webrender --total-chunk=4 --this-chunk=4" ], "osGroups": [], "mounts": [ @@ -9452,7 +9452,7 @@ ], "maxRunTime": 10800, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --per-test-coverage --code-coverage --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Uejkfo90QPKu9UqihKy8xQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Uejkfo90QPKu9UqihKy8xQ/artifacts/public/build/target.test_packages.json --download-symbols true --per-test-coverage --code-coverage --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --per-test-coverage --code-coverage --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Uejkfo90QPKu9UqihKy8xQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Uejkfo90QPKu9UqihKy8xQ/artifacts/public/build/target.test_packages.json --download-symbols true --per-test-coverage --code-coverage --e10s" ], "osGroups": [], "mounts": [ @@ -9602,8 +9602,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--total-chunk=16", "--this-chunk=5", @@ -9618,7 +9618,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -9626,7 +9626,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -9743,7 +9743,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-screenshots --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/DcnzBL8rSquxc_B1DZm87g/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/DcnzBL8rSquxc_B1DZm87g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-screenshots --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-screenshots --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DcnzBL8rSquxc_B1DZm87g/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DcnzBL8rSquxc_B1DZm87g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-screenshots --e10s" ], "osGroups": [], "mounts": [ @@ -9896,8 +9896,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/target.test_packages.json", "--verify", "--e10s", "--download-symbols=ondemand" @@ -9910,7 +9910,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -9918,7 +9918,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -10032,7 +10032,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=9" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --test-type=testharness --e10s --total-chunk=12 --this-chunk=9" ], "osGroups": [], "mounts": [ @@ -10184,8 +10184,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--enable-webrender", @@ -10202,7 +10202,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -10210,7 +10210,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -10327,7 +10327,7 @@ ], "maxRunTime": 900, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=tps-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=tps-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=tps-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=tps-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" ], "osGroups": [], "mounts": [ @@ -10460,8 +10460,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.test_packages.json", "--test-type=wdspec", "--e10s", "--allow-software-gl-layers", @@ -10475,7 +10475,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -10483,7 +10483,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -10632,8 +10632,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=28", "--this-chunk=8", @@ -10647,7 +10647,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -10656,7 +10656,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -10774,7 +10774,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=crashtest --e10s --enable-webrender --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/V9XHy2jGTnSLEsMXB8AI5Q/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/V9XHy2jGTnSLEsMXB8AI5Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=crashtest --e10s --enable-webrender" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=crashtest --e10s --enable-webrender --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/V9XHy2jGTnSLEsMXB8AI5Q/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/V9XHy2jGTnSLEsMXB8AI5Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=crashtest --e10s --enable-webrender" ], "osGroups": [], "mounts": [ @@ -10898,7 +10898,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --headless --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --headless --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=3" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --headless --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --headless --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=3" ], "osGroups": [], "mounts": [ @@ -11145,7 +11145,7 @@ ], "maxRunTime": 900, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=tps-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/V9XHy2jGTnSLEsMXB8AI5Q/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/V9XHy2jGTnSLEsMXB8AI5Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=tps-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=tps-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/V9XHy2jGTnSLEsMXB8AI5Q/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/V9XHy2jGTnSLEsMXB8AI5Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=tps-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" ], "osGroups": [], "mounts": [ @@ -11582,9 +11582,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--mochitest-suite=mochitest-devtools-chrome-chunked", @@ -11748,8 +11748,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.test_packages.json", "--test-suite=xpcshell", "--total-chunk=8", "--this-chunk=8", @@ -11763,7 +11763,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -11772,7 +11772,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -12141,8 +12141,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", "--headless", "--mochitest-suite=plain-chunked", "--e10s", @@ -12159,7 +12159,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -12167,7 +12167,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -12307,8 +12307,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -12325,7 +12325,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -12333,7 +12333,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -12474,9 +12474,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--verify", @@ -12631,8 +12631,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=16", @@ -12647,7 +12647,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -12655,7 +12655,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -12801,8 +12801,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=7", @@ -12818,7 +12818,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -12826,7 +12826,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -12944,7 +12944,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --xpcshell-suite=xpcshell --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/E5uFVNQ3S8SgKbncxk8PkQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --xpcshell-suite=xpcshell" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --xpcshell-suite=xpcshell --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/E5uFVNQ3S8SgKbncxk8PkQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --xpcshell-suite=xpcshell" ], "osGroups": [], "mounts": [ @@ -13070,8 +13070,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", "--suite=tp5o-e10s", "--add-option", "--webServer,localhost", @@ -13087,14 +13087,14 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/integration/mozilla-inbound/raw-file/ecd4ccf11c070978542a43aab32fbe558f703f51/taskcluster/scripts/tester/test-linux.sh" }, @@ -13490,8 +13490,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest-media", "--total-chunk=3", "--this-chunk=3", @@ -13506,7 +13506,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -13515,7 +13515,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -13666,8 +13666,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=24", "--this-chunk=24", @@ -13682,7 +13682,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -13691,7 +13691,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -13834,9 +13834,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--mochitest-suite=plain-chunked", @@ -14000,8 +14000,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.test_packages.json", "--test-suite=xpcshell", "--total-chunk=8", "--this-chunk=4", @@ -14015,7 +14015,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -14024,7 +14024,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -14322,8 +14322,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=12", "--this-chunk=9", @@ -14337,7 +14337,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -14345,7 +14345,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -14461,7 +14461,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=4" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=4" ], "osGroups": [], "mounts": [ @@ -14614,8 +14614,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/TjAYI532Styvwto_sEVUcQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/TjAYI532Styvwto_sEVUcQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TjAYI532Styvwto_sEVUcQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TjAYI532Styvwto_sEVUcQ/artifacts/public/build/target.test_packages.json", "--per-test-coverage", "--code-coverage", "--e10s", @@ -14629,7 +14629,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/TjAYI532Styvwto_sEVUcQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TjAYI532Styvwto_sEVUcQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -14637,7 +14637,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/TjAYI532Styvwto_sEVUcQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TjAYI532Styvwto_sEVUcQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -14761,8 +14761,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=8", "--this-chunk=5", @@ -14776,7 +14776,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -14784,7 +14784,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -15182,7 +15182,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/PlCQdcbpSlOcNnuxkAmZlA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PlCQdcbpSlOcNnuxkAmZlA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=3" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PlCQdcbpSlOcNnuxkAmZlA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PlCQdcbpSlOcNnuxkAmZlA/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=3" ], "osGroups": [], "mounts": [ @@ -15335,8 +15335,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-devtools-chrome-chunked", "--e10s", "--total-chunk=8", @@ -15352,7 +15352,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -15360,7 +15360,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -15477,7 +15477,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=damp-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/DcnzBL8rSquxc_B1DZm87g/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/DcnzBL8rSquxc_B1DZm87g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=damp-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --suite=damp-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DcnzBL8rSquxc_B1DZm87g/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DcnzBL8rSquxc_B1DZm87g/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=damp-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" ], "osGroups": [], "mounts": [ @@ -15600,7 +15600,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=5" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=5" ], "osGroups": [], "mounts": [ @@ -15757,8 +15757,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=28", "--this-chunk=13", @@ -15772,7 +15772,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -15781,7 +15781,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -16021,7 +16021,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=5" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-devtools-chrome-chunked --e10s --total-chunk=8 --this-chunk=5" ], "osGroups": [], "mounts": [ @@ -16174,8 +16174,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=16", @@ -16190,7 +16190,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -16198,7 +16198,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -16348,8 +16348,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.test_packages.json", "--verify", "--download-symbols=true" ], @@ -16361,7 +16361,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -16370,7 +16370,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -16514,8 +16514,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", "--headless", "--mochitest-suite=plain-chunked", "--e10s", @@ -16532,7 +16532,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -16540,7 +16540,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -16680,8 +16680,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=8", "--this-chunk=6" @@ -16694,7 +16694,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -16702,7 +16702,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -16843,9 +16843,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--mochitest-suite=mochitest-devtools-chrome-chunked", @@ -17121,8 +17121,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.test_packages.json", "--verify", "--e10s", "--allow-software-gl-layers" @@ -17135,7 +17135,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -17143,7 +17143,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -17408,8 +17408,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", "--verify", "--e10s", "--download-symbols=ondemand" @@ -17422,7 +17422,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -17430,7 +17430,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -17666,7 +17666,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -17819,8 +17819,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-chunked", "--e10s", "--total-chunk=16", @@ -17836,7 +17836,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -17844,7 +17844,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -17990,8 +17990,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=7", @@ -18007,7 +18007,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -18015,7 +18015,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -18285,8 +18285,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -18302,7 +18302,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -18310,7 +18310,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -18459,8 +18459,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.test_packages.json", "--test-suite=robocop", "--total-chunk=4", "--this-chunk=4", @@ -18474,7 +18474,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -18483,7 +18483,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -18625,9 +18625,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--test-type=testharness", @@ -18757,7 +18757,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --enable-webrender --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/V9XHy2jGTnSLEsMXB8AI5Q/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/V9XHy2jGTnSLEsMXB8AI5Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --enable-webrender --total-chunk=8 --this-chunk=7" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-gl --e10s --enable-webrender --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/V9XHy2jGTnSLEsMXB8AI5Q/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/V9XHy2jGTnSLEsMXB8AI5Q/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=mochitest-gl --e10s --enable-webrender --total-chunk=8 --this-chunk=7" ], "osGroups": [], "mounts": [ @@ -18897,8 +18897,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=7", @@ -18914,7 +18914,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -18922,7 +18922,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -19161,7 +19161,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=2" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=2" ], "osGroups": [], "mounts": [ @@ -19594,9 +19594,9 @@ "mozharness/configs/awsy/macosx_config.py", "--e10s", "--installer-url", - "https://queue.taskcluster.net/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--e10s" @@ -19915,8 +19915,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=48", "--this-chunk=15", @@ -19931,7 +19931,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -19940,7 +19940,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -20406,8 +20406,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=chrome", "--allow-software-gl-layers", "--total-chunk=3", @@ -20423,7 +20423,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "chrome", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -20431,7 +20431,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -20548,7 +20548,7 @@ ], "maxRunTime": 7200, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --e10s --total-chunk=12 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --test-type=testharness --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --test-type=testharness --e10s --total-chunk=12 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -20671,7 +20671,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest --e10s --total-chunk=4 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest --e10s --total-chunk=4 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -20795,7 +20795,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=crashtest --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=crashtest --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=crashtest --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --reftest-suite=crashtest --e10s" ], "osGroups": [], "mounts": [ @@ -20944,9 +20944,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--verify", @@ -21072,7 +21072,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-media --e10s --enable-webrender --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-media --e10s --enable-webrender" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=mochitest-media --e10s --enable-webrender --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=mochitest-media --e10s --enable-webrender" ], "osGroups": [], "mounts": [ @@ -21196,7 +21196,7 @@ ], "maxRunTime": 10800, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --verify --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/IcrXF_5iQlOx1RqiZlVxPA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/IcrXF_5iQlOx1RqiZlVxPA/artifacts/public/build/target.test_packages.json --download-symbols ondemand --verify --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --verify --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IcrXF_5iQlOx1RqiZlVxPA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IcrXF_5iQlOx1RqiZlVxPA/artifacts/public/build/target.test_packages.json --download-symbols ondemand --verify --e10s" ], "osGroups": [], "mounts": [ @@ -21340,8 +21340,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=8", "--this-chunk=4" @@ -21354,7 +21354,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -21362,7 +21362,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -21503,9 +21503,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--reftest-suite=reftest", @@ -21659,9 +21659,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--reftest-suite=crashtest", @@ -21790,7 +21790,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --enable-webrender --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest --e10s --enable-webrender --total-chunk=4 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --reftest-suite=reftest --e10s --enable-webrender --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --reftest-suite=reftest --e10s --enable-webrender --total-chunk=4 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -21914,7 +21914,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=1" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=plain-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --mochitest-suite=plain-chunked --e10s --total-chunk=5 --this-chunk=1" ], "osGroups": [], "mounts": [ @@ -22346,9 +22346,9 @@ "--xpcshell-suite=xpcshell", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--xpcshell-suite=xpcshell" @@ -22504,8 +22504,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=7", @@ -22521,7 +22521,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -22529,7 +22529,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -22679,8 +22679,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.test_packages.json", "--test-suite=reftest", "--total-chunk=28", "--this-chunk=17", @@ -22694,7 +22694,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -22703,7 +22703,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/anddRnzUShSE_AkmZsSxSQ/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -23116,8 +23116,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--allow-software-gl-layers", "--total-chunk=12", @@ -23132,7 +23132,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -23140,7 +23140,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -23434,8 +23434,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=a11y", "--allow-software-gl-layers", "--download-symbols=ondemand" @@ -23449,7 +23449,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "a11y", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -23457,7 +23457,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/L-2XxaA-Rv-4zoX4qBwhyA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -23745,8 +23745,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", "--mochitest-suite=browser-chrome-chunked", "--e10s", "--total-chunk=16", @@ -23762,7 +23762,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "browser", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -23770,7 +23770,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -24230,9 +24230,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/SFJk27AJS7Gz_53Wl_1gbw/artifacts/public/build/target.test_packages.json", "--download-symbols", "ondemand", "--verify", @@ -24358,7 +24358,7 @@ ], "maxRunTime": 10800, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --verify --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --verify --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --verify --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Nf-NmjbdRJaO_pPhNHATtg/artifacts/public/build/target.test_packages.json --download-symbols true --verify --e10s" ], "osGroups": [], "mounts": [ @@ -24479,7 +24479,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --cfg mozharness\\configs\\talos\\windows_vm_config.py --suite=xperf-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=xperf-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\talos_script.py --cfg mozharness\\configs\\talos\\windows_config.py --cfg mozharness\\configs\\talos\\windows_vm_config.py --suite=xperf-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --suite=xperf-e10s --add-option --webServer,localhost --add-option --webServer,localhost --use-talos-json" ], "osGroups": [], "mounts": [ @@ -24605,8 +24605,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", "--suite=speedometer-e10s", "--add-option", "--webServer,localhost", @@ -24622,14 +24622,14 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/integration/mozilla-inbound/raw-file/ecd4ccf11c070978542a43aab32fbe558f703f51/taskcluster/scripts/tester/test-linux.sh" }, @@ -24765,8 +24765,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=12", "--this-chunk=12", @@ -24780,7 +24780,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -24788,7 +24788,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -25050,8 +25050,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", "--reftest-suite=reftest", "--e10s", "--allow-software-gl-layers", @@ -25067,7 +25067,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -25075,7 +25075,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -25482,8 +25482,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", "--suite=damp-e10s", "--add-option", "--webServer,localhost", @@ -25499,14 +25499,14 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/integration/mozilla-inbound/raw-file/ecd4ccf11c070978542a43aab32fbe558f703f51/taskcluster/scripts/tester/test-linux.sh" }, @@ -25815,8 +25815,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=48", "--this-chunk=36", @@ -25831,7 +25831,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -25840,7 +25840,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -26569,8 +26569,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.test_packages.json", "--xpcshell-suite=xpcshell", "--total-chunk=8", "--this-chunk=8", @@ -26584,7 +26584,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -26592,7 +26592,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QY3iXOr5RqmktUVjZ1c3xA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -26896,8 +26896,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=plain-clipboard,chrome-clipboard,browser-chrome-clipboard", "--allow-software-gl-layers", "--download-symbols=true" @@ -26911,7 +26911,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -26919,7 +26919,7 @@ "ENABLE_E10S": "false", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -27158,7 +27158,7 @@ ], "maxRunTime": 10800, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --verify --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --verify --e10s" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\web_platform_tests.py --cfg mozharness\\configs\\web_platform_tests\\prod_config_windows_taskcluster.py --verify --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --verify --e10s" ], "osGroups": [], "mounts": [ @@ -27302,8 +27302,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -27320,7 +27320,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -27328,7 +27328,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -27607,7 +27607,7 @@ ], "maxRunTime": 5400, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --xpcshell-suite=xpcshell --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/G4HyexZGQfKWd95EmJadeA/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --xpcshell-suite=xpcshell" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --xpcshell-suite=xpcshell --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/G4HyexZGQfKWd95EmJadeA/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PIQ_F4Y1SJOSuM8ZzpuCVQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --xpcshell-suite=xpcshell" ], "osGroups": [], "mounts": [ @@ -27759,8 +27759,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.test_packages.json", "--mochitest-suite=mochitest-media", "--e10s", "--allow-software-gl-layers", @@ -27777,7 +27777,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -27785,7 +27785,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -28024,7 +28024,7 @@ ], "maxRunTime": 3600, "command": [ - "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://queue.taskcluster.net/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=7" + "c:\\mozilla-build\\python\\python.exe -u mozharness\\scripts\\desktop_unittest.py --cfg mozharness\\configs\\unittests\\win_taskcluster_unittest.py --mochitest-suite=browser-chrome-chunked --e10s --no-read-buildbot-config --installer-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.zip --test-packages-url https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/WjBdfnZMQHudBtKOMWWMlQ/artifacts/public/build/target.test_packages.json --download-symbols ondemand --mochitest-suite=browser-chrome-chunked --e10s --total-chunk=7 --this-chunk=7" ], "osGroups": [], "mounts": [ @@ -28151,8 +28151,8 @@ "command": [ "./test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/target.test_packages.json", "--suite=tps-e10s", "--add-option", "--webServer,localhost", @@ -28168,14 +28168,14 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "MOZHARNESS_SCRIPT": "talos_script.py", "NEED_XVFB": "false", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/mozharness.zip", "MOZ_NODE_PATH": "/usr/local/bin/node", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "NO_FAIL_ON_TEST_ERRORS": "1", "MOZHARNESS_CONFIG": "talos/linux_config.py", "NO_EM_RESTART": "1", "MOZ_AUTOMATION": "1", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VB2dtaOzQ8WPIvsR7iQnkQ/artifacts/public/build/target.tar.bz2" }, "context": "https://hg.mozilla.org/integration/mozilla-inbound/raw-file/ecd4ccf11c070978542a43aab32fbe558f703f51/taskcluster/scripts/tester/test-linux.sh" }, @@ -28317,8 +28317,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.test_packages.json", "--headless", "--mochitest-suite=plain-chunked", "--e10s", @@ -28335,7 +28335,7 @@ "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "MOCHITEST_FLAVOR": "plain", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -28343,7 +28343,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "desktop_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VQ7ndMBeRomdYgE7mSIZxw/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -28493,8 +28493,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest", "--total-chunk=48", "--this-chunk=42", @@ -28509,7 +28509,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -28518,7 +28518,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -28669,8 +28669,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk", - "--test-packages-url=https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.test_packages.json", "--test-suite=mochitest-chrome", "--total-chunk=8", "--this-chunk=8", @@ -28685,7 +28685,7 @@ "MOZ_AUTOMATION": "1", "MOZHARNESS_ACTIONS": "get-secrets", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "TOOLTOOL_CACHE": "/builds/worker/tooltool-cache", "ENABLE_E10S": "false", @@ -28694,7 +28694,7 @@ "MOZHARNESS_CONFIG": "android/android_common.py android/androidarm_4_3.py", "MOZHARNESS_SCRIPT": "android_emulator_unittest.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IioqTyCVRTycPHCYzRf48g/artifacts/public/build/target.apk" }, "features": { "taskclusterProxy": true, @@ -28837,9 +28837,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--verify", @@ -28988,8 +28988,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.test_packages.json", "--test-type=testharness", "--e10s", "--allow-software-gl-layers", @@ -29005,7 +29005,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -29013,7 +29013,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "web_platform_tests.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QCeThAC2QM2B9VH7jrNopA/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -29152,8 +29152,8 @@ "--", "/builds/worker/bin/test-linux.sh", "--no-read-buildbot-config", - "--installer-url=https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2", - "--test-packages-url=https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.test_packages.json", + "--installer-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2", + "--test-packages-url=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.test_packages.json", "--e10s", "--allow-software-gl-layers" ], @@ -29165,7 +29165,7 @@ "GECKO_HEAD_REV": "ecd4ccf11c070978542a43aab32fbe558f703f51", "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/integration/mozilla-inbound", "TASKCLUSTER_VOLUMES": "/builds/worker/.cache;/builds/worker/checkouts;/builds/worker/tooltool-cache;/builds/worker/workspace", - "MOZHARNESS_URL": "https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/mozharness.zip", + "MOZHARNESS_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/mozharness.zip", "NEED_PULSEAUDIO": "true", "MOZ_AUTOMATION": "1", "NEED_WINDOW_MANAGER": "true", @@ -29173,7 +29173,7 @@ "ENABLE_E10S": "true", "MOZHARNESS_SCRIPT": "marionette.py", "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified", - "MOZILLA_BUILD_URL": "https://queue.taskcluster.net/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2" + "MOZILLA_BUILD_URL": "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Fr9oIXBgRk69yrDceUPLMQ/artifacts/public/build/target.tar.bz2" }, "features": { "taskclusterProxy": true, @@ -29312,9 +29312,9 @@ "--e10s", "--no-read-buildbot-config", "--installer-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.dmg", "--test-packages-url", - "https://queue.taskcluster.net/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/UxKgYKqwSBiOu3sltapuHA/artifacts/public/build/target.test_packages.json", "--download-symbols", "true", "--mochitest-suite=mochitest-devtools-chrome-chunked", diff --git a/frontend/src/common.js b/frontend/src/common.js index 753a6a00e..87337e7f5 100644 --- a/frontend/src/common.js +++ b/frontend/src/common.js @@ -137,7 +137,7 @@ export async function getZeroCoverageData() { } const response = await fetch( - "https://index.taskcluster.net/v1/task/project.releng.services.project.production.code_coverage_bot.latest/artifacts/public/zero_coverage_report.json" + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/project.releng.services.project.production.code_coverage_bot.latest/artifacts/public/zero_coverage_report.json" ); data = await response.json(); diff --git a/report/firefox_code_coverage/codecoverage.py b/report/firefox_code_coverage/codecoverage.py index 68e8b33e6..67cd06323 100644 --- a/report/firefox_code_coverage/codecoverage.py +++ b/report/firefox_code_coverage/codecoverage.py @@ -40,40 +40,48 @@ def is_taskcluster_loaner(): def get_last_task(): last_task = get_json( - "https://index.taskcluster.net/v1/task/gecko.v2.mozilla-central.latest.firefox.linux64-ccov-debug" + "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/gecko.v2.mozilla-central.latest.firefox.linux64-ccov-debug" ) return last_task["taskId"] def get_task(branch, revision): task = get_json( - "https://index.taskcluster.net/v1/task/gecko.v2.%s.revision.%s.firefox.linux64-ccov-debug" + "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/gecko.v2.%s.revision.%s.firefox.linux64-ccov-debug" % (branch, revision) ) return task["taskId"] def get_task_details(task_id): - task_details = get_json("https://queue.taskcluster.net/v1/task/" + task_id) + task_details = get_json( + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/" + task_id + ) return task_details def get_task_artifacts(task_id): artifacts = get_json( - "https://queue.taskcluster.net/v1/task/" + task_id + "/artifacts" + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/" + + task_id + + "/artifacts" ) return artifacts["artifacts"] def get_tasks_in_group(group_id): reply = get_json( - "https://queue.taskcluster.net/v1/task-group/" + group_id + "/list", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task-group/" + + group_id + + "/list", {"limit": "200"}, ) tasks = reply["tasks"] while "continuationToken" in reply: reply = get_json( - "https://queue.taskcluster.net/v1/task-group/" + group_id + "/list", + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task-group/" + + group_id + + "/list", {"limit": "200", "continuationToken": reply["continuationToken"]}, ) tasks += reply["tasks"] @@ -88,7 +96,7 @@ def download_artifact(task_id, artifact, artifacts_path): while True: try: urlretrieve( - "https://queue.taskcluster.net/v1/task/" + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/" + task_id + "/artifacts/" + artifact["name"], @@ -127,7 +135,11 @@ def get_platform(task_name): def get_task_status(task_id): - status = get_json("https://queue.taskcluster.net/v1/task/{}/status".format(task_id)) + status = get_json( + "https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/{}/status".format( + task_id + ) + ) return status["status"]["state"] diff --git a/tools/code_coverage_tools/taskcluster.py b/tools/code_coverage_tools/taskcluster.py index 03f91d190..30d37d3d5 100644 --- a/tools/code_coverage_tools/taskcluster.py +++ b/tools/code_coverage_tools/taskcluster.py @@ -66,7 +66,7 @@ def auth(self, client_id=None, access_token=None): "clientId": client_id, "accessToken": access_token, } - self.options["rootUrl"] = "https://taskcluster.net" + self.options["rootUrl"] = "https://firefox-ci-tc.services.mozilla.com" else: # with taskclusterProxy