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

Side by Side Diff: scripts/slave/recipes/chromium.expected/archive_dependencies_failure.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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "name": "generate_build_files" 270 "name": "generate_build_files"
271 }, 271 },
272 { 272 {
273 "cmd": [ 273 "cmd": [
274 "python", 274 "python",
275 "-u", 275 "-u",
276 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 276 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
277 "--show-path", 277 "--show-path",
278 "python", 278 "python",
279 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 279 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
280 "--gsutil-py-path",
281 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
280 "--ninja-path", 282 "--ninja-path",
281 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 283 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
282 "--target", 284 "--target",
283 "Release", 285 "Release",
284 "--src-dir", 286 "--src-dir",
285 "[SLAVE_BUILD]/src", 287 "[SLAVE_BUILD]/src",
286 "--goma-cache-dir", 288 "--goma-cache-dir",
287 "[GOMA_CACHE]", 289 "[GOMA_CACHE]",
288 "--build-tool", 290 "--build-tool",
289 "ninja", 291 "ninja",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 "~followup_annotations": [ 381 "~followup_annotations": [
380 "@@@STEP_TEXT@Linux Tests@@@" 382 "@@@STEP_TEXT@Linux Tests@@@"
381 ] 383 ]
382 }, 384 },
383 { 385 {
384 "name": "$result", 386 "name": "$result",
385 "recipe_result": null, 387 "recipe_result": null,
386 "status_code": 0 388 "status_code": 0
387 } 389 }
388 ] 390 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698