OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 6 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
7 "--", | 7 "--", |
8 "[DEPOT_TOOLS]/gsutil.py", | 8 "RECIPE_PACKAGE_REPO[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 "name": "gsutil download amp api key" | 14 "name": "gsutil download amp api key" |
15 }, | 15 }, |
16 { | 16 { |
17 "cmd": [ | 17 "cmd": [ |
18 "python", | 18 "python", |
19 "-u", | 19 "-u", |
20 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 20 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
21 "--", | 21 "--", |
22 "[DEPOT_TOOLS]/gsutil.py", | 22 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
23 "----", | 23 "----", |
24 "cp", | 24 "cp", |
25 "gs://chrome-amp-keys/main_pool/api_secret", | 25 "gs://chrome-amp-keys/main_pool/api_secret", |
26 "[BUILD]/site_config/.amp_main_pool_secret" | 26 "[BUILD]/site_config/.amp_main_pool_secret" |
27 ], | 27 ], |
28 "name": "gsutil download amp api secret" | 28 "name": "gsutil download amp api secret" |
29 }, | 29 }, |
30 { | 30 { |
31 "cmd": [ | 31 "cmd": [ |
32 "python", | 32 "python", |
(...skipping 37 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 |