OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 6 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
7 "--", | 7 "--", |
8 "[DEPOT_TOOLS]/gsutil.py", | 8 "[DEPOT_TOOLS]/gsutil.py", |
9 "----", | 9 "----", |
10 "cp", | 10 "cp", |
11 "gs://chrome-amp-keys/main_pool/api_key", | 11 "gs://chrome-amp-keys/main_pool/api_key", |
12 "[BUILD]/site_config/.amp_main_pool_key" | 12 "[BUILD]/site_config/.amp_main_pool_key" |
13 ], | 13 ], |
14 "cwd": "[SLAVE_BUILD]", | 14 "cwd": "[SLAVE_BUILD]", |
15 "name": "gsutil download amp api key" | 15 "name": "gsutil download amp api key" |
16 }, | 16 }, |
17 { | 17 { |
18 "cmd": [ | 18 "cmd": [ |
19 "python", | 19 "python", |
20 "-u", | 20 "-u", |
21 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 21 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
22 "--", | 22 "--", |
23 "[DEPOT_TOOLS]/gsutil.py", | 23 "[DEPOT_TOOLS]/gsutil.py", |
24 "----", | 24 "----", |
25 "cp", | 25 "cp", |
26 "gs://chrome-amp-keys/main_pool/api_secret", | 26 "gs://chrome-amp-keys/main_pool/api_secret", |
27 "[BUILD]/site_config/.amp_main_pool_secret" | 27 "[BUILD]/site_config/.amp_main_pool_secret" |
28 ], | 28 ], |
29 "cwd": "[SLAVE_BUILD]", | 29 "cwd": "[SLAVE_BUILD]", |
30 "name": "gsutil download amp api secret" | 30 "name": "gsutil download amp api secret" |
31 }, | 31 }, |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 "@@@STEP_LOG_END@trigger_data@@@", | 70 "@@@STEP_LOG_END@trigger_data@@@", |
71 "@@@STEP_WARNINGS@@@" | 71 "@@@STEP_WARNINGS@@@" |
72 ] | 72 ] |
73 }, | 73 }, |
74 { | 74 { |
75 "name": "$result", | 75 "name": "$result", |
76 "reason": "test_run_id not found in trigger_data json", | 76 "reason": "test_run_id not found in trigger_data json", |
77 "status_code": 1 | 77 "status_code": 1 |
78 } | 78 } |
79 ] | 79 ] |
OLD | NEW |