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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTAndroidASan.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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "ClangToTAndroidASan", 10 "ClangToTAndroidASan",
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 ] 319 ]
320 }, 320 },
321 { 321 {
322 "cmd": [ 322 "cmd": [
323 "python", 323 "python",
324 "-u", 324 "-u",
325 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 325 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
326 "--show-path", 326 "--show-path",
327 "python", 327 "python",
328 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 328 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
329 "--gsutil-py-path",
330 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
329 "--ninja-path", 331 "--ninja-path",
330 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 332 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
331 "--target", 333 "--target",
332 "Debug", 334 "Debug",
333 "--src-dir", 335 "--src-dir",
334 "[SLAVE_BUILD]/src", 336 "[SLAVE_BUILD]/src",
335 "--goma-cache-dir", 337 "--goma-cache-dir",
336 "[GOMA_CACHE]", 338 "[GOMA_CACHE]",
337 "--build-tool", 339 "--build-tool",
338 "ninja", 340 "ninja",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 "~followup_annotations": [ 401 "~followup_annotations": [
400 "@@@STEP_TEXT@ClangToTAndroidASan tester@@@" 402 "@@@STEP_TEXT@ClangToTAndroidASan tester@@@"
401 ] 403 ]
402 }, 404 },
403 { 405 {
404 "name": "$result", 406 "name": "$result",
405 "recipe_result": null, 407 "recipe_result": null,
406 "status_code": 0 408 "status_code": 0
407 } 409 }
408 ] 410 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698