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 |
index 430f7bb15abafaefb243ec81d836b439ac9a09b0..8f8a84bc3a4dd8efc27f776f6b20f466dcc4a423 100644 |
--- 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 |
@@ -5,13 +5,12 @@ |
"-u", |
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
"--", |
- "[DEPOT_TOOLS]/gsutil.py", |
+ "[ROOT]/b/depot_tools/gsutil.py", |
"----", |
"cp", |
"gs://chrome-amp-keys/main_pool/api_key", |
- "[BUILD]/site_config/.amp_main_pool_key" |
+ "[ROOT]/b/build/site_config/.amp_main_pool_key" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "gsutil download amp api key" |
}, |
{ |
@@ -20,20 +19,19 @@ |
"-u", |
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
"--", |
- "[DEPOT_TOOLS]/gsutil.py", |
+ "[ROOT]/b/depot_tools/gsutil.py", |
"----", |
"cp", |
"gs://chrome-amp-keys/main_pool/api_secret", |
- "[BUILD]/site_config/.amp_main_pool_secret" |
+ "[ROOT]/b/build/site_config/.amp_main_pool_secret" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "gsutil download amp api secret" |
}, |
{ |
"cmd": [ |
"python", |
"-u", |
- "[SLAVE_BUILD]/src/build/android/test_runner.py", |
+ "[CWD]/src/build/android/test_runner.py", |
"gtest", |
"-s", |
"example_gtest_suite", |
@@ -41,9 +39,9 @@ |
"-e", |
"remote_device", |
"--api-key-file", |
- "[BUILD]/site_config/.amp_main_pool_key", |
+ "[ROOT]/b/build/site_config/.amp_main_pool_key", |
"--api-secret-file", |
- "[BUILD]/site_config/.amp_main_pool_secret", |
+ "[ROOT]/b/build/site_config/.amp_main_pool_secret", |
"--api-address", |
"127.0.0.1", |
"--api-port", |
@@ -60,9 +58,8 @@ |
"/path/to/tmp/json", |
"--verbose" |
], |
- "cwd": "[SLAVE_BUILD]", |
"env": { |
- "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug" |
+ "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Debug" |
}, |
"name": "[trigger] example_gtest_suite", |
"~followup_annotations": [ |