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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/clobber_analyze.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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_clobber_rel_ng", 10 "linux_chromium_clobber_rel_ng",
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "cmd": [ 210 "cmd": [
211 "git", 211 "git",
212 "diff", 212 "diff",
213 "--cached", 213 "--cached",
214 "--name-only" 214 "--name-only"
215 ], 215 ],
216 "cwd": "[SLAVE_BUILD]/src", 216 "cwd": "[SLAVE_BUILD]/src",
217 "name": "git diff to analyze patch", 217 "name": "git diff to analyze patch",
218 "stdout": "/path/to/tmp/", 218 "stdout": "/path/to/tmp/",
219 "~followup_annotations": [ 219 "~followup_annotations": [
220 "@@@STEP_LOG_LINE@files@foo.cc@@@", 220 "@@@STEP_LOG_LINE@files@src/foo.cc@@@",
221 "@@@STEP_LOG_END@files@@@", 221 "@@@STEP_LOG_END@files@@@",
222 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" 222 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@"
223 ] 223 ]
224 }, 224 },
225 { 225 {
226 "cmd": [ 226 "cmd": [
227 "python", 227 "python",
228 "-u", 228 "-u",
229 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 229 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
230 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", 230 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 "import sys; sys.exit(0)" 376 "import sys; sys.exit(0)"
377 ], 377 ],
378 "name": "mark: before_tests" 378 "name": "mark: before_tests"
379 }, 379 },
380 { 380 {
381 "name": "$result", 381 "name": "$result",
382 "recipe_result": null, 382 "recipe_result": null,
383 "status_code": 0 383 "status_code": 0
384 } 384 }
385 ] 385 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698