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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/webkit_tests_interrupted.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.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "linux_blink_rel", 10 "linux_blink_rel",
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 "name": "generate_build_files (with patch)" 347 "name": "generate_build_files (with patch)"
348 }, 348 },
349 { 349 {
350 "cmd": [ 350 "cmd": [
351 "python", 351 "python",
352 "-u", 352 "-u",
353 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 353 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
354 "--show-path", 354 "--show-path",
355 "python", 355 "python",
356 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 356 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
357 "--gsutil-py-path",
358 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
357 "--ninja-path", 359 "--ninja-path",
358 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 360 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
359 "--target", 361 "--target",
360 "Release", 362 "Release",
361 "--src-dir", 363 "--src-dir",
362 "[SLAVE_BUILD]/src", 364 "[SLAVE_BUILD]/src",
363 "--goma-cache-dir", 365 "--goma-cache-dir",
364 "[GOMA_CACHE]", 366 "[GOMA_CACHE]",
365 "--build-tool", 367 "--build-tool",
366 "ninja", 368 "ninja",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 "@@@STEP_FAILURE@@@", 475 "@@@STEP_FAILURE@@@",
474 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110 eeb0\"@@@" 476 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110 eeb0\"@@@"
475 ] 477 ]
476 }, 478 },
477 { 479 {
478 "name": "$result", 480 "name": "$result",
479 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1", 481 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1",
480 "status_code": 1 482 "status_code": 1
481 } 483 }
482 ] 484 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698