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 767c5b4f593cce4806a9e61188bffa0de2e525c9..00a2977841d6c6d94317241dfd9078ec058945b4 100644 |
| --- a/testing/buildbot/tryserver.chromium.linux.json |
| +++ b/testing/buildbot/tryserver.chromium.linux.json |
| @@ -11,7 +11,13 @@ |
| "chrome_shell_apk", |
| "mandoline:all" |
| ], |
| - "gtest_tests": [] |
| + "gtest_tests": [], |
| + "scripts": [ |
|
Paweł Hajdan Jr.
2015/05/15 15:41:14
Oops, note that chromium/chromium_trybot recipes w
|
| + { |
| + "name": "gn_check", |
| + "script": "gn_check.py" |
| + } |
| + ] |
| }, |
| "linux_chromium_gn_chromeos_dbg": { |
| "additional_compile_targets": [ |
| @@ -352,6 +358,12 @@ |
| { |
| "test": "wm_unittests" |
| } |
| + ], |
| + "scripts": [ |
| + { |
| + "name": "gn_check", |
| + "script": "gn_check.py" |
| + } |
| ] |
| } |
| } |