Chromium Code Reviews| Index: buildbot/commit_queue/cq_config.json |
| diff --git a/buildbot/commit_queue/cq_config.json b/buildbot/commit_queue/cq_config.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..bbf20e394f3bb67363beefa29230ef68f29506a4 |
| --- /dev/null |
| +++ b/buildbot/commit_queue/cq_config.json |
| @@ -0,0 +1,16 @@ |
| +{ |
| + "trybots": { |
| + "launched": { |
| + "tryserver.nacl": { |
| + "gyp-presubmit": ["defaulttests"], |
| + "gyp-android": ["defaulttests"], |
| + "gyp-linux": ["defaulttests"], |
| + "gyp-mac": ["defaulttests"], |
| + "gyp-win32": ["defaulttests"], |
| + "gyp-win64": ["defaulttests"] |
|
scottmg
2015/02/20 00:22:30
or add it here?
bradn
2015/02/20 00:27:56
Dropped. I doubt it matters much.
|
| + } |
| + }, |
| + "triggered": { |
| + } |
| + } |
| +} |