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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/non_cq_blink_tryjob.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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 "cmd": [ 241 "cmd": [
242 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 242 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
243 "diff", 243 "diff",
244 "--cached", 244 "--cached",
245 "--name-only" 245 "--name-only"
246 ], 246 ],
247 "cwd": "[SLAVE_BUILD]\\src", 247 "cwd": "[SLAVE_BUILD]\\src",
248 "name": "git diff to analyze patch", 248 "name": "git diff to analyze patch",
249 "stdout": "/path/to/tmp/", 249 "stdout": "/path/to/tmp/",
250 "~followup_annotations": [ 250 "~followup_annotations": [
251 "@@@STEP_LOG_LINE@files@foo.cc@@@", 251 "@@@STEP_LOG_LINE@files@src/foo.cc@@@",
252 "@@@STEP_LOG_END@files@@@", 252 "@@@STEP_LOG_END@files@@@",
253 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" 253 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@"
254 ] 254 ]
255 }, 255 },
256 { 256 {
257 "cmd": [ 257 "cmd": [
258 "python", 258 "python",
259 "-u", 259 "-u",
260 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 260 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
261 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", 261 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json",
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 "Release" 458 "Release"
459 ], 459 ],
460 "name": "process_dumps" 460 "name": "process_dumps"
461 }, 461 },
462 { 462 {
463 "name": "$result", 463 "name": "$result",
464 "recipe_result": null, 464 "recipe_result": null,
465 "status_code": 0 465 "status_code": 0
466 } 466 }
467 ] 467 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698