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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___debug_builder.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 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux - debug builder", 10 "V8 Linux - debug builder",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 ] 127 ]
128 }, 128 },
129 { 129 {
130 "cmd": [ 130 "cmd": [
131 "python", 131 "python",
132 "-u", 132 "-u",
133 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 133 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
134 "--show-path", 134 "--show-path",
135 "python", 135 "python",
136 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 136 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
137 "--gsutil-py-path",
138 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
137 "--ninja-path", 139 "--ninja-path",
138 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 140 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
139 "--target", 141 "--target",
140 "Debug", 142 "Debug",
141 "--src-dir", 143 "--src-dir",
142 "[SLAVE_BUILD]/v8", 144 "[SLAVE_BUILD]/v8",
143 "--goma-cache-dir", 145 "--goma-cache-dir",
144 "[GOMA_CACHE]", 146 "[GOMA_CACHE]",
145 "--build-tool", 147 "--build-tool",
146 "ninja", 148 "ninja",
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 "~followup_annotations": [ 402 "~followup_annotations": [
401 "@@@STEP_TEXT@V8 Linux - debug<br />V8 Linux - debug - avx2<br />V8 Linux - debug - code serializer<br />V8 Linux - debug - greedy allocator<br />V8 Linux - debug - isolates<br />V8 Linux - debug - nosse3<br />V8 Linux - debug - nosse 4<br />V8 Linux - gc stress@@@" 403 "@@@STEP_TEXT@V8 Linux - debug<br />V8 Linux - debug - avx2<br />V8 Linux - debug - code serializer<br />V8 Linux - debug - greedy allocator<br />V8 Linux - debug - isolates<br />V8 Linux - debug - nosse3<br />V8 Linux - debug - nosse 4<br />V8 Linux - gc stress@@@"
402 ] 404 ]
403 }, 405 },
404 { 406 {
405 "name": "$result", 407 "name": "$result",
406 "recipe_result": null, 408 "recipe_result": null,
407 "status_code": 0 409 "status_code": 0
408 } 410 }
409 ] 411 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698