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

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

Issue 2269303002: Set up Blimp Integration script on FYI bot (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Set up Blimp Integration script on FYI bot Created 4 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/recipe_modules/chromium_tests/chromium_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
index a9ccfa2722e4374c235d9a0294d10e6a3f6a0995..5e803c25f94445e4db6570ee994e22eb7f018c5a 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -2059,6 +2059,25 @@ SPEC = {
'platform': 'linux',
},
},
+ 'Android Blimp Integration Test': {
+ 'chromium_config': 'android',
+ 'gclient_config': 'chromium',
+ 'gclient_apply_config': ['android'],
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Debug',
+ 'TARGET_PLATFORM': 'android',
+ },
+ 'parent_buildername': 'Android Builder (dbg)',
+ 'bot_type': 'tester',
+ 'android_config': 'main_builder_mb',
+ 'remove_system_webview': True,
+ 'tests': [
+ steps.BlimpIntegrationScriptTest(),
+ ],
+ 'testing': {
+ 'platform': 'linux',
+ },
+ },
'Android Asan Builder Tests (dbg)': {

Powered by Google App Engine
This is Rietveld 408576698