| 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': [
|
|
|