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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gcc_rel.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.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux_gcc_rel", 10 "v8_linux_gcc_rel",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "name": "cleanup_temp" 90 "name": "cleanup_temp"
91 }, 91 },
92 { 92 {
93 "cmd": [ 93 "cmd": [
94 "python", 94 "python",
95 "-u", 95 "-u",
96 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 96 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
97 "--show-path", 97 "--show-path",
98 "python", 98 "python",
99 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 99 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
100 "--gsutil-py-path",
101 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
100 "--ninja-path", 102 "--ninja-path",
101 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 103 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
102 "--target", 104 "--target",
103 "Release", 105 "Release",
104 "--src-dir", 106 "--src-dir",
105 "[SLAVE_BUILD]/v8", 107 "[SLAVE_BUILD]/v8",
106 "--goma-cache-dir", 108 "--goma-cache-dir",
107 "[GOMA_CACHE]", 109 "[GOMA_CACHE]",
108 "--build-tool", 110 "--build-tool",
109 "make", 111 "make",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 155 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
154 "@@@STEP_LOG_END@durations@@@" 156 "@@@STEP_LOG_END@durations@@@"
155 ] 157 ]
156 }, 158 },
157 { 159 {
158 "name": "$result", 160 "name": "$result",
159 "recipe_result": null, 161 "recipe_result": null,
160 "status_code": 0 162 "status_code": 0
161 } 163 }
162 ] 164 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698