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

Unified Diff: scripts/slave/recipe_modules/chromium/chromium_fyi.py

Issue 1148793004: Remove old FYI ARM linux bot (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
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
Index: scripts/slave/recipe_modules/chromium/chromium_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium/chromium_fyi.py b/scripts/slave/recipe_modules/chromium/chromium_fyi.py
index 4b5afed6951b7667599ff5c8789c5919395b3b20..c2c5465412fd5d7ba96d8f280e48564c3dfb2187 100644
--- a/scripts/slave/recipe_modules/chromium/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium/chromium_fyi.py
@@ -97,23 +97,6 @@ SPEC = {
},
'use_isolate': True,
},
- 'Linux ARM': {
- 'chromium_config': 'chromium',
- 'gclient_config': 'chromium',
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Release',
- 'TARGET_ARCH': 'arm',
- 'TARGET_BITS': 32,
- },
- 'bot_type': 'builder',
- 'compile_targets': [
- 'all',
- ],
- 'use_isolate': True,
- 'testing': {
- 'platform': 'linux',
- },
- },
'Linux Trusty': {
'chromium_config': 'chromium',
'gclient_config': 'chromium',
« no previous file with comments | « masters/master.chromium.fyi/slaves.cfg ('k') | scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_ARM.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698