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

Unified Diff: testing/buildbot/manage.py

Issue 1166993003: Add more builders to blacklist to //testing/buildbot/manage.py. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/manage.py
diff --git a/testing/buildbot/manage.py b/testing/buildbot/manage.py
index 0a4dee88a280c3d97451bd2bbb0446e74af9b401..6d1a874e20afc333bf617672fc5ed552ddebbf0f 100755
--- a/testing/buildbot/manage.py
+++ b/testing/buildbot/manage.py
@@ -36,6 +36,14 @@ SKIP = {
# http://crbug.com/441429
'Linux Trusty (32)', 'Linux Trusty (dbg)(32)',
+ # http://crbug.com/480053
+ 'Linux GN',
+ 'linux_chromium_gn_rel',
+
+ # Unmaintained builders on chromium.fyi
+ 'ClangToTMac',
+ 'ClangToTMacASan',
Nico 2015/12/15 17:35:22 these are not unmaintained
+
# One off builders. Note that Swarming does support ARM.
'Linux ARM Cross-Compile',
'Site Isolation Linux',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698