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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_ubsan_vptr.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.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "linux_ubsan_vptr", 10 "linux_ubsan_vptr",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 ] 119 ]
120 }, 120 },
121 { 121 {
122 "cmd": [ 122 "cmd": [
123 "python", 123 "python",
124 "-u", 124 "-u",
125 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 125 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
126 "--show-path", 126 "--show-path",
127 "python", 127 "python",
128 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 128 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
129 "--gsutil-py-path",
130 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
129 "--ninja-path", 131 "--ninja-path",
130 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 132 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
131 "--target", 133 "--target",
132 "Release", 134 "Release",
133 "--src-dir", 135 "--src-dir",
134 "[SLAVE_BUILD]/src", 136 "[SLAVE_BUILD]/src",
135 "--goma-cache-dir", 137 "--goma-cache-dir",
136 "[GOMA_CACHE]", 138 "[GOMA_CACHE]",
137 "--build-tool", 139 "--build-tool",
138 "ninja", 140 "ninja",
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 ], 544 ],
543 "cwd": "[SLAVE_BUILD]", 545 "cwd": "[SLAVE_BUILD]",
544 "name": "webrtc_nonparallel_tests" 546 "name": "webrtc_nonparallel_tests"
545 }, 547 },
546 { 548 {
547 "name": "$result", 549 "name": "$result",
548 "recipe_result": null, 550 "recipe_result": null,
549 "status_code": 0 551 "status_code": 0
550 } 552 }
551 ] 553 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698