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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_arm.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_arm", 10 "linux_arm",
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "cmd": [ 224 "cmd": [
225 "git", 225 "git",
226 "diff", 226 "diff",
227 "--cached", 227 "--cached",
228 "--name-only" 228 "--name-only"
229 ], 229 ],
230 "cwd": "[SLAVE_BUILD]/src", 230 "cwd": "[SLAVE_BUILD]/src",
231 "name": "git diff to analyze patch", 231 "name": "git diff to analyze patch",
232 "stdout": "/path/to/tmp/", 232 "stdout": "/path/to/tmp/",
233 "~followup_annotations": [ 233 "~followup_annotations": [
234 "@@@STEP_LOG_LINE@files@foo.cc@@@", 234 "@@@STEP_LOG_LINE@files@src/foo.cc@@@",
235 "@@@STEP_LOG_END@files@@@", 235 "@@@STEP_LOG_END@files@@@",
236 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" 236 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@"
237 ] 237 ]
238 }, 238 },
239 { 239 {
240 "cmd": [ 240 "cmd": [
241 "python", 241 "python",
242 "-u", 242 "-u",
243 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 243 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
244 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", 244 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "import sys; sys.exit(0)" 288 "import sys; sys.exit(0)"
289 ], 289 ],
290 "name": "mark: before_tests" 290 "name": "mark: before_tests"
291 }, 291 },
292 { 292 {
293 "name": "$result", 293 "name": "$result",
294 "recipe_result": null, 294 "recipe_result": null,
295 "status_code": 0 295 "status_code": 0
296 } 296 }
297 ] 297 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698