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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.legion/builders.pyl
diff --git a/masters/master.client.legion/builders.pyl b/masters/master.client.legion/builders.pyl
deleted file mode 100644
index 7fba135fa1f67e6b32775f446476f57af91dd1cc..0000000000000000000000000000000000000000
--- a/masters/master.client.legion/builders.pyl
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "master_base_class": "Master3",
- "master_port": 20315,
- "master_port_alt": 40315,
- "slave_port": 30315,
- "templates": ["../master.chromium/templates"],
-
- "builders": {
- "Linux Test": {
- "recipe": "legion/legion",
- "scheduler": "hourly",
- "slave_pools": ["linux_trusty"],
- },
- },
-
- "schedulers": {
- "hourly": {
- "hour": "*",
- "minute": 0,
- "type": "cron",
- },
- },
-
- "slave_pools": {
- "linux_trusty": {
- "slave_data": {
- "bits": 64,
- "os": "linux",
- "version": "trusty",
- },
- "slaves": ['slave79-c3'],
- },
- },
-}
« 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