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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_bot_update_always_on_coverage_clobber.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 "bot_update.always_on", 8 "bot_update.always_on",
9 "--builder", 9 "--builder",
10 "coverage_clobber", 10 "coverage_clobber",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "name": "cleanup_temp" 236 "name": "cleanup_temp"
237 }, 237 },
238 { 238 {
239 "cmd": [ 239 "cmd": [
240 "python", 240 "python",
241 "-u", 241 "-u",
242 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 242 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
243 "--show-path", 243 "--show-path",
244 "python", 244 "python",
245 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 245 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
246 "--gsutil-py-path",
247 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
246 "--ninja-path", 248 "--ninja-path",
247 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 249 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
248 "--target", 250 "--target",
249 "Release", 251 "Release",
250 "--src-dir", 252 "--src-dir",
251 "[SLAVE_BUILD]/src", 253 "[SLAVE_BUILD]/src",
252 "--goma-cache-dir", 254 "--goma-cache-dir",
253 "[GOMA_CACHE]", 255 "[GOMA_CACHE]",
254 "--build-tool", 256 "--build-tool",
255 "ninja", 257 "ninja",
(...skipping 30 matching lines...) Expand all
286 ], 288 ],
287 "cwd": "[SLAVE_BUILD]", 289 "cwd": "[SLAVE_BUILD]",
288 "name": "archive_build" 290 "name": "archive_build"
289 }, 291 },
290 { 292 {
291 "name": "$result", 293 "name": "$result",
292 "recipe_result": null, 294 "recipe_result": null,
293 "status_code": 0 295 "status_code": 0
294 } 296 }
295 ] 297 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698