Skip to content

Commit

Permalink
Bug 1151533 - Upgrade manually set tc xre r=me
Browse files Browse the repository at this point in the history
--HG--
extra : rebase_source : 9eae378d4fe736ae8697f495ec670e3b27f9a9d6
  • Loading branch information
lightsofapollo committed Apr 7, 2015
1 parent 5815af5 commit bade05a
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ testing, may be buggy. Firefox nightlies, for example, can be found at:
http://nightly.mozilla.org/


>>
2 changes: 1 addition & 1 deletion testing/taskcluster/tasks/tests/b2g_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ task:
--download-symbols ondemand
--gaia-repo https://hg.mozilla.org/integration/gaia-central
--gaia-dir /home/worker
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/packages/xre.linux-x86_64.zip
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/xulrunner-sdk-40.zip
artifacts:
'public/build':
type: directory
Expand Down
2 changes: 1 addition & 1 deletion testing/taskcluster/tasks/tests/b2g_emulator_cpp_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ task:
--test-suite cppunittest
--installer-url {{build_url}}
--test-url {{tests_url}}
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/packages/xre_linux_x86.zip
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/xulrunner-sdk-40.zip
artifacts:
'public/build':
type: directory
Expand Down
2 changes: 1 addition & 1 deletion testing/taskcluster/tasks/tests/b2g_emulator_crashtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ task:
--test-suite crashtest
--installer-url {{build_url}}
--test-url {{tests_url}}
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/packages/xre_linux_x86.zip
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/xulrunner-sdk-40.zip
--this-chunk {{chunk}}
--total-chunk {{total_chunks}}
artifacts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ task:
--test-suite jsreftest
--installer-url {{build_url}}
--test-url {{tests_url}}
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/packages/xre_linux_x86.zip
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/xulrunner-sdk-40.zip
--this-chunk {{chunk}}
--total-chunk {{total_chunks}}
artifacts:
Expand Down
2 changes: 1 addition & 1 deletion testing/taskcluster/tasks/tests/b2g_emulator_mochitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ task:
--test-suite mochitest
--installer-url {{build_url}}
--test-url {{tests_url}}
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/packages/xre_linux_x86.zip
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/xulrunner-sdk-40.zip
--this-chunk {{chunk}}
--total-chunk {{total_chunks}}
artifacts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ task:
--test-path dom/media/tests/
--installer-url {{build_url}}
--test-url {{tests_url}}
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/packages/xre_linux_x86.zip
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/xulrunner-sdk-40.zip
artifacts:
'public/build':
type: directory
Expand Down
2 changes: 1 addition & 1 deletion testing/taskcluster/tasks/tests/b2g_emulator_reftest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ task:
--test-suite reftest
--installer-url {{build_url}}
--test-url {{tests_url}}
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/packages/xre_linux_x86.zip
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/xulrunner-sdk-40.zip
--this-chunk {{chunk}}
--total-chunk {{total_chunks}}
artifacts:
Expand Down
2 changes: 1 addition & 1 deletion testing/taskcluster/tasks/tests/b2g_emulator_xpcshell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ task:
--test-suite xpcshell
--installer-url {{build_url}}
--test-url {{tests_url}}
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/packages/xre_linux_x86.zip
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/xulrunner-sdk-40.zip
artifacts:
'public/build':
type: directory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ task:
--test-suite xpcshell
--installer-url {{build_url}}
--test-url {{tests_url}}
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/packages/xre_linux_x86.zip
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/xulrunner-sdk-40.zip
--this-chunk {{chunk}}
--total-chunk {{total_chunks}}
artifacts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ task:
--gip-suite accessibility
--gaia-repo https://hg.mozilla.org/integration/gaia-central
--gaia-dir /home/worker
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/packages/xre.linux-x86_64.zip
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/xulrunner-sdk-40.zip
artifacts:
'public/build':
type: directory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ task:
--this-chunk {{chunk}}
--gaia-repo https://hg.mozilla.org/integration/gaia-central
--gaia-dir /home/worker
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/packages/xre.linux-x86_64.zip
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/xulrunner-sdk-40.zip
artifacts:
'public/build':
type: directory
Expand Down
2 changes: 1 addition & 1 deletion testing/taskcluster/tasks/tests/b2g_gaia_ui_test_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ task:
--gip-suite unit
--gaia-repo https://hg.mozilla.org/integration/gaia-central
--gaia-dir /home/worker
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/packages/xre.linux-x86_64.zip
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/xulrunner-sdk-40.zip
artifacts:
'public/build':
type: directory
Expand Down
2 changes: 1 addition & 1 deletion testing/taskcluster/tasks/tests/b2g_gaia_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ task:
--test-url {{tests_url}}
--gaia-repo https://hg.mozilla.org/integration/gaia-central
--gaia-dir /home/worker
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/packages/xre.linux-x86_64.zip
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/xulrunner-sdk-40.zip
artifacts:
'public/build':
type: directory
Expand Down
2 changes: 1 addition & 1 deletion testing/taskcluster/tasks/tests/b2g_gaia_unit_oop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ task:
--test-url {{tests_url}}
--gaia-repo https://hg.mozilla.org/integration/gaia-central
--gaia-dir /home/worker
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/packages/xre.linux-x86_64.zip
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/xulrunner-sdk-40.zip
artifacts:
'public/build':
type: directory
Expand Down
2 changes: 1 addition & 1 deletion testing/taskcluster/tasks/tests/b2g_gip_oop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ task:
--download-symbols ondemand
--gaia-repo https://hg.mozilla.org/integration/gaia-central
--gaia-dir /home/worker
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/packages/xre.linux-x86_64.zip
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/xulrunner-sdk-40.zip
artifacts:
'public/build':
type: directory
Expand Down

0 comments on commit bade05a

Please sign in to comment.