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

Side by Side Diff: masters/master.client.legion/builders.pyl

Issue 1891973002: Remove client.legion (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove the actual master.client.legion files Created 4 years, 8 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.client.legion/buildbot.tac ('k') | masters/master.client.legion/master.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "master_base_class": "Master3",
3 "master_port": 20315,
4 "master_port_alt": 40315,
5 "slave_port": 30315,
6 "templates": ["../master.chromium/templates"],
7
8 "builders": {
9 "Linux Test": {
10 "recipe": "legion/legion",
11 "scheduler": "hourly",
12 "slave_pools": ["linux_trusty"],
13 },
14 },
15
16 "schedulers": {
17 "hourly": {
18 "hour": "*",
19 "minute": 0,
20 "type": "cron",
21 },
22 },
23
24 "slave_pools": {
25 "linux_trusty": {
26 "slave_data": {
27 "bits": 64,
28 "os": "linux",
29 "version": "trusty",
30 },
31 "slaves": ['slave79-c3'],
32 },
33 },
34 }
OLDNEW
« no previous file with comments | « masters/master.client.legion/buildbot.tac ('k') | masters/master.client.legion/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698