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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang.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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "cmd": [ 239 "cmd": [
240 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 240 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
241 "diff", 241 "diff",
242 "--cached", 242 "--cached",
243 "--name-only" 243 "--name-only"
244 ], 244 ],
245 "cwd": "[SLAVE_BUILD]\\src", 245 "cwd": "[SLAVE_BUILD]\\src",
246 "name": "git diff to analyze patch", 246 "name": "git diff to analyze patch",
247 "stdout": "/path/to/tmp/", 247 "stdout": "/path/to/tmp/",
248 "~followup_annotations": [ 248 "~followup_annotations": [
249 "@@@STEP_LOG_LINE@files@foo.cc@@@", 249 "@@@STEP_LOG_LINE@files@src/foo.cc@@@",
250 "@@@STEP_LOG_END@files@@@", 250 "@@@STEP_LOG_END@files@@@",
251 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" 251 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@"
252 ] 252 ]
253 }, 253 },
254 { 254 {
255 "cmd": [ 255 "cmd": [
256 "python", 256 "python",
257 "-u", 257 "-u",
258 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 258 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
259 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", 259 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 "import sys; sys.exit(0)" 413 "import sys; sys.exit(0)"
414 ], 414 ],
415 "name": "mark: before_tests" 415 "name": "mark: before_tests"
416 }, 416 },
417 { 417 {
418 "name": "$result", 418 "name": "$result",
419 "recipe_result": null, 419 "recipe_result": null,
420 "status_code": 0 420 "status_code": 0
421 } 421 }
422 ] 422 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698