From d29759d5a0675a1d43268dada1a9d5ab70a6bee1 Mon Sep 17 00:00:00 2001 From: Greg Arndt Date: Wed, 26 Nov 2014 10:11:38 -0800 Subject: [PATCH] Bug 1097971 - Add reftests for b2g desktop opt r=lightsofapollo --HG-- extra : rebase_source : cf23f348f39d7ba43c8c9bd15483e94b10f54ec7 extra : source : 164179949039b7e8f1b12840b9d2c8e7743309b3 --- testing/taskcluster/job_flags.yml | 3 ++ .../taskcluster/tasks/tests/b2g_reftests.yml | 41 +++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 testing/taskcluster/tasks/tests/b2g_reftests.yml diff --git a/testing/taskcluster/job_flags.yml b/testing/taskcluster/job_flags.yml index 5a0900e672e7..b6800e989eba 100644 --- a/testing/taskcluster/job_flags.yml +++ b/testing/taskcluster/job_flags.yml @@ -152,3 +152,6 @@ tests: tasks/builds/mulet_linux.yml: task: tasks/tests/mulet_reftests.yml chunks: 6 + tasks/builds/b2g_desktop.yml: + task: tasks/tests/b2g_reftests.yml + chunks: 10 diff --git a/testing/taskcluster/tasks/tests/b2g_reftests.yml b/testing/taskcluster/tasks/tests/b2g_reftests.yml new file mode 100644 index 000000000000..f533345bd59f --- /dev/null +++ b/testing/taskcluster/tasks/tests/b2g_reftests.yml @@ -0,0 +1,41 @@ +--- +task: + created: '{{now}}' + deadline: '{{#from_now}}24 hours{{/from_now}}' + metadata: + source: http://todo.com/soon + owner: {{owner}} + name: Reftest + description: Reftest test run {{chunk}} + + workerType: b2gtest + provisionerId: aws-provisioner + + payload: + image: '{{#docker_image}}tester{{/docker_image}}' + maxRunTime: 3600 + command: + - entrypoint + - > + python ./mozharness/scripts/b2g_desktop_unittest.py + --no-read-buildbot-config + --config-file ./mozharness/configs/b2g/desktop_automation_config.py + --config-file ./mozharness_configs/remove_executables.py + --download-symbols ondemand + --test-suite reftest + --installer-url {{build_url}} + --test-url {{tests_url}} + --this-chunk {{chunk}} + --total-chunk {{total_chunks}} + artifacts: + 'public/build': + type: directory + path: '/home/worker/artifacts/' + expires: '{{#from_now}}1 year{{/from_now}}' + + extra: + treeherder: + groupName: Reftest + groupSymbol: R + symbol: 'R{{chunk}}' + productName: b2g