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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_archive.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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 272 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
273 "name": "ensure git tooling on windows" 273 "name": "ensure git tooling on windows"
274 }, 274 },
275 { 275 {
276 "cmd": [ 276 "cmd": [
277 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 277 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
278 "diff", 278 "diff",
279 "--cached", 279 "--cached",
280 "--name-only" 280 "--name-only"
281 ], 281 ],
282 "cwd": "[SLAVE_BUILD]\\src", 282 "cwd": "[BUILDER_CACHE]\\win_archive\\src",
283 "name": "git diff to analyze patch", 283 "name": "git diff to analyze patch",
284 "stdout": "/path/to/tmp/", 284 "stdout": "/path/to/tmp/",
285 "~followup_annotations": [ 285 "~followup_annotations": [
286 "@@@STEP_LOG_LINE@files@foo.cc@@@", 286 "@@@STEP_LOG_LINE@files@foo.cc@@@",
287 "@@@STEP_LOG_END@files@@@", 287 "@@@STEP_LOG_END@files@@@",
288 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" 288 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@"
289 ] 289 ]
290 }, 290 },
291 { 291 {
292 "cmd": [ 292 "cmd": [
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 "import sys; sys.exit(0)" 423 "import sys; sys.exit(0)"
424 ], 424 ],
425 "name": "mark: before_tests" 425 "name": "mark: before_tests"
426 }, 426 },
427 { 427 {
428 "name": "$result", 428 "name": "$result",
429 "recipe_result": null, 429 "recipe_result": null,
430 "status_code": 0 430 "status_code": 0
431 } 431 }
432 ] 432 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698