Chromium Code Reviews| Index: testing/buildbot/chromium.fyi.json |
| diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json |
| index aa7ef08b471e17988450483416575ebbf2cb4e66..783dfbae928b37436ed0d1b032a1a1b8fe3f44e9 100644 |
| --- a/testing/buildbot/chromium.fyi.json |
| +++ b/testing/buildbot/chromium.fyi.json |
| @@ -10253,6 +10253,32 @@ |
| "all" |
| ] |
| }, |
| + "Linux Ozone": { |
| + "additional_compile_targets": [ |
|
kylechar
2017/03/14 13:16:46
The test targets listed in gtest_tests get compile
fwang
2017/03/14 13:25:07
OK, thanks. I was wondering that too :-)
fwang
2017/03/14 13:41:55
Done.
|
| + "mus_demo_unittests", |
| + "mus_ws_unittests" |
| + ], |
| + "gtest_tests": [ |
| + { |
| + "args": [ |
| + "--ozone-platform=headless" |
| + ], |
| + "swarming": { |
| + "can_use_on_swarming_builders": true |
| + }, |
| + "test": "mus_demo_unittests" |
| + }, |
| + { |
| + "args": [ |
| + "--ozone-platform=headless" |
| + ], |
| + "swarming": { |
| + "can_use_on_swarming_builders": true |
| + }, |
| + "test": "mus_ws_unittests" |
| + } |
| + ] |
| + }, |
| "Linux Trusty": { |
| "gtest_tests": [ |
| { |