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

Unified Diff: testing/buildbot/manage.py

Issue 1204873002: Blacklist 'Win8 Aura' due to inconsistency of GYP-GN in CI vs TS. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@13_gpu_unittests
Patch Set: Rebase against HEAD 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 3ac1b6e9d6efc2d9de4a299f0759b57ae6df5bd9..7a39176649a0cd2c8a6a8050092f5b1569ba44dc 100755
--- a/testing/buildbot/manage.py
+++ b/testing/buildbot/manage.py
@@ -46,6 +46,10 @@ SKIP = {
'ClangToTMac',
'ClangToTMacASan',
+ # This builder is fine, but win8_chromium_ng uses GN and this configuration,
+ # which breaks everything.
+ 'Win8 Aura',
+
# 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