Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1261)

Side by Side Diff: scripts/slave/recipe_modules/amp/example.expected/bad_device_data_from_trigger.json

Issue 2035863004: gsutil: use depot_tools.gsutil_py_path instead of path['depot_tools'] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698