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

Side by Side Diff: masters/master.chromiumos.tryserver/slave_pool.json

Issue 1957013002: chromiumos.tryserver: Remove gce_testing pool. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | masters/master.chromiumos.tryserver/slaves.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "class_map": { 2 "class_map": {
3 "general": { 3 "general": {
4 "null": [ 4 "null": [
5 "build264-m2", 5 "build264-m2",
6 "build265-m2", 6 "build265-m2",
7 "build266-m2", 7 "build266-m2",
8 "build267-m2", 8 "build267-m2",
9 "build268-m2", 9 "build268-m2",
10 "build269-m2", 10 "build269-m2",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 "cros-standard47-c2", 98 "cros-standard47-c2",
99 "cros-standard48-c2", 99 "cros-standard48-c2",
100 "cros-standard49-c2", 100 "cros-standard49-c2",
101 "cros-standard5-c2", 101 "cros-standard5-c2",
102 "cros-standard50-c2", 102 "cros-standard50-c2",
103 "cros-standard6-c2", 103 "cros-standard6-c2",
104 "cros-standard7-c2", 104 "cros-standard7-c2",
105 "cros-standard8-c2", 105 "cros-standard8-c2",
106 "cros-standard9-c2" 106 "cros-standard9-c2"
107 ] 107 ]
108 },
109 "testing": {
110 "gce": [
111 "cros-testing1-c2",
112 "cros-testing10-c2",
113 "cros-testing2-c2",
114 "cros-testing3-c2",
115 "cros-testing4-c2",
116 "cros-testing5-c2",
117 "cros-testing6-c2",
118 "cros-testing7-c2",
119 "cros-testing8-c2",
120 "cros-testing9-c2"
121 ]
122 } 108 }
123 } 109 }
124 } 110 }
OLDNEW
« no previous file with comments | « no previous file | masters/master.chromiumos.tryserver/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698