| Index: scripts/slave/recipe_modules/amp/example.expected/bad_device_data_from_trigger.json
|
| diff --git a/scripts/slave/recipe_modules/amp/example.expected/bad_device_data_from_trigger.json b/scripts/slave/recipe_modules/amp/example.expected/bad_device_data_from_trigger.json
|
| deleted file mode 100644
|
| index d9cac92ae18246a57fbf29baf8abc3d596aa343f..0000000000000000000000000000000000000000
|
| --- a/scripts/slave/recipe_modules/amp/example.expected/bad_device_data_from_trigger.json
|
| +++ /dev/null
|
| @@ -1,82 +0,0 @@
|
| -[
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
|
| - "--",
|
| - "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
|
| - "----",
|
| - "cp",
|
| - "gs://chrome-amp-keys/main_pool/api_key",
|
| - "[BUILD]/site_config/.amp_main_pool_key"
|
| - ],
|
| - "name": "gsutil download amp api key"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
|
| - "--",
|
| - "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
|
| - "----",
|
| - "cp",
|
| - "gs://chrome-amp-keys/main_pool/api_secret",
|
| - "[BUILD]/site_config/.amp_main_pool_secret"
|
| - ],
|
| - "name": "gsutil download amp api secret"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[SLAVE_BUILD]/src/build/android/test_runner.py",
|
| - "gtest",
|
| - "-s",
|
| - "example_gtest_suite",
|
| - "--enable-platform-mode",
|
| - "-e",
|
| - "remote_device",
|
| - "--api-key-file",
|
| - "[BUILD]/site_config/.amp_main_pool_key",
|
| - "--api-secret-file",
|
| - "[BUILD]/site_config/.amp_main_pool_secret",
|
| - "--api-address",
|
| - "127.0.0.1",
|
| - "--api-port",
|
| - "80",
|
| - "--api-protocol",
|
| - "http",
|
| - "--device-type",
|
| - "Android",
|
| - "--remote-device",
|
| - "SampleDevice",
|
| - "--remote-device-os",
|
| - "SampleDeviceOS",
|
| - "--trigger",
|
| - "/path/to/tmp/json",
|
| - "--verbose",
|
| - "--adb-path",
|
| - "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb"
|
| - ],
|
| - "env": {
|
| - "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug"
|
| - },
|
| - "name": "[trigger] example_gtest_suite",
|
| - "~followup_annotations": [
|
| - "@@@STEP_TEXT@unable to find device info@@@",
|
| - "@@@STEP_LOG_LINE@json.output@{}@@@",
|
| - "@@@STEP_LOG_END@json.output@@@",
|
| - "@@@STEP_LOG_LINE@trigger_data@{}@@@",
|
| - "@@@STEP_LOG_END@trigger_data@@@",
|
| - "@@@STEP_WARNINGS@@@"
|
| - ]
|
| - },
|
| - {
|
| - "name": "$result",
|
| - "reason": "test_run_id not found in trigger_data json",
|
| - "recipe_result": null,
|
| - "status_code": 1
|
| - }
|
| -]
|
|
|