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

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

Issue 2478413002: Move some non-tree closing bots on chromium.android to chromium.android.fyi (Closed)
Patch Set: Review Created 4 years, 1 month 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
Index: masters/master.chromium.android/builders.pyl
diff --git a/masters/master.chromium.android/builders.pyl b/masters/master.chromium.android/builders.pyl
index a21626b6637d03a2e1a9fd754786848182e067f8..19a2445adc68c447388148067446eff935a62d13 100644
--- a/masters/master.chromium.android/builders.pyl
+++ b/masters/master.chromium.android/builders.pyl
@@ -193,16 +193,6 @@
"category": "4Swarming",
"slavebuilddir": "android_build",
},
- "Jelly Bean Tester": {
- "recipe": "chromium",
- "remote_run_sync_revision": True,
- "remote_run_use_gitiles": True,
- "use_remote_run": True,
- "scheduler": None,
- "slave_pools": ["jelly_bean_tester"],
- "category": "3Testers",
- "mergeRequests": True,
- },
"KitKat Tablet Tester": {
"recipe": "chromium",
"remote_run_sync_revision": True,
@@ -213,26 +203,6 @@
"category": "3Testers",
"mergeRequests": True,
},
- "Lollipop Consumer Tester": {
- "recipe": "chromium",
- "remote_run_sync_revision": True,
- "remote_run_use_gitiles": True,
- "use_remote_run": True,
- "scheduler": None,
- "slave_pools": ["lollipop_consumer"],
- "category": "3Testers",
- "mergeRequests": True,
- },
- "Lollipop Low-end Tester": {
- "recipe": "chromium",
- "remote_run_sync_revision": True,
- "remote_run_use_gitiles": True,
- "use_remote_run": True,
- "scheduler": None,
- "slave_pools": ["lollipop_low_end"],
- "category": "3Testers",
- "mergeRequests": True,
- },
"Lollipop Phone Tester": {
"recipe": "chromium",
"remote_run_sync_revision": True,
@@ -382,14 +352,6 @@
},
"slaves": ["build88-b1"],
},
- "jelly_bean_tester": {
- "slave_data": {
- "os": "linux",
- "version": "trusty",
- "bits": "64",
- },
- "slaves": ["build40-b1"],
- },
"kit_kat_tablet": {
"slave_data": {
"os": "linux",
@@ -398,22 +360,6 @@
},
"slaves": ["build42-b1"],
},
- "lollipop_consumer": {
- "slave_data": {
- "os": "linux",
- "version": "trusty",
- "bits": "64",
- },
- "slaves": ["build39-b1"],
- },
- "lollipop_low_end": {
- "slave_data": {
- "os": "linux",
- "version": "trusty",
- "bits": "64",
- },
- "slaves": ["build19-b1"],
- },
"lollipop_phone": {
"slave_data": {
"os": "linux",
« no previous file with comments | « masters/master.chromium.android.fyi/master_site_config.py ('k') | masters/master.chromium.android/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698