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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_archive.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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "cmd": [ 225 "cmd": [
226 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 226 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
227 "diff", 227 "diff",
228 "--cached", 228 "--cached",
229 "--name-only" 229 "--name-only"
230 ], 230 ],
231 "cwd": "[SLAVE_BUILD]\\src", 231 "cwd": "[SLAVE_BUILD]\\src",
232 "name": "git diff to analyze patch", 232 "name": "git diff to analyze patch",
233 "stdout": "/path/to/tmp/", 233 "stdout": "/path/to/tmp/",
234 "~followup_annotations": [ 234 "~followup_annotations": [
235 "@@@STEP_LOG_LINE@files@foo.cc@@@", 235 "@@@STEP_LOG_LINE@files@src/foo.cc@@@",
236 "@@@STEP_LOG_END@files@@@", 236 "@@@STEP_LOG_END@files@@@",
237 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" 237 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@"
238 ] 238 ]
239 }, 239 },
240 { 240 {
241 "cmd": [ 241 "cmd": [
242 "python", 242 "python",
243 "-u", 243 "-u",
244 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 244 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
245 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", 245 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "import sys; sys.exit(0)" 371 "import sys; sys.exit(0)"
372 ], 372 ],
373 "name": "mark: before_tests" 373 "name": "mark: before_tests"
374 }, 374 },
375 { 375 {
376 "name": "$result", 376 "name": "$result",
377 "recipe_result": null, 377 "recipe_result": null,
378 "status_code": 0 378 "status_code": 0
379 } 379 }
380 ] 380 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698