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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_gtest_override_compile_targets.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 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 ] 302 ]
303 }, 303 },
304 { 304 {
305 "cmd": [ 305 "cmd": [
306 "python", 306 "python",
307 "-u", 307 "-u",
308 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 308 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
309 "--show-path", 309 "--show-path",
310 "python", 310 "python",
311 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 311 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
312 "--gsutil-py-path",
313 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
312 "--ninja-path", 314 "--ninja-path",
313 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 315 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
314 "--target", 316 "--target",
315 "Release", 317 "Release",
316 "--src-dir", 318 "--src-dir",
317 "[SLAVE_BUILD]/src", 319 "[SLAVE_BUILD]/src",
318 "--goma-cache-dir", 320 "--goma-cache-dir",
319 "[GOMA_CACHE]", 321 "[GOMA_CACHE]",
320 "--build-tool", 322 "--build-tool",
321 "ninja", 323 "ninja",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 "~followup_annotations": [ 446 "~followup_annotations": [
445 "@@@STEP_TEXT@Linux Tests@@@" 447 "@@@STEP_TEXT@Linux Tests@@@"
446 ] 448 ]
447 }, 449 },
448 { 450 {
449 "name": "$result", 451 "name": "$result",
450 "recipe_result": null, 452 "recipe_result": null,
451 "status_code": 0 453 "status_code": 0
452 } 454 }
453 ] 455 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698