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

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

Issue 2367893002: Remove 'ChromiumOS GN' builders from master.chromium.chromiumos. (Closed)
Patch Set: remove builder pools per review comments 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
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py » ('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 "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 "default_remote_run_properties": { 9 "default_remote_run_properties": {
10 "path_config": "kitchen", 10 "path_config": "kitchen",
(...skipping 23 matching lines...) Expand all
34 "Linux ChromiumOS Tests (1)": { 34 "Linux ChromiumOS Tests (1)": {
35 "recipe": "chromium", 35 "recipe": "chromium",
36 "remote_run_sync_revision": True, 36 "remote_run_sync_revision": True,
37 "remote_run_use_gitiles": True, 37 "remote_run_use_gitiles": True,
38 "use_remote_run": True, 38 "use_remote_run": True,
39 "scheduler": None, 39 "scheduler": None,
40 "slave_pools": ["linux_tester_1"], 40 "slave_pools": ["linux_tester_1"],
41 "category": "1default", 41 "category": "1default",
42 }, 42 },
43 43
44 "Linux ChromiumOS GN": {
45 "recipe": "chromium",
46 "remote_run_sync_revision": True,
47 "remote_run_use_gitiles": True,
48 "use_remote_run": True,
49 "scheduler": "chromium",
50 "slave_pools": ["linux_gn"],
51 "category": "2gn",
52 },
53 "Linux ChromiumOS GN (dbg)": {
54 "recipe": "chromium",
55 "remote_run_sync_revision": True,
56 "remote_run_use_gitiles": True,
57 "use_remote_run": True,
58 "scheduler": "chromium",
59 "slave_pools": ["linux_gn_dbg"],
60 "category": "2gn",
61 },
62
63 "Linux ChromiumOS Ozone Builder": { 44 "Linux ChromiumOS Ozone Builder": {
64 "recipe": "chromium", 45 "recipe": "chromium",
65 "remote_run_sync_revision": True, 46 "remote_run_sync_revision": True,
66 "remote_run_use_gitiles": True, 47 "remote_run_use_gitiles": True,
67 "use_remote_run": True, 48 "use_remote_run": True,
68 "scheduler": "chromium", 49 "scheduler": "chromium",
69 "slave_pools": ["linux_ozone"], 50 "slave_pools": ["linux_ozone"],
70 "category": "3ozone", 51 "category": "3ozone",
71 }, 52 },
72 "Linux ChromiumOS Ozone Tests (1)": { 53 "Linux ChromiumOS Ozone Tests (1)": {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 "slaves": ["build16-m1"], 134 "slaves": ["build16-m1"],
154 }, 135 },
155 "linux_tester_1": { 136 "linux_tester_1": {
156 "slave_data": { 137 "slave_data": {
157 "os": "linux", 138 "os": "linux",
158 "version": "precise", 139 "version": "precise",
159 "bits": 64, 140 "bits": 64,
160 }, 141 },
161 "slaves": ["vm911-m1"], 142 "slaves": ["vm911-m1"],
162 }, 143 },
163
164 "linux_gn": {
165 "slave_data": {
166 "os": "linux",
167 "version": "precise",
168 "bits": 64,
169 },
170 "slaves": ["vm829-m1"],
171 },
172 "linux_gn_dbg": {
173 "slave_data": {
174 "os": "linux",
175 "version": "precise",
176 "bits": 64,
177 },
178 "slaves": ["slave19-c1"],
179 },
180
181 "linux_ozone": { 144 "linux_ozone": {
182 "slave_data": { 145 "slave_data": {
183 "os": "linux", 146 "os": "linux",
184 "version": "precise", 147 "version": "precise",
185 "bits": 64, 148 "bits": 64,
186 }, 149 },
187 "slaves": ["build83-m1"], 150 "slaves": ["build83-m1"],
188 }, 151 },
189 "linux_ozone_tests_1": { 152 "linux_ozone_tests_1": {
190 "slave_data": { 153 "slave_data": {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "slave_data": { 195 "slave_data": {
233 "os": "linux", 196 "os": "linux",
234 "version": "precise", 197 "version": "precise",
235 "bits": 64, 198 "bits": 64,
236 }, 199 },
237 "slaves": ["slave25-c1"], 200 "slaves": ["slave25-c1"],
238 }, 201 },
239 }, 202 },
240 } 203 }
241 204
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698