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

Side by Side Diff: scripts/slave/recipes/android/perf.expected/provision_devices.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[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android Nexus5 Perf (1)", 10 "Android Nexus5 Perf (1)",
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" , 165 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" ,
166 "@@@STEP_LOG_END@python.inline@@@" 166 "@@@STEP_LOG_END@python.inline@@@"
167 ] 167 ]
168 }, 168 },
169 { 169 {
170 "cmd": [ 170 "cmd": [
171 "python", 171 "python",
172 "-u", 172 "-u",
173 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 173 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
174 "--", 174 "--",
175 "[DEPOT_TOOLS]/gsutil.py", 175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
176 "--force-version", 176 "--force-version",
177 "4.7", 177 "4.7",
178 "----", 178 "----",
179 "cp", 179 "cp",
180 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip", 180 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip",
181 "[SLAVE_BUILD]/src/out/build_product.zip" 181 "[SLAVE_BUILD]/src/out/build_product.zip"
182 ], 182 ],
183 "name": "gsutil download_build_product" 183 "name": "gsutil download_build_product"
184 }, 184 },
185 { 185 {
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 "step returned non-zero exit code: 1", 367 "step returned non-zero exit code: 1",
368 "@@@STEP_EXCEPTION@@@" 368 "@@@STEP_EXCEPTION@@@"
369 ] 369 ]
370 }, 370 },
371 { 371 {
372 "name": "$result", 372 "name": "$result",
373 "reason": "Infra Failure: Step('provision_devices') returned 1", 373 "reason": "Infra Failure: Step('provision_devices') returned 1",
374 "status_code": 1 374 "status_code": 1
375 } 375 }
376 ] 376 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698