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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/perf_cq_run_benchmark.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 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "linux_perf_bisect", 10 "linux_perf_bisect",
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "name": "generate_build_files (with patch)" 257 "name": "generate_build_files (with patch)"
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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 "@@@STEP_LOG_LINE@json.output@[]@@@", 443 "@@@STEP_LOG_LINE@json.output@[]@@@",
442 "@@@STEP_LOG_END@json.output@@@" 444 "@@@STEP_LOG_END@json.output@@@"
443 ] 445 ]
444 }, 446 },
445 { 447 {
446 "name": "$result", 448 "name": "$result",
447 "recipe_result": null, 449 "recipe_result": null,
448 "status_code": 0 450 "status_code": 0
449 } 451 }
450 ] 452 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698