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

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

Issue 2355483004: Add CIPD GAE SDK recipe module and packager. (Closed)
Patch Set: pylint Created 4 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 unified diff | Download patch
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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 { 97 {
98 'master': 'InfraCron', 98 'master': 'InfraCron',
99 'builder': ['rebaseline-o-matic'], 99 'builder': ['rebaseline-o-matic'],
100 'hostname': 'vm140-m1', 100 'hostname': 'vm140-m1',
101 'os': 'linux', 101 'os': 'linux',
102 'version': 'trusty', 102 'version': 'trusty',
103 'bits': '64', 103 'bits': '64',
104 }, 104 },
105 { 105 {
106 'master': 'InfraCron', 106 'master': 'InfraCron',
107 'builder': ['w3c-test-autoroller'], 107 'builder': ['w3c-test-autoroller', 'GAE SDK CIPD Packager'],
108 'hostname': 'vm101-m1', 108 'hostname': 'vm101-m1',
109 'os': 'linux', 109 'os': 'linux',
110 'version': 'trusty', 110 'version': 'trusty',
111 'bits': '64', 111 'bits': '64',
112 }, 112 },
113 { 113 {
114 'master': 'InfraCron', 114 'master': 'InfraCron',
115 'builder': ['Chromium Linux Codesearch'], 115 'builder': ['Chromium Linux Codesearch'],
116 'hostname': 'slave14-c1', 116 'hostname': 'slave14-c1',
117 }, 117 },
118 { 118 {
119 'master': 'InfraCron', 119 'master': 'InfraCron',
120 'builder': ['ChromiumOS Codesearch'], 120 'builder': ['ChromiumOS Codesearch'],
121 'hostname': 'slave15-c1', 121 'hostname': 'slave15-c1',
122 }, 122 },
123 { 123 {
124 'master': 'InfraCron', 124 'master': 'InfraCron',
125 'builder': ['git-hash-metrics'], 125 'builder': ['git-hash-metrics'],
126 'hostname': 'slave71-c1', 126 'hostname': 'slave71-c1',
127 }, 127 },
128 ] 128 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698