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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/use_v8_patch_on_chromium_trybot.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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 285 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
286 "name": "ensure git tooling on windows" 286 "name": "ensure git tooling on windows"
287 }, 287 },
288 { 288 {
289 "cmd": [ 289 "cmd": [
290 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 290 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
291 "diff", 291 "diff",
292 "--cached", 292 "--cached",
293 "--name-only" 293 "--name-only"
294 ], 294 ],
295 "cwd": "[SLAVE_BUILD]\\src\\v8", 295 "cwd": "[BUILDER_CACHE]\\win_chromium_rel_ng\\src\\v8",
296 "name": "git diff to analyze patch", 296 "name": "git diff to analyze patch",
297 "stdout": "/path/to/tmp/", 297 "stdout": "/path/to/tmp/",
298 "~followup_annotations": [ 298 "~followup_annotations": [
299 "@@@STEP_LOG_LINE@files@v8/foo.cc@@@", 299 "@@@STEP_LOG_LINE@files@v8/foo.cc@@@",
300 "@@@STEP_LOG_END@files@@@", 300 "@@@STEP_LOG_END@files@@@",
301 "@@@SET_BUILD_PROPERTY@subproject_tag@\"blink-paths\"@@@" 301 "@@@SET_BUILD_PROPERTY@subproject_tag@\"blink-paths\"@@@"
302 ] 302 ]
303 }, 303 },
304 { 304 {
305 "cmd": [ 305 "cmd": [
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 587 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
588 }, 588 },
589 "name": "process_dumps" 589 "name": "process_dumps"
590 }, 590 },
591 { 591 {
592 "name": "$result", 592 "name": "$result",
593 "recipe_result": null, 593 "recipe_result": null,
594 "status_code": 0 594 "status_code": 0
595 } 595 }
596 ] 596 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698