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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/trybots.py

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
Index: scripts/slave/recipe_modules/chromium_tests/trybots.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/trybots.py b/scripts/slave/recipe_modules/chromium_tests/trybots.py
index d1163844734c249b0eff99b9b484b0d7b62d9f86..cbf068cdca7bcef66d207c879ce52641a29ddae5 100644
--- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
+++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
@@ -258,14 +258,6 @@ TRYBOTS = freeze({
'buildername': 'Linux Builder (dbg)',
'tester': 'Linux Tests (dbg)(1)',
}),
- 'linux_chromium_gn_chromeos_dbg': simple_bot({
- 'mastername': 'chromium.chromiumos',
- 'buildername': 'Linux ChromiumOS GN (dbg)',
- }),
- 'linux_chromium_gn_chromeos_rel': simple_bot({
- 'mastername': 'chromium.chromiumos',
- 'buildername': 'Linux ChromiumOS GN',
- }),
'linux_chromium_rel_ng': {
'bot_ids': [
{

Powered by Google App Engine
This is Rietveld 408576698