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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_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.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "name": "generate_build_files" 217 "name": "generate_build_files"
218 }, 218 },
219 { 219 {
220 "cmd": [ 220 "cmd": [
221 "python", 221 "python",
222 "-u", 222 "-u",
223 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 223 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
224 "--show-path", 224 "--show-path",
225 "python", 225 "python",
226 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 226 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
227 "--gsutil-py-path",
228 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
227 "--ninja-path", 229 "--ninja-path",
228 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 230 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
229 "--target", 231 "--target",
230 "Release", 232 "Release",
231 "--src-dir", 233 "--src-dir",
232 "[SLAVE_BUILD]/src", 234 "[SLAVE_BUILD]/src",
233 "--goma-cache-dir", 235 "--goma-cache-dir",
234 "[GOMA_CACHE]", 236 "[GOMA_CACHE]",
235 "--build-tool", 237 "--build-tool",
236 "ninja", 238 "ninja",
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 "~followup_annotations": [ 413 "~followup_annotations": [
412 "@@@STEP_TEXT@Linux Perf (5)@@@" 414 "@@@STEP_TEXT@Linux Perf (5)@@@"
413 ] 415 ]
414 }, 416 },
415 { 417 {
416 "name": "$result", 418 "name": "$result",
417 "recipe_result": null, 419 "recipe_result": null,
418 "status_code": 0 420 "status_code": 0
419 } 421 }
420 ] 422 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698