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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win_blink_rel.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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 266 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
267 "name": "ensure git tooling on windows" 267 "name": "ensure git tooling on windows"
268 }, 268 },
269 { 269 {
270 "cmd": [ 270 "cmd": [
271 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 271 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
272 "diff", 272 "diff",
273 "--cached", 273 "--cached",
274 "--name-only" 274 "--name-only"
275 ], 275 ],
276 "cwd": "[SLAVE_BUILD]\\src", 276 "cwd": "[BUILDER_CACHE]\\win_layout\\src",
277 "name": "git diff to analyze patch", 277 "name": "git diff to analyze patch",
278 "stdout": "/path/to/tmp/", 278 "stdout": "/path/to/tmp/",
279 "~followup_annotations": [ 279 "~followup_annotations": [
280 "@@@STEP_LOG_LINE@files@foo.cc@@@", 280 "@@@STEP_LOG_LINE@files@foo.cc@@@",
281 "@@@STEP_LOG_END@files@@@", 281 "@@@STEP_LOG_END@files@@@",
282 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" 282 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@"
283 ] 283 ]
284 }, 284 },
285 { 285 {
286 "cmd": [ 286 "cmd": [
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 492 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
493 }, 493 },
494 "name": "process_dumps" 494 "name": "process_dumps"
495 }, 495 },
496 { 496 {
497 "name": "$result", 497 "name": "$result",
498 "recipe_result": null, 498 "recipe_result": null,
499 "status_code": 0 499 "status_code": 0
500 } 500 }
501 ] 501 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698