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

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

Issue 2196953003: Remove GYP builders from chromium mac, win waterfalls. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: remove unused suppressions Created 4 years, 5 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 536f592340dbc07efab6c44bfd5e79fe875aa156..0bff23f50e097126925bbadd8095e0a88cb56737 100644
--- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
+++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
@@ -391,14 +391,6 @@ TRYBOTS = freeze({
'buildername': 'Mac Builder (dbg)',
'tester': 'Mac10.9 Tests (dbg)',
}),
- 'mac_chromium_gyp_dbg': simple_bot({
- 'mastername': 'chromium.mac',
- 'buildername': 'Mac GYP (dbg)',
- }),
- 'mac_chromium_gyp_rel': simple_bot({
- 'mastername': 'chromium.mac',
- 'buildername': 'Mac GYP',
- }),
'mac_chromium_rel_ng': {
'bot_ids': [
{
@@ -514,14 +506,6 @@ TRYBOTS = freeze({
'buildername': 'Win x64 Builder',
'tester': 'Win 7 Tests x64 (1)',
}),
- 'win8_chromium_gyp_rel': simple_bot({
- 'mastername': 'chromium.win',
- 'buildername': 'Win8 GYP',
- }),
- 'win8_chromium_gyp_dbg': simple_bot({
- 'mastername': 'chromium.win',
- 'buildername': 'Win8 GYP (dbg)',
- }),
'win_clang': simple_bot({
'mastername': 'chromium.win',
'buildername': 'WinClang64 (dbg)',

Powered by Google App Engine
This is Rietveld 408576698