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

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

Issue 1462403002: Rename linux_arm_compile trybot to linux_arm (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years 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 9d9d15868b3a4834cff73194312ee7fd9efcac1d..468803134413bc625df9fc15beaf33fe22f0f7a6 100644
--- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
+++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
@@ -237,7 +237,7 @@ TRYBOTS = freeze({
'buildername': 'Android Builder',
'tester': 'Android Tests',
},
- 'linux_arm_compile': {
+ 'linux_arm': {
'mastername': 'chromium.fyi',
'buildername': 'Linux ARM',
},

Powered by Google App Engine
This is Rietveld 408576698