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

Unified Diff: masters/master.chromium.mojo/builders.pyl

Issue 2112743002: Move Mojo bots to chromium_fyi; remove mojo master. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Add 'use_isolate': True and 'enable_swarming': True. Created 4 years, 6 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.chromium.mojo/buildbot.tac ('k') | masters/master.chromium.mojo/master.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.mojo/builders.pyl
diff --git a/masters/master.chromium.mojo/builders.pyl b/masters/master.chromium.mojo/builders.pyl
deleted file mode 100644
index 212fcb8a993b1ba9dd7a5f7374c6f025cc99694d..0000000000000000000000000000000000000000
--- a/masters/master.chromium.mojo/builders.pyl
+++ /dev/null
@@ -1,59 +0,0 @@
-{
- "master_base_class": "Master1",
- "master_port": 20100,
- "master_port_alt": 40100,
- "slave_port": 30100,
- "templates": ["../master.chromium/templates"],
-
- "builders": {
- "Chromium Mojo Linux": {
- "recipe": "chromium",
- "scheduler": "chromium_commits",
- "slave_pools": ["linux_precise"],
- },
- "Chromium Mojo Android": {
- "recipe": "chromium",
- "scheduler": "chromium_commits",
- "slave_pools": ["linux_precise_android"],
- },
- "Chromium Mojo Windows": {
- "recipe": "chromium",
- "scheduler": "chromium_commits",
- "slave_pools": ["windows_7"],
- },
- },
-
- "schedulers": {
- "chromium_commits": {
- "type": "git_poller",
- "git_repo_url": "https://chromium.googlesource.com/chromium/src.git",
- },
- },
-
- "slave_pools": {
- "linux_precise": {
- "slave_data": {
- "bits": 64,
- "os": "linux",
- "version": "precise",
- },
- "slaves": ["vm46-m1"],
- },
- "linux_precise_android": {
- "slave_data": {
- "bits": 64,
- "os": "linux",
- "version": "precise",
- },
- "slaves": ["build136-a1"],
- },
- "windows_7": {
- "slave_data": {
- "bits": 64,
- "os": "win",
- "version": "win7",
- },
- "slaves": ["vm16-m1"],
- },
- },
-}
« no previous file with comments | « masters/master.chromium.mojo/buildbot.tac ('k') | masters/master.chromium.mojo/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698