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

Unified Diff: catapult_build/build_steps.py

Issue 2236493003: [catapult android trybot] Make Telemetry tests run on Android (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Add stack traces and more logging Created 4 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
« no previous file with comments | « no previous file | telemetry/telemetry/core/memory_cache_http_server_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: catapult_build/build_steps.py
diff --git a/catapult_build/build_steps.py b/catapult_build/build_steps.py
index cff9681edfa4e96b86c509841620ca02817431de..d8f7bede0391791d8dc7ca528a2d162a8398f90e 100644
--- a/catapult_build/build_steps.py
+++ b/catapult_build/build_steps.py
@@ -101,7 +101,7 @@ _CATAPULT_TESTS = [
'path': 'systrace/bin/run_tests',
},
{
- 'name': 'Telemetry Tests with Stable Browser',
+ 'name': 'Telemetry Tests with Stable Browser (Desktop)',
'path': 'telemetry/bin/run_tests',
'additional_args': [
'--browser=reference',
@@ -111,6 +111,17 @@ _CATAPULT_TESTS = [
'disabled': ['android'],
},
{
+ 'name': 'Telemetry Tests with Stable Browser (Android)',
+ 'path': 'telemetry/bin/run_tests',
+ 'additional_args': [
+ '--browser=reference',
+ '--device=android',
+ '--jobs=1'
+ ],
+ 'uses_sandbox_env': True,
+ 'disabled': ['win', 'mac', 'linux']
+ },
+ {
'name': 'Telemetry Integration Tests with Stable Browser',
'path': 'telemetry/bin/run_browser_tests',
'additional_args': [
« no previous file with comments | « no previous file | telemetry/telemetry/core/memory_cache_http_server_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698