From b5f43953ffa3995e4ead8248853cefed91dfd67a Mon Sep 17 00:00:00 2001 From: Alexandre Lissy Date: Mon, 27 Jul 2015 12:22:00 -0400 Subject: [PATCH] Bug 1035226 - Run Gij on Mulet. r=garndt --- testing/taskcluster/tasks/branches/base_jobs.yml | 2 ++ .../tasks/tests/mulet_gaia_js_integration_tests.yml | 10 ++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/testing/taskcluster/tasks/branches/base_jobs.yml b/testing/taskcluster/tasks/branches/base_jobs.yml index 02ece18afd23..240080db4cd1 100644 --- a/testing/taskcluster/tasks/branches/base_jobs.yml +++ b/testing/taskcluster/tasks/branches/base_jobs.yml @@ -110,6 +110,8 @@ tests: allowed_build_tasks: tasks/builds/b2g_desktop_opt.yml: task: tasks/tests/b2g_gaia_js_integration_tests.yml + tasks/builds/mulet_linux.yml: + task: tasks/tests/mulet_gaia_js_integration_tests.yml gaia-linter: allowed_build_tasks: tasks/builds/b2g_desktop_opt.yml: diff --git a/testing/taskcluster/tasks/tests/mulet_gaia_js_integration_tests.yml b/testing/taskcluster/tasks/tests/mulet_gaia_js_integration_tests.yml index c69c5e1f4a9c..a7a880137b83 100644 --- a/testing/taskcluster/tasks/tests/mulet_gaia_js_integration_tests.yml +++ b/testing/taskcluster/tasks/tests/mulet_gaia_js_integration_tests.yml @@ -1,7 +1,6 @@ --- $inherits: from: 'tasks/test.yml' -reruns: 2 task: metadata: name: '[TC] Mulet Gaia JS Integration Test' @@ -18,9 +17,9 @@ task: --config-file b2g/gaia_integration_config.py --config-file ./mozharness_configs/gaia_integration_override.py --config-file ./mozharness_configs/remove_executables.py - --installer-url {{build_url}} --no-pull - --test-url {{tests_url}} + --installer-url {{build_url}} + --test-packages-url {{test_packages_url}} --download-symbols ondemand --total-chunk {{total_chunks}} --this-chunk {{chunk}} @@ -35,8 +34,11 @@ task: extra: chunks: total: 20 + treeherderEnv: + - production + - staging treeherder: groupName: Gaia JS Integration Test - groupSymbol: tc-Gij + groupSymbol: Gij symbol: '{{chunk}}' productName: b2g