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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Linux_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.webrtc.fyi", 8 "chromium.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "name": "cleanup_temp" 257 "name": "cleanup_temp"
258 }, 258 },
259 { 259 {
260 "cmd": [ 260 "cmd": [
261 "python", 261 "python",
262 "-u", 262 "-u",
263 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 263 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
264 "--show-path", 264 "--show-path",
265 "python", 265 "python",
266 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 266 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
267 "--gsutil-py-path",
268 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
267 "--ninja-path", 269 "--ninja-path",
268 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 270 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
269 "--target", 271 "--target",
270 "Release", 272 "Release",
271 "--src-dir", 273 "--src-dir",
272 "[SLAVE_BUILD]/src", 274 "[SLAVE_BUILD]/src",
273 "--goma-cache-dir", 275 "--goma-cache-dir",
274 "[GOMA_CACHE]", 276 "[GOMA_CACHE]",
275 "--build-tool", 277 "--build-tool",
276 "ninja", 278 "ninja",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 "~followup_annotations": [ 350 "~followup_annotations": [
349 "@@@STEP_TEXT@Linux Tester@@@" 351 "@@@STEP_TEXT@Linux Tester@@@"
350 ] 352 ]
351 }, 353 },
352 { 354 {
353 "name": "$result", 355 "name": "$result",
354 "recipe_result": null, 356 "recipe_result": null,
355 "status_code": 0 357 "status_code": 0
356 } 358 }
357 ] 359 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698