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

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

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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
OLDNEW
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
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