зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1277209 - Run Firefox UI functional tests for TC Linux 64 opt and pgo. r=dustin
MozReview-Commit-ID: 1XapGUIRbAj --HG-- extra : rebase_source : afbaf32fc1150566e73ac6a0c5616bede947192d
This commit is contained in:
Родитель
9a2dca63da
Коммит
43c0f1bda8
|
@ -232,12 +232,20 @@ tests:
|
|||
task: tasks/tests/fx_linux64_external_media_tests_opt.yml
|
||||
firefox-ui-functional:
|
||||
allowed_build_tasks:
|
||||
tasks/builds/opt_linux64.yml:
|
||||
task: tasks/tests/fx_linux64_firefox_ui_functional_opt.yml
|
||||
tasks/builds/dbg_linux64.yml:
|
||||
task: tasks/tests/fx_linux64_firefox_ui_functional.yml
|
||||
task: tasks/tests/fx_linux64_firefox_ui_functional_dbg.yml
|
||||
tasks/builds/opt_linux64_pgo.yml:
|
||||
task: tasks/tests/fx_linux64_firefox_ui_functional_opt.yml
|
||||
firefox-ui-functional-e10s:
|
||||
allowed_build_tasks:
|
||||
tasks/builds/opt_linux64.yml:
|
||||
task: tasks/tests/fx_linux64_firefox_ui_functional_e10s_opt.yml
|
||||
tasks/builds/dbg_linux64.yml:
|
||||
task: tasks/tests/fx_linux64_firefox_ui_functional_e10s.yml
|
||||
task: tasks/tests/fx_linux64_firefox_ui_functional_e10s_dbg.yml
|
||||
tasks/builds/opt_linux64_pgo.yml:
|
||||
task: tasks/tests/fx_linux64_firefox_ui_functional_e10s_opt.yml
|
||||
gtest:
|
||||
allowed_build_tasks:
|
||||
tasks/builds/opt_linux64.yml:
|
||||
|
|
|
@ -6,7 +6,6 @@ task:
|
|||
command:
|
||||
- --installer-url={{build_url}}
|
||||
- --test-packages-url={{test_packages_url}}
|
||||
- --download-symbols=ondemand
|
||||
env:
|
||||
MOZHARNESS_SCRIPT: 'mozharness/scripts/firefox_ui_tests/functional.py'
|
||||
MOZHARNESS_CONFIG: >
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
$inherits:
|
||||
from: 'tasks/tests/fx_linux64_firefox_ui_functional.yml'
|
||||
task:
|
||||
payload:
|
||||
command:
|
||||
- --download-symbols=true
|
|
@ -6,7 +6,6 @@ task:
|
|||
command:
|
||||
- --installer-url={{build_url}}
|
||||
- --test-packages-url={{test_packages_url}}
|
||||
- --download-symbols=ondemand
|
||||
- --e10s
|
||||
env:
|
||||
MOZHARNESS_SCRIPT: 'mozharness/scripts/firefox_ui_tests/functional.py'
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
$inherits:
|
||||
from: 'tasks/tests/fx_linux64_firefox_ui_functional_e10s.yml'
|
||||
task:
|
||||
payload:
|
||||
command:
|
||||
- --download-symbols=true
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
$inherits:
|
||||
from: 'tasks/tests/fx_linux64_firefox_ui_functional_e10s.yml'
|
||||
task:
|
||||
payload:
|
||||
command:
|
||||
- --download-symbols=ondemand
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
$inherits:
|
||||
from: 'tasks/tests/fx_linux64_firefox_ui_functional.yml'
|
||||
task:
|
||||
payload:
|
||||
command:
|
||||
- --download-symbols=ondemand
|
Загрузка…
Ссылка в новой задаче