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

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

Issue 2250443002: Update floating builder logic, add to "chromiumos" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Pylint fixes. Created 4 years, 4 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 | « masters/master.chromiumos/master.cfg ('k') | masters/master.chromiumos/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 "builder": { 3 "builder": {
4 "amd64-generic-full": [ 4 "amd64-generic-full": [
5 "build162-m2" 5 "build162-m2"
6 ], 6 ],
7 "amd64-generic-incremental": [ 7 "amd64-generic-incremental": [
8 "build86-m2" 8 "build86-m2"
9 ], 9 ],
10 "amd64-generic-paladin": [ 10 "amd64-generic-paladin": [
(...skipping 27 matching lines...) Expand all
38 "build174-m2" 38 "build174-m2"
39 ] 39 ]
40 }, 40 },
41 "builder_shared": { 41 "builder_shared": {
42 "amd64-generic-asan": [ 42 "amd64-generic-asan": [
43 "build84-m2" 43 "build84-m2"
44 ], 44 ],
45 "x86-generic-asan": [ 45 "x86-generic-asan": [
46 "build84-m2" 46 "build84-m2"
47 ] 47 ]
48 },
49 "floating": {
50 "paladin": [
51 "build258-m2",
52 "build317-m2"
53 ]
48 } 54 }
49 }, 55 },
50 "unallocated": [ 56 "unallocated": [
51 "cros199-c2", 57 "build333-m2",
52 "build94-m2" 58 "build94-m2",
59 "cros199-c2"
53 ] 60 ]
54 } 61 }
OLDNEW
« no previous file with comments | « masters/master.chromiumos/master.cfg ('k') | masters/master.chromiumos/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698