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/compile_failure_without_patch_deapply_fn.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_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 "cmd": [ 245 "cmd": [
246 "git", 246 "git",
247 "diff", 247 "diff",
248 "--cached", 248 "--cached",
249 "--name-only" 249 "--name-only"
250 ], 250 ],
251 "cwd": "[SLAVE_BUILD]/src", 251 "cwd": "[SLAVE_BUILD]/src",
252 "name": "git diff to analyze patch", 252 "name": "git diff to analyze patch",
253 "stdout": "/path/to/tmp/", 253 "stdout": "/path/to/tmp/",
254 "~followup_annotations": [ 254 "~followup_annotations": [
255 "@@@STEP_LOG_LINE@files@foo.cc@@@", 255 "@@@STEP_LOG_LINE@files@src/foo.cc@@@",
256 "@@@STEP_LOG_END@files@@@", 256 "@@@STEP_LOG_END@files@@@",
257 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" 257 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@"
258 ] 258 ]
259 }, 259 },
260 { 260 {
261 "cmd": [ 261 "cmd": [
262 "python", 262 "python",
263 "-u", 263 "-u",
264 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 264 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
265 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", 265 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 "@@@STEP_FAILURE@@@", 616 "@@@STEP_FAILURE@@@",
617 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@" 617 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
618 ] 618 ]
619 }, 619 },
620 { 620 {
621 "name": "$result", 621 "name": "$result",
622 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 622 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1",
623 "status_code": 1 623 "status_code": 1
624 } 624 }
625 ] 625 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698