mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
56bea8ca76
--HG-- extra : rebase_source : 6913aaaa524955ecb43a89ef38475b3c71889518 extra : source : 114f6270378ab956c0bf6bc36fb7a2c6f0736750 extra : histedit_source : d3eb9257eb1f0afc2bd4d47f3c4e40cba36fea31
37 lines
1.0 KiB
YAML
37 lines
1.0 KiB
YAML
---
|
|
$inherits:
|
|
from: 'tasks/test.yml'
|
|
task:
|
|
metadata:
|
|
name: '[TC] Reftest Sanity OOP'
|
|
description: Reftest Sanity OOP test run {{chunk}}
|
|
|
|
payload:
|
|
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
|
|
--test-manifest tests/layout/reftests/reftest-sanity/reftest.list
|
|
--browser-arg -oop
|
|
--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 Sanity OOP
|
|
groupSymbol: tc-Rs-oop
|
|
symbol: 'Rs-oop'
|
|
productName: b2g
|