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

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

Issue 1193813004: cipd recipe_module (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: removed ensure.py, unused gce-specific code Created 5 years, 5 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 { 1 {
2 "class_map": { 2 "class_map": {
3 "builder": { 3 "builder": {
4 "amd64-generic-asan": [ 4 "amd64-generic-asan": [
5 "build84-m2" 5 "build84-m2"
6 ], 6 ],
7 "amd64-generic-full": [ 7 "amd64-generic-full": [
8 "build90-m2" 8 "build90-m2"
9 ], 9 ],
10 "amd64-generic-incremental": [ 10 "amd64-generic-incremental": [
11 "build86-m2" 11 "build86-m2"
12 ], 12 ],
13 "amd64-generic-llvm": [
14 "build112-m2"
15 ],
13 "amd64-generic-paladin": [ 16 "amd64-generic-paladin": [
14 "build141-m2" 17 "build141-m2"
15 ], 18 ],
16 "amd64-generic_freon-paladin": [ 19 "amd64-generic_freon-paladin": [
17 "build182-m2" 20 "build182-m2"
18 ], 21 ],
19 "arm-generic-full": [ 22 "arm-generic-full": [
20 "build92-m2" 23 "build92-m2"
21 ], 24 ],
22 "arm-generic-paladin": [ 25 "arm-generic-paladin": [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "x86-generic-incremental": [ 61 "x86-generic-incremental": [
59 "build85-m2" 62 "build85-m2"
60 ], 63 ],
61 "x86-generic-paladin": [ 64 "x86-generic-paladin": [
62 "build174-m2" 65 "build174-m2"
63 ] 66 ]
64 } 67 }
65 }, 68 },
66 "unallocated": [] 69 "unallocated": []
67 } 70 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698