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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.chromiumos/builders.pyl
diff --git a/masters/master.chromium.chromiumos/builders.pyl b/masters/master.chromium.chromiumos/builders.pyl
index ac9b9569c9cd7c8fd182605ef9b21d7a62f85684..6644f79d2279ae093c14af730b11814e1e5a84e2 100644
--- a/masters/master.chromium.chromiumos/builders.pyl
+++ b/masters/master.chromium.chromiumos/builders.pyl
@@ -41,25 +41,6 @@
"category": "1default",
},
- "Linux ChromiumOS GN": {
- "recipe": "chromium",
- "remote_run_sync_revision": True,
- "remote_run_use_gitiles": True,
- "use_remote_run": True,
- "scheduler": "chromium",
- "slave_pools": ["linux_gn"],
- "category": "2gn",
- },
- "Linux ChromiumOS GN (dbg)": {
- "recipe": "chromium",
- "remote_run_sync_revision": True,
- "remote_run_use_gitiles": True,
- "use_remote_run": True,
- "scheduler": "chromium",
- "slave_pools": ["linux_gn_dbg"],
- "category": "2gn",
- },
-
"Linux ChromiumOS Ozone Builder": {
"recipe": "chromium",
"remote_run_sync_revision": True,
@@ -160,24 +141,6 @@
},
"slaves": ["vm911-m1"],
},
-
- "linux_gn": {
- "slave_data": {
- "os": "linux",
- "version": "precise",
- "bits": 64,
- },
- "slaves": ["vm829-m1"],
- },
- "linux_gn_dbg": {
- "slave_data": {
- "os": "linux",
- "version": "precise",
- "bits": 64,
- },
- "slaves": ["slave19-c1"],
- },
-
"linux_ozone": {
"slave_data": {
"os": "linux",
« 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