| Index: masters/master.client.skia/builders.cfg
|
| diff --git a/masters/master.client.skia/builders.cfg b/masters/master.client.skia/builders.cfg
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..77e24055c999df52d10014c69eafc2997c3acd85
|
| --- /dev/null
|
| +++ b/masters/master.client.skia/builders.cfg
|
| @@ -0,0 +1,19 @@
|
| +# Copyright (c) 2014 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +builders = [
|
| + {
|
| + 'name': 'Test-Ubuntu12-ShuttleA-NoGPU-x86_64-Debug',
|
| + 'recipe': 'skia/build_and_test',
|
| + },
|
| + {
|
| + 'name': 'Linux Builder',
|
| + 'recipe': 'chromium',
|
| + },
|
| + {
|
| + 'name': 'Linux Tests',
|
| + 'recipe': 'chromium',
|
| + 'triggered_by': 'Linux Builder',
|
| + },
|
| +]
|
|
|