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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang.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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 267 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
268 "name": "ensure git tooling on windows" 268 "name": "ensure git tooling on windows"
269 }, 269 },
270 { 270 {
271 "cmd": [ 271 "cmd": [
272 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 272 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
273 "diff", 273 "diff",
274 "--cached", 274 "--cached",
275 "--name-only" 275 "--name-only"
276 ], 276 ],
277 "cwd": "[SLAVE_BUILD]\\src", 277 "cwd": "[BUILDER_CACHE]\\win_clang\\src",
278 "name": "git diff to analyze patch", 278 "name": "git diff to analyze patch",
279 "stdout": "/path/to/tmp/", 279 "stdout": "/path/to/tmp/",
280 "~followup_annotations": [ 280 "~followup_annotations": [
281 "@@@STEP_LOG_LINE@files@foo.cc@@@", 281 "@@@STEP_LOG_LINE@files@foo.cc@@@",
282 "@@@STEP_LOG_END@files@@@", 282 "@@@STEP_LOG_END@files@@@",
283 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" 283 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@"
284 ] 284 ]
285 }, 285 },
286 { 286 {
287 "cmd": [ 287 "cmd": [
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 "import sys; sys.exit(0)" 447 "import sys; sys.exit(0)"
448 ], 448 ],
449 "name": "mark: before_tests" 449 "name": "mark: before_tests"
450 }, 450 },
451 { 451 {
452 "name": "$result", 452 "name": "$result",
453 "recipe_result": null, 453 "recipe_result": null,
454 "status_code": 0 454 "status_code": 0
455 } 455 }
456 ] 456 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698