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

Side by Side Diff: masters/master.chromium.infra.cron/slaves.cfg

Issue 1880343003: Added git-hash-metrics builder and recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fixed presubmit errors Created 4 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright 2015 The Chromium Authors. All rights reserved. 4 # Copyright 2015 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be 5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file. 6 # found in the LICENSE file.
7 7
8 slaves = [ 8 slaves = [
9 { 9 {
10 'master': 'InfraCron', 10 'master': 'InfraCron',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 { 121 {
122 'master': 'InfraCron', 122 'master': 'InfraCron',
123 'builder': ['Chromium Linux Codesearch'], 123 'builder': ['Chromium Linux Codesearch'],
124 'hostname': 'slave14-c1', 124 'hostname': 'slave14-c1',
125 }, 125 },
126 { 126 {
127 'master': 'InfraCron', 127 'master': 'InfraCron',
128 'builder': ['ChromiumOS Codesearch'], 128 'builder': ['ChromiumOS Codesearch'],
129 'hostname': 'slave15-c1', 129 'hostname': 'slave15-c1',
130 }, 130 },
131 {
132 'master': 'InfraCron',
133 'builder': ['git-hash-metrics'],
134 'hostname': 'slave71-c1',
135 },
131 ] 136 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.infra.cron/master.cfg ('k') | scripts/slave/recipes/infra/git_hash_metric.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698