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

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

Issue 1933223002: Chromium: make use of new get_files_affected_by_patch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 7 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 | Annotate | Revision Log
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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "cmd": [ 257 "cmd": [
258 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 258 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
259 "diff", 259 "diff",
260 "--cached", 260 "--cached",
261 "--name-only" 261 "--name-only"
262 ], 262 ],
263 "cwd": "[SLAVE_BUILD]\\src\\v8", 263 "cwd": "[SLAVE_BUILD]\\src\\v8",
264 "name": "git diff to analyze patch", 264 "name": "git diff to analyze patch",
265 "stdout": "/path/to/tmp/", 265 "stdout": "/path/to/tmp/",
266 "~followup_annotations": [ 266 "~followup_annotations": [
267 "@@@STEP_LOG_LINE@files@v8/foo.cc@@@", 267 "@@@STEP_LOG_LINE@files@src/v8/foo.cc@@@",
268 "@@@STEP_LOG_END@files@@@", 268 "@@@STEP_LOG_END@files@@@",
269 "@@@SET_BUILD_PROPERTY@subproject_tag@\"blink-paths\"@@@" 269 "@@@SET_BUILD_PROPERTY@subproject_tag@\"blink-paths\"@@@"
270 ] 270 ]
271 }, 271 },
272 { 272 {
273 "cmd": [ 273 "cmd": [
274 "python", 274 "python",
275 "-u", 275 "-u",
276 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 276 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
277 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", 277 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json",
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 "Release" 542 "Release"
543 ], 543 ],
544 "name": "process_dumps" 544 "name": "process_dumps"
545 }, 545 },
546 { 546 {
547 "name": "$result", 547 "name": "$result",
548 "recipe_result": null, 548 "recipe_result": null,
549 "status_code": 0 549 "status_code": 0
550 } 550 }
551 ] 551 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698