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

Unified Diff: scripts/slave/recipes/chromium_trybot.py

Issue 1301393004: Remove Linux ARM Compile from main waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: merge Created 5 years, 4 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/recipes/chromium_trybot.py
diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
index b6343eacbe66d11e9d6e5f195239c6e95681372f..8c498c6deb577b26a38c2c5d7d2a16fb45f72d09 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -55,11 +55,6 @@ BUILDERS = freeze({
},
'tryserver.chromium.linux': {
'builders': {
- 'linux_arm_compile': {
- 'mastername': 'chromium.linux',
- 'buildername': 'Linux ARM',
- 'analyze_mode': 'compile',
- },
'android_amp': {
'mastername': 'chromium.fyi',
'buildername': 'Android Tests (amp split)',

Powered by Google App Engine
This is Rietveld 408576698