Chromium Code Reviews| Index: testing/buildbot/chromium_trybot.json |
| diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json |
| index 6558af6238342e9fd8fb5d965d59e2b0f43a3792..14a94684ba6546661f71de021288753a98f143d8 100644 |
| --- a/testing/buildbot/chromium_trybot.json |
| +++ b/testing/buildbot/chromium_trybot.json |
| @@ -193,6 +193,11 @@ |
| { |
| "test": "display_unittests", |
| "platforms": ["linux"] |
| + }, |
| + { |
| + "test": "ozone_unittests", |
| + "platforms": ["linux"], |
| + "chromium_configs": ["chromium_chromeos_ozone"] |
|
spang
2014/08/15 18:28:49
How do I find out what chromium_configs means?
I
Paweł Hajdan Jr.
2014/08/18 14:55:00
Please look for should_use_test in chromium_trybot
spang
2014/08/20 16:39:22
This should work now, right?
Paweł Hajdan Jr.
2014/08/20 16:57:11
It should. Could you upload a new patchset (to mak
|
| } |
| ], |