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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob.json

Issue 1896113002: compile.py: explicitly pass gsutil.py path for uploading goma logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "linux_perf_bisect", 10 "linux_perf_bisect",
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "name": "generate_build_files (with patch)" 280 "name": "generate_build_files (with patch)"
281 }, 281 },
282 { 282 {
283 "cmd": [ 283 "cmd": [
284 "python", 284 "python",
285 "-u", 285 "-u",
286 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 286 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
287 "--show-path", 287 "--show-path",
288 "python", 288 "python",
289 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 289 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
290 "--gsutil-py-path",
291 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
290 "--ninja-path", 292 "--ninja-path",
291 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 293 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
292 "--target", 294 "--target",
293 "Release", 295 "Release",
294 "--src-dir", 296 "--src-dir",
295 "[SLAVE_BUILD]/src", 297 "[SLAVE_BUILD]/src",
296 "--goma-cache-dir", 298 "--goma-cache-dir",
297 "[GOMA_CACHE]", 299 "[GOMA_CACHE]",
298 "--build-tool", 300 "--build-tool",
299 "ninja", 301 "ninja",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 "name": "generate_build_files Without Patch" 483 "name": "generate_build_files Without Patch"
482 }, 484 },
483 { 485 {
484 "cmd": [ 486 "cmd": [
485 "python", 487 "python",
486 "-u", 488 "-u",
487 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 489 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
488 "--show-path", 490 "--show-path",
489 "python", 491 "python",
490 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 492 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
493 "--gsutil-py-path",
494 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
491 "--ninja-path", 495 "--ninja-path",
492 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 496 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
493 "--target", 497 "--target",
494 "Release", 498 "Release",
495 "--src-dir", 499 "--src-dir",
496 "[SLAVE_BUILD]/src", 500 "[SLAVE_BUILD]/src",
497 "--goma-cache-dir", 501 "--goma-cache-dir",
498 "[GOMA_CACHE]", 502 "[GOMA_CACHE]",
499 "--build-tool", 503 "--build-tool",
500 "ninja", 504 "ninja",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 "@@@STEP_LOG_LINE@json.output@}@@@", 590 "@@@STEP_LOG_LINE@json.output@}@@@",
587 "@@@STEP_LOG_END@json.output@@@" 591 "@@@STEP_LOG_END@json.output@@@"
588 ] 592 ]
589 }, 593 },
590 { 594 {
591 "name": "$result", 595 "name": "$result",
592 "recipe_result": null, 596 "recipe_result": null,
593 "status_code": 0 597 "status_code": 0
594 } 598 }
595 ] 599 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698