Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(398)

Unified Diff: masters/master.client.skia/builders.cfg

Issue 393033005: client.skia: separate builder and buildslave configs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: update Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | masters/master.client.skia/master.cfg » ('j') | masters/master.client.skia/master.cfg » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ },
+]
« no previous file with comments | « no previous file | masters/master.client.skia/master.cfg » ('j') | masters/master.client.skia/master.cfg » ('J')

Powered by Google App Engine
This is Rietveld 408576698