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

Side by Side Diff: recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json

Issue 1927403003: Avoid computing patch_root in get_files_affected_by_patch. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: review 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS]/apply_issue.py", 6 "[DEPOT_TOOLS]/apply_issue.py",
7 "-r", 7 "-r",
8 "[SLAVE_BUILD]", 8 "[SLAVE_BUILD]",
9 "-i", 9 "-i",
10 "12853011", 10 "12853011",
11 "-p", 11 "-p",
12 "1", 12 "1",
13 "-s", 13 "-s",
14 "https://codereview.chromium.org", 14 "https://codereview.chromium.org",
15 "--no-auth" 15 "--no-auth"
16 ], 16 ],
17 "name": "apply_issue", 17 "name": "apply_issue",
18 "~followup_annotations": [ 18 "~followup_annotations": [
19 "@@@STEP_LINK@Applied issue 12853011@https://codereview.chromium.org/12853 011@@@" 19 "@@@STEP_LINK@Applied issue 12853011@https://codereview.chromium.org/12853 011@@@"
20 ] 20 ]
21 }, 21 },
22 { 22 {
23 "cmd": [ 23 "cmd": [
24 "git", 24 "git",
25 "diff", 25 "diff",
26 "--cached", 26 "--cached",
27 "--name-only" 27 "--name-only"
28 ], 28 ],
29 "cwd": "[SLAVE_BUILD]", 29 "cwd": "[SLAVE_BUILD]/sub/project",
30 "name": "git diff to analyze patch", 30 "name": "git diff to analyze patch",
31 "stdout": "/path/to/tmp/", 31 "stdout": "/path/to/tmp/",
32 "~followup_annotations": [ 32 "~followup_annotations": [
33 "@@@STEP_LOG_LINE@files@foo.cc@@@", 33 "@@@STEP_LOG_LINE@files@sub/project/foo.cc@@@",
34 "@@@STEP_LOG_END@files@@@", 34 "@@@STEP_LOG_END@files@@@",
35 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@", 35 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@",
36 "@@@SET_BUILD_PROPERTY@subproject_tag@\"v8\"@@@" 36 "@@@SET_BUILD_PROPERTY@subproject_tag@\"v8\"@@@"
37 ] 37 ]
38 }, 38 },
39 { 39 {
40 "cmd": [ 40 "cmd": [
41 "python", 41 "python",
42 "-u", 42 "-u",
43 "import sys; sys.exit(1)" 43 "import sys; sys.exit(1)"
44 ], 44 ],
45 "name": "fail", 45 "name": "fail",
46 "~followup_annotations": [ 46 "~followup_annotations": [
47 "step returned non-zero exit code: 1", 47 "step returned non-zero exit code: 1",
48 "@@@STEP_TEXT@foo@@@", 48 "@@@STEP_TEXT@foo@@@",
49 "@@@STEP_FAILURE@@@", 49 "@@@STEP_FAILURE@@@",
50 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a 70e7\"@@@" 50 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a 70e7\"@@@"
51 ] 51 ]
52 }, 52 },
53 { 53 {
54 "name": "$result", 54 "name": "$result",
55 "reason": "Step('fail') failed with return_code 1", 55 "reason": "Step('fail') failed with return_code 1",
56 "status_code": 1 56 "status_code": 1
57 } 57 }
58 ] 58 ]
OLDNEW
« no previous file with comments | « recipe_modules/tryserver/example.py ('k') | recipe_modules/tryserver/example.expected/with_wrong_patch_new.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698