Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Commit

Permalink
Bug 1350104 - complete adding new opt,debug versions of config files,…
Browse files Browse the repository at this point in the history
… r=self
  • Loading branch information
bclary committed Apr 1, 2017
1 parent 73cd894 commit 31d8aed
Show file tree
Hide file tree
Showing 14 changed files with 514 additions and 0 deletions.
37 changes: 37 additions & 0 deletions configs/mochitests-dom-browser-element-settings-debug.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[runtests]
# Settings related to executing runtestsremote.py

# test_name is a descriptor used by runtestsremote.py to
# determine which of the downloaded unit tests to run.
#
# test_manifest is the path to the json manifest file
# which determines the tests to be run or excluded. The
# path is relative to the mochitest directory in the unzipped
# tests.
#
# test_package_names is a list of the keys for test_packages.json
# which will need to be downloaded in order to run the test.

test_name = mochitest-dom-browser-element
test_manifest = mochitest/tests/dom/browser-element/mochitest/mochitest.ini
test_package_names = mochitest

unittest_defaults = configs/unittest-defaults.ini

# How many times to run the tests per phone.
iterations = 1

# How many chunks for the test
total_chunks = 1

# Only run if revision affects the following directories.
run_if_changed = mobile, mozglue/android, widget/android, dom/browser-element

[builds]
buildtypes = debug

[treeherder]
job_name = Autophone Mochitest DOM Browser Element
job_symbol = Mdb
group_name = Autophone
group_symbol = A
37 changes: 37 additions & 0 deletions configs/mochitests-dom-browser-element-settings-opt.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[runtests]
# Settings related to executing runtestsremote.py

# test_name is a descriptor used by runtestsremote.py to
# determine which of the downloaded unit tests to run.
#
# test_manifest is the path to the json manifest file
# which determines the tests to be run or excluded. The
# path is relative to the mochitest directory in the unzipped
# tests.
#
# test_package_names is a list of the keys for test_packages.json
# which will need to be downloaded in order to run the test.

test_name = mochitest-dom-browser-element
test_manifest = mochitest/tests/dom/browser-element/mochitest/mochitest.ini
test_package_names = mochitest

unittest_defaults = configs/unittest-defaults.ini

# How many times to run the tests per phone.
iterations = 1

# How many chunks for the test
total_chunks = 1

# Only run if revision affects the following directories.
run_if_changed = mobile, mozglue/android, widget/android, dom/browser-element

[builds]
buildtypes = opt

[treeherder]
job_name = Autophone Mochitest DOM Browser Element
job_symbol = Mdb
group_name = Autophone
group_symbol = A
37 changes: 37 additions & 0 deletions configs/mochitests-media-debug.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[runtests]
# Settings related to executing runtestsremote.py

# test_name is a descriptor used by runtestsremote.py to
# determine which of the downloaded unit tests to run.
#
# test_manifest is the path to the json manifest file
# which determines the tests to be run or excluded. The
# path is relative to the mochitest directory in the unzipped
# tests.
#
# test_package_names is a list of the keys for test_packages.json
# which will need to be downloaded in order to run the test.

test_name = mochitest-media
test_manifest = mochitest/manifests/autophone-media.ini
test_package_names = mochitest

unittest_defaults = configs/unittest-defaults.ini

# How many times to run the tests per phone.
iterations = 1

# How many chunks for the test
total_chunks = 1

# Only run if revision affects the following directories.
run_if_changed = mobile, mozglue/android, widget/android, media, dom/media

[builds]
buildtypes = debug

[treeherder]
job_name = Autophone Mochitest Media
job_symbol = Mm
group_name = Autophone
group_symbol = A
37 changes: 37 additions & 0 deletions configs/mochitests-media-opt.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[runtests]
# Settings related to executing runtestsremote.py

# test_name is a descriptor used by runtestsremote.py to
# determine which of the downloaded unit tests to run.
#
# test_manifest is the path to the json manifest file
# which determines the tests to be run or excluded. The
# path is relative to the mochitest directory in the unzipped
# tests.
#
# test_package_names is a list of the keys for test_packages.json
# which will need to be downloaded in order to run the test.

test_name = mochitest-media
test_manifest = mochitest/manifests/autophone-media.ini
test_package_names = mochitest

unittest_defaults = configs/unittest-defaults.ini

# How many times to run the tests per phone.
iterations = 1

# How many chunks for the test
total_chunks = 1

[builds]
buildtypes = opt

# Only run if revision affects the following directories.
run_if_changed = mobile, mozglue/android, widget/android, media, dom/media

[treeherder]
job_name = Autophone Mochitest Media
job_symbol = Mm
group_name = Autophone
group_symbol = A
41 changes: 41 additions & 0 deletions configs/mochitests-skia-settings-debug.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[runtests]
# Settings related to executing runtestsremote.py

# test_name is a descriptor used by runtestsremote.py to
# determine which of the downloaded unit tests to run.
#
# test_manifest is the path to the json manifest file
# which determines the tests to be run or excluded. The
# path is relative to the mochitest directory in the unzipped
# tests.
#
# test_package_names is a list of the keys for test_packages.json
# which will need to be downloaded in order to run the test.

test_name = mochitest-skia
test_manifest = mochitest/tests/dom/canvas/test/mochitest.ini
test_package_names = mochitest

unittest_defaults = configs/unittest-defaults.ini

# How many times to run the tests per phone.
iterations = 1

# How many chunks for the test
total_chunks = 1

# Only run if revision affects the following directories.
run_if_changed = mobile, mozglue/android, widget/android, gfx, dom/canvas

[preferences]
gfx.canvas.azure.backends=skia
gfx.canvas.azure.accelerated=true

[builds]
buildtypes = debug

[treeherder]
job_name = Autophone Mochitest Skia
job_symbol = Msk
group_name = Autophone
group_symbol = A
41 changes: 41 additions & 0 deletions configs/mochitests-skia-settings-opt.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[runtests]
# Settings related to executing runtestsremote.py

# test_name is a descriptor used by runtestsremote.py to
# determine which of the downloaded unit tests to run.
#
# test_manifest is the path to the json manifest file
# which determines the tests to be run or excluded. The
# path is relative to the mochitest directory in the unzipped
# tests.
#
# test_package_names is a list of the keys for test_packages.json
# which will need to be downloaded in order to run the test.

test_name = mochitest-skia
test_manifest = mochitest/tests/dom/canvas/test/mochitest.ini
test_package_names = mochitest

unittest_defaults = configs/unittest-defaults.ini

# How many times to run the tests per phone.
iterations = 1

# How many chunks for the test
total_chunks = 1

# Only run if revision affects the following directories.
run_if_changed = mobile, mozglue/android, widget/android, gfx, dom/canvas

[preferences]
gfx.canvas.azure.backends=skia
gfx.canvas.azure.accelerated=true

[builds]
buildtypes = opt

[treeherder]
job_name = Autophone Mochitest Skia
job_symbol = Msk
group_name = Autophone
group_symbol = A
37 changes: 37 additions & 0 deletions configs/mochitests-toolkit-widgets-settings-debug.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[runtests]
# Settings related to executing runtestsremote.py

# test_name is a descriptor used by runtestsremote.py to
# determine which of the downloaded unit tests to run.
#
# test_manifest is the path to the json manifest file
# which determines the tests to be run or excluded. The
# path is relative to the mochitest directory in the unzipped
# tests
#
# test_package_names is a list of the keys for test_packages.json
# which will need to be downloaded in order to run the test.

test_name = mochitest-toolkit-widgets
test_manifest = mochitest/tests/toolkit/content/tests/widgets/mochitest.ini
test_package_names = mochitest

unittest_defaults = configs/unittest-defaults.ini

# How many times to run the tests per phone.
iterations = 1

# How many chunks for the test
total_chunks = 1

# Only run if revision affects the following directories.
run_if_changed = mobile, mozglue/android, widget/android, toolkit

[builds]
buildtypes = debug

[treeherder]
job_name = Autophone Mochitest Toolkit Widgets
job_symbol = Mtw
group_name = Autophone
group_symbol = A
37 changes: 37 additions & 0 deletions configs/mochitests-toolkit-widgets-settings-opt.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[runtests]
# Settings related to executing runtestsremote.py

# test_name is a descriptor used by runtestsremote.py to
# determine which of the downloaded unit tests to run.
#
# test_manifest is the path to the json manifest file
# which determines the tests to be run or excluded. The
# path is relative to the mochitest directory in the unzipped
# tests
#
# test_package_names is a list of the keys for test_packages.json
# which will need to be downloaded in order to run the test.

test_name = mochitest-toolkit-widgets
test_manifest = mochitest/tests/toolkit/content/tests/widgets/mochitest.ini
test_package_names = mochitest

unittest_defaults = configs/unittest-defaults.ini

# How many times to run the tests per phone.
iterations = 1

# How many chunks for the test
total_chunks = 1

# Only run if revision affects the following directories.
run_if_changed = mobile, mozglue/android, widget/android, toolkit

[builds]
buildtypes = opt

[treeherder]
job_name = Autophone Mochitest Toolkit Widgets
job_symbol = Mtw
group_name = Autophone
group_symbol = A
37 changes: 37 additions & 0 deletions configs/mochitests-webrtc-debug.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[runtests]
# Settings related to executing runtestsremote.py

# test_name is a descriptor used by runtestsremote.py to
# determine which of the downloaded unit tests to run.
#
# test_manifest is the path to the json manifest file
# which determines the tests to be run or excluded. The
# path is relative to the mochitest directory in the unzipped
# tests.
#
# test_package_names is a list of the keys for test_packages.json
# which will need to be downloaded in order to run the test.

test_name = mochitest-webrtc
test_manifest = mochitest/manifests/autophone-webrtc.ini
test_package_names = mochitest

unittest_defaults = configs/unittest-defaults.ini

# How many times to run the tests per phone.
iterations = 1

# How many chunks for the test
total_chunks = 1

# Only run if revision affects the following directories.
run_if_changed = mobile, mozglue/android, widget/android, media, dom/media

[builds]
buildtypes = debug

[treeherder]
job_name = Autophone Mochitest WebRTC
job_symbol = Mw
group_name = Autophone
group_symbol = A
37 changes: 37 additions & 0 deletions configs/mochitests-webrtc-opt.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[runtests]
# Settings related to executing runtestsremote.py

# test_name is a descriptor used by runtestsremote.py to
# determine which of the downloaded unit tests to run.
#
# test_manifest is the path to the json manifest file
# which determines the tests to be run or excluded. The
# path is relative to the mochitest directory in the unzipped
# tests.
#
# test_package_names is a list of the keys for test_packages.json
# which will need to be downloaded in order to run the test.

test_name = mochitest-webrtc
test_manifest = mochitest/manifests/autophone-webrtc.ini
test_package_names = mochitest

unittest_defaults = configs/unittest-defaults.ini

# How many times to run the tests per phone.
iterations = 1

# How many chunks for the test
total_chunks = 1

# Only run if revision affects the following directories.
run_if_changed = mobile, mozglue/android, widget/android, media, dom/media

[builds]
buildtypes = opt

[treeherder]
job_name = Autophone Mochitest WebRTC
job_symbol = Mw
group_name = Autophone
group_symbol = A
Loading

0 comments on commit 31d8aed

Please sign in to comment.