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

Unified Diff: configs/chromium/master/slaves.cfg

Issue 648353002: Remove Skia's forked buildbot code (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Address comment Created 6 years, 2 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 | « configs/chromium/master/run_master.bat ('k') | configs/chromium/slave/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: configs/chromium/master/slaves.cfg
diff --git a/configs/chromium/master/slaves.cfg b/configs/chromium/master/slaves.cfg
deleted file mode 100644
index 6f3f01e89ae74d25f99f3d3caa122166cc0a3698..0000000000000000000000000000000000000000
--- a/configs/chromium/master/slaves.cfg
+++ /dev/null
@@ -1,37 +0,0 @@
-# -*- python -*-
-# ex: set syntax=python:
-
-# Copyright (c) 2011 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.
-
-# See master.experimental/slaves.cfg for documentation.
-
-
-slaves = [
- {
- 'master': 'ChromiumFYI',
- 'builder': 'Chromium Mac 10.6 Skia (dbg)',
- 'hostname': 'dhcp-172-29-92-181',
- 'os': 'mac',
- 'version': '10.6',
- 'bits': '32',
- },
- {
- 'master': 'ChromiumFYI',
- 'builder': 'Chromium Mac 10.6 NoSkia (dbg)',
- 'hostname': 'dhcp-172-29-92-178',
- 'os': 'mac',
- 'version': '10.6',
- 'bits': '32',
- },
- {
- 'master': 'ChromiumFYI',
- 'builder':
- ['Chromium Mac 10.5 Skia (dbg)', 'Chromium Mac 10.5 NoSkia (dbg)',],
- 'hostname': 'dhcp-172-29-92-177',
- 'os': 'mac',
- 'version': '10.5',
- 'bits': '32',
- },
-]
« no previous file with comments | « configs/chromium/master/run_master.bat ('k') | configs/chromium/slave/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698