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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_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.memory", 8 "chromium.memory",
9 "--builder", 9 "--builder",
10 "Linux ASan LSan Builder", 10 "Linux ASan LSan Builder",
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 ] 276 ]
277 }, 277 },
278 { 278 {
279 "cmd": [ 279 "cmd": [
280 "python", 280 "python",
281 "-u", 281 "-u",
282 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 282 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
283 "--show-path", 283 "--show-path",
284 "python", 284 "python",
285 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 285 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
286 "--gsutil-py-path",
287 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
286 "--ninja-path", 288 "--ninja-path",
287 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 289 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
288 "--target", 290 "--target",
289 "Release", 291 "Release",
290 "--src-dir", 292 "--src-dir",
291 "[SLAVE_BUILD]/src", 293 "[SLAVE_BUILD]/src",
292 "--goma-cache-dir", 294 "--goma-cache-dir",
293 "[GOMA_CACHE]", 295 "[GOMA_CACHE]",
294 "--build-tool", 296 "--build-tool",
295 "ninja", 297 "ninja",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 "~followup_annotations": [ 387 "~followup_annotations": [
386 "@@@STEP_TEXT@Linux ASan Tests (sandboxed)@@@" 388 "@@@STEP_TEXT@Linux ASan Tests (sandboxed)@@@"
387 ] 389 ]
388 }, 390 },
389 { 391 {
390 "name": "$result", 392 "name": "$result",
391 "recipe_result": null, 393 "recipe_result": null,
392 "status_code": 0 394 "status_code": 0
393 } 395 }
394 ] 396 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698