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

Side by Side Diff: scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch_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 "chromium.infra.cron", 8 "chromium.infra.cron",
9 "--builder", 9 "--builder",
10 "ChromiumOS Codesearch Builder", 10 "ChromiumOS Codesearch Builder",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 ] 178 ]
179 }, 179 },
180 { 180 {
181 "cmd": [ 181 "cmd": [
182 "python", 182 "python",
183 "-u", 183 "-u",
184 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 184 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
185 "--show-path", 185 "--show-path",
186 "python", 186 "python",
187 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 187 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
188 "--gsutil-py-path",
189 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
188 "--ninja-path", 190 "--ninja-path",
189 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 191 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
190 "--target", 192 "--target",
191 "Debug", 193 "Debug",
192 "--src-dir", 194 "--src-dir",
193 "[SLAVE_BUILD]/src", 195 "[SLAVE_BUILD]/src",
194 "--goma-cache-dir", 196 "--goma-cache-dir",
195 "[GOMA_CACHE]", 197 "[GOMA_CACHE]",
196 "--build-args", 198 "--build-args",
197 "-k 0", 199 "-k 0",
(...skipping 14 matching lines...) Expand all
212 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 214 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
213 "@@@STEP_LOG_END@json.output (invalid)@@@" 215 "@@@STEP_LOG_END@json.output (invalid)@@@"
214 ] 216 ]
215 }, 217 },
216 { 218 {
217 "name": "$result", 219 "name": "$result",
218 "recipe_result": null, 220 "recipe_result": null,
219 "status_code": 0 221 "status_code": 0
220 } 222 }
221 ] 223 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698