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

Side by Side Diff: masters/master.chromium.chromiumos/builders.pyl

Issue 2109883002: Fix multiple 'default' categories on chromium.chromiumos master (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | 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 "master_base_class": "Master1", 2 "master_base_class": "Master1",
3 "master_port": 8052, 3 "master_port": 8052,
4 "master_port_alt": 8252, 4 "master_port_alt": 8252,
5 "slave_port": 8152, 5 "slave_port": 8152,
6 "pubsub_service_account_file": "service-account-luci-milo.json", 6 "pubsub_service_account_file": "service-account-luci-milo.json",
7 "templates": ["templates", "../master.chromium/templates"], 7 "templates": ["templates", "../master.chromium/templates"],
8 8
9 "builders": { 9 "builders": {
10 "Linux ChromiumOS Full": { 10 "Linux ChromiumOS Full": {
11 "recipe": "chromium", 11 "recipe": "chromium",
12 "scheduler": "chromium", 12 "scheduler": "chromium",
13 "slave_pools": ["linux_full"], 13 "slave_pools": ["linux_full"],
14 "category": "0default", 14 "category": "1default",
15 }, 15 },
16 16
17 "Linux ChromiumOS Builder": { 17 "Linux ChromiumOS Builder": {
18 "recipe": "chromium", 18 "recipe": "chromium",
19 "scheduler": "chromium", 19 "scheduler": "chromium",
20 "slave_pools": ["linux_builder"], 20 "slave_pools": ["linux_builder"],
21 "category": "1default", 21 "category": "1default",
22 }, 22 },
23 "Linux ChromiumOS Tests (1)": { 23 "Linux ChromiumOS Tests (1)": {
24 "recipe": "chromium", 24 "recipe": "chromium",
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 "slave_data": { 191 "slave_data": {
192 "os": "linux", 192 "os": "linux",
193 "version": "precise", 193 "version": "precise",
194 "bits": 64, 194 "bits": 64,
195 }, 195 },
196 "slaves": ["slave25-c1"], 196 "slaves": ["slave25-c1"],
197 }, 197 },
198 }, 198 },
199 } 199 }
200 200
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698