From 168d7bc0e92d95c199232cd84f0b684757671bd9 Mon Sep 17 00:00:00 2001 From: Hsin-Yi Tsai Date: Thu, 7 May 2015 17:31:35 +0800 Subject: [PATCH] Bug 1192116 - Enable cppunit, crashtest, marionette, marionette-webapi, xpcshell on TC emulator-x86-kk. r=garndt --- testing/taskcluster/tasks/branches/try/job_flags.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/testing/taskcluster/tasks/branches/try/job_flags.yml b/testing/taskcluster/tasks/branches/try/job_flags.yml index e0352ebef697..7a2a3062bc26 100644 --- a/testing/taskcluster/tasks/branches/try/job_flags.yml +++ b/testing/taskcluster/tasks/branches/try/job_flags.yml @@ -197,10 +197,14 @@ tests: task: tasks/tests/b2g_emulator_cpp_unit.yml tasks/builds/b2g_emulator_ics_debug.yml: task: tasks/tests/b2g_emulator_cpp_unit.yml + tasks/builds/b2g_emulator_x86_kk_opt.yml: + task: tasks/tests/b2g_emulator_cpp_unit.yml crashtest: allowed_build_tasks: tasks/builds/b2g_emulator_ics_opt.yml: task: tasks/tests/b2g_emulator_crashtest.yml + tasks/builds/b2g_emulator_x86_kk_opt.yml: + task: tasks/tests/b2g_emulator_crashtest.yml gaia-build: allowed_build_tasks: tasks/builds/b2g_desktop_opt.yml: @@ -251,12 +255,16 @@ tests: allowed_build_tasks: tasks/builds/b2g_emulator_kk_opt.yml: task: tasks/tests/b2g_emulator_marionette.yml + tasks/builds/b2g_emulator_x86_kk_opt.yml: + task: tasks/tests/b2g_emulator_marionette.yml tasks/builds/b2g_emulator_ics_opt.yml: task: tasks/tests/b2g_emulator_marionette.yml marionette-webapi: allowed_build_tasks: tasks/builds/b2g_emulator_kk_opt.yml: task: tasks/tests/b2g_emulator_marionette_webapi.yml + tasks/builds/b2g_emulator_x86_kk_opt.yml: + task: tasks/tests/b2g_emulator_marionette_webapi.yml tasks/builds/b2g_emulator_ics_opt.yml: task: tasks/tests/b2g_emulator_marionette_webapi.yml mochitest: @@ -297,10 +305,10 @@ tests: task: tasks/tests/b2g_reftests_sanity_oop.yml xpcshell: allowed_build_tasks: - tasks/builds/b2g_emulator_x86_kk_opt.yml: - task: tasks/tests/b2g_emulator_xpcshell_chunked.yml tasks/builds/b2g_emulator_kk_opt.yml: task: tasks/tests/b2g_emulator_xpcshell_chunked.yml + tasks/builds/b2g_emulator_x86_kk_opt.yml: + task: tasks/tests/b2g_emulator_xpcshell_chunked.yml tasks/builds/b2g_emulator_ics_opt.yml: task: tasks/tests/b2g_emulator_xpcshell_chunked.yml tasks/builds/b2g_emulator_ics_debug.yml: