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

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

Issue 2355483004: Add CIPD GAE SDK recipe module and packager. (Closed)
Patch Set: Go SDKs need architecture. Created 4 years, 3 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 { 105 {
106 'master': 'InfraCron', 106 'master': 'InfraCron',
107 'builder': ['rebaseline-o-matic'], 107 'builder': ['rebaseline-o-matic'],
108 'hostname': 'vm140-m1', 108 'hostname': 'vm140-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': ['w3c-test-autoroller'], 115 'builder': ['w3c-test-autoroller', 'GAE SDK CIPD Packager'],
116 'hostname': 'vm101-m1', 116 'hostname': 'vm101-m1',
117 'os': 'linux', 117 'os': 'linux',
118 'version': 'trusty', 118 'version': 'trusty',
119 'bits': '64', 119 'bits': '64',
120 }, 120 },
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 { 131 {
132 'master': 'InfraCron', 132 'master': 'InfraCron',
133 'builder': ['git-hash-metrics'], 133 'builder': ['git-hash-metrics'],
134 'hostname': 'slave71-c1', 134 'hostname': 'slave71-c1',
135 }, 135 },
136 ] 136 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698