Bug 1239261 - We should download the xulrunner from taskcluster artifact instead of people.mozilla.org; r?garndt draft
authorEdgar Chen <echen@mozilla.com>
Wed, 13 Jan 2016 18:08:53 +0800
changeset 321621 ea03674d6d41764b6c54cd6cc2cc9d835a6b13e6
parent 321620 4e2224c009dfedfcd95035e2fc67779567c2cdea
child 321664 6ccbf0a24764907da69ac452de398838978f9b7d
push id9419
push userechen@mozilla.com
push dateThu, 14 Jan 2016 03:30:18 +0000
reviewersgarndt
bugs1239261
milestone46.0a1
Bug 1239261 - We should download the xulrunner from taskcluster artifact instead of people.mozilla.org; r?garndt
testing/taskcluster/tasks/tests/b2g_emulator_mochitest.yml
testing/taskcluster/tasks/tests/b2g_emulator_mochitest_media.yml
--- a/testing/taskcluster/tasks/tests/b2g_emulator_mochitest.yml
+++ b/testing/taskcluster/tasks/tests/b2g_emulator_mochitest.yml
@@ -17,17 +17,17 @@ task:
         --config-file ./mozharness/configs/b2g/emulator_automation_config.py
         --config-file ./mozharness_configs/gaia_integration_override.py
         --config-file ./mozharness_configs/emulator_override.py
         --config-file ./mozharness_configs/remove_executables.py
         --download-symbols ondemand
         --test-suite mochitest
         --installer-url {{build_url}}
         --test-packages-url {{test_packages_url}}
-        --xre-url http://people.mozilla.org/~jdai/xulrunner-sdk-40.zip
+        --xre-url https://queue.taskcluster.net/v1/task/YNNF94qRSyCXiSU_AQgFOQ/runs/0/artifacts/public/cache/xulrunner-sdk-40.zip
         --symbols-url {{symbols_url}}
         --this-chunk {{chunk}}
         --total-chunk {{total_chunks}}
     artifacts:
       'public/build':
         type: directory
         path: '/home/worker/artifacts/'
         expires: '{{#from_now}}1 year{{/from_now}}'
--- a/testing/taskcluster/tasks/tests/b2g_emulator_mochitest_media.yml
+++ b/testing/taskcluster/tasks/tests/b2g_emulator_mochitest_media.yml
@@ -16,17 +16,17 @@ task:
         --config-file ./mozharness/configs/b2g/emulator_automation_config.py
         --config-file ./mozharness_configs/gaia_integration_override.py
         --config-file ./mozharness_configs/emulator_override.py
         --config-file ./mozharness_configs/remove_executables.py
         --download-symbols ondemand
         --test-suite mochitest
         --installer-url {{build_url}}
         --test-packages-url {{test_packages_url}}
-        --xre-url http://people.mozilla.org/~jdai/xulrunner-sdk-40.zip
+        --xre-url https://queue.taskcluster.net/v1/task/YNNF94qRSyCXiSU_AQgFOQ/runs/0/artifacts/public/cache/xulrunner-sdk-40.zip
         dom/media/tests
     artifacts:
       'public/build':
         type: directory
         path: '/home/worker/artifacts/'
         expires: '{{#from_now}}1 year{{/from_now}}'
 
   extra: