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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/none_swarming_tests.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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 ] 418 ]
419 }, 419 },
420 { 420 {
421 "cmd": [ 421 "cmd": [
422 "python", 422 "python",
423 "-u", 423 "-u",
424 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 424 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
425 "--show-path", 425 "--show-path",
426 "python", 426 "python",
427 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 427 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
428 "--gsutil-py-path",
429 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
428 "--ninja-path", 430 "--ninja-path",
429 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 431 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
430 "--target", 432 "--target",
431 "Release", 433 "Release",
432 "--src-dir", 434 "--src-dir",
433 "[SLAVE_BUILD]\\src", 435 "[SLAVE_BUILD]\\src",
434 "--goma-cache-dir", 436 "--goma-cache-dir",
435 "[GOMA_CACHE]", 437 "[GOMA_CACHE]",
436 "--build-tool", 438 "--build-tool",
437 "ninja", 439 "ninja",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 "@@@STEP_LOG_END@report@@@", 534 "@@@STEP_LOG_END@report@@@",
533 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\ "], \"status\": \"failed\", \"valid\": true}}}}@@@" 535 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\ "], \"status\": \"failed\", \"valid\": true}}}}@@@"
534 ] 536 ]
535 }, 537 },
536 { 538 {
537 "name": "$result", 539 "name": "$result",
538 "recipe_result": null, 540 "recipe_result": null,
539 "status_code": 0 541 "status_code": 0
540 } 542 }
541 ] 543 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698