Chromium Code Reviews| Index: testing/buildbot/tryserver.chromium.linux.json |
| diff --git a/testing/buildbot/tryserver.chromium.linux.json b/testing/buildbot/tryserver.chromium.linux.json |
| index 0967ef424bce6791893e9a57bb952f80fd536e93..d2f95a1ef2b28ea746024283bf1e8bf08fe1074d 100644 |
| --- a/testing/buildbot/tryserver.chromium.linux.json |
| +++ b/testing/buildbot/tryserver.chromium.linux.json |
| @@ -1 +1,30 @@ |
| -{} |
| +{ |
| + "Linux Ozone Builder": { |
| + "additional_compile_targets": [ |
| + "mus_demo_unittests", |
| + "mus_ws_unittests" |
| + ] |
| + }, |
| + "Linux Ozone Builder Tests (1)": { |
| + "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" |
| + } |
| + ] |
| + } |
| +} |
|
Dirk Pranke
2017/03/13 21:24:40
This won't do what you want. You need to add these
fwang
2017/03/14 12:55:36
Right.
|