Chromium Code Reviews

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/process_dumps_failure.json

Issue 2140083002: chromium_tests: use correct cwd for analyze diff (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 271 matching lines...)
282 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 282 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
283 "name": "ensure git tooling on windows" 283 "name": "ensure git tooling on windows"
284 }, 284 },
285 { 285 {
286 "cmd": [ 286 "cmd": [
287 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 287 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
288 "diff", 288 "diff",
289 "--cached", 289 "--cached",
290 "--name-only" 290 "--name-only"
291 ], 291 ],
292 "cwd": "[SLAVE_BUILD]\\src", 292 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\src",
293 "name": "git diff to analyze patch", 293 "name": "git diff to analyze patch",
294 "stdout": "/path/to/tmp/", 294 "stdout": "/path/to/tmp/",
295 "~followup_annotations": [ 295 "~followup_annotations": [
296 "@@@STEP_LOG_LINE@files@foo.cc@@@", 296 "@@@STEP_LOG_LINE@files@foo.cc@@@",
297 "@@@STEP_LOG_END@files@@@", 297 "@@@STEP_LOG_END@files@@@",
298 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" 298 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@"
299 ] 299 ]
300 }, 300 },
301 { 301 {
302 "cmd": [ 302 "cmd": [
(...skipping 176 matching lines...)
479 "step returned non-zero exit code: 1", 479 "step returned non-zero exit code: 1",
480 "@@@STEP_EXCEPTION@@@" 480 "@@@STEP_EXCEPTION@@@"
481 ] 481 ]
482 }, 482 },
483 { 483 {
484 "name": "$result", 484 "name": "$result",
485 "recipe_result": null, 485 "recipe_result": null,
486 "status_code": 0 486 "status_code": 0
487 } 487 }
488 ] 488 ]
OLDNEW

Powered by Google App Engine