Skip to content

Commit

Permalink
Merge pull request mozilla#30 from gregarndt/bug_1097971_b2g_desktop_…
Browse files Browse the repository at this point in the history
…opt_reftests

Bug 1097971 - Add reftests for b2g desktop opt r=lightsofapollo
  • Loading branch information
lightsofapollo committed Nov 19, 2014
2 parents fdb7420 + 0bb7142 commit d5b561b
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testing/taskcluster/job_flags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
41 changes: 41 additions & 0 deletions testing/taskcluster/tasks/tests/b2g_reftests.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d5b561b

Please sign in to comment.