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

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

Issue 1915033006: Revert of Reland of depot_tools: add infra_paths recipe module for infra-specific paths (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Remove recipes.cfg ? 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 "[ROOT]/b/build/scripts/slave/git_setup.py", 6 "[BUILD]/scripts/slave/git_setup.py",
7 "--path", 7 "--path",
8 "[TMP_BASE]/patch_tmp_1", 8 "[TMP_BASE]/patch_tmp_1",
9 "--url", 9 "--url",
10 "http://patch.url/" 10 "http://patch.url/"
11 ], 11 ],
12 "cwd": "[SLAVE_BUILD]", 12 "cwd": "[SLAVE_BUILD]",
13 "name": "patch git setup" 13 "name": "patch git setup"
14 }, 14 },
15 { 15 {
16 "cmd": [ 16 "cmd": [
(...skipping 23 matching lines...) Expand all
40 "-f", 40 "-f",
41 "FETCH_HEAD" 41 "FETCH_HEAD"
42 ], 42 ],
43 "cwd": "[TMP_BASE]/patch_tmp_1", 43 "cwd": "[TMP_BASE]/patch_tmp_1",
44 "name": "patch git checkout" 44 "name": "patch git checkout"
45 }, 45 },
46 { 46 {
47 "cmd": [ 47 "cmd": [
48 "patch", 48 "patch",
49 "--dir", 49 "--dir",
50 "[CWD]", 50 "[SLAVE_BUILD]",
51 "--force", 51 "--force",
52 "--forward", 52 "--forward",
53 "--remove-empty-files", 53 "--remove-empty-files",
54 "--strip", 54 "--strip",
55 "0", 55 "0",
56 "--input", 56 "--input",
57 "[TMP_BASE]/patch_tmp_1/patch.diff" 57 "[TMP_BASE]/patch_tmp_1/patch.diff"
58 ], 58 ],
59 "cwd": "[SLAVE_BUILD]", 59 "cwd": "[SLAVE_BUILD]",
60 "name": "apply patch" 60 "name": "apply patch"
61 }, 61 },
62 { 62 {
63 "cmd": [ 63 "cmd": [
64 "rm", 64 "rm",
65 "-rf", 65 "-rf",
66 "[TMP_BASE]/patch_tmp_1" 66 "[TMP_BASE]/patch_tmp_1"
67 ], 67 ],
68 "cwd": "[SLAVE_BUILD]", 68 "cwd": "[SLAVE_BUILD]",
69 "name": "remove patch" 69 "name": "remove patch"
70 }, 70 },
71 { 71 {
72 "cmd": [ 72 "cmd": [
73 "git", 73 "git",
74 "diff", 74 "diff",
75 "--cached", 75 "--cached",
76 "--name-only" 76 "--name-only"
77 ], 77 ],
78 "cwd": "[CWD]/v8", 78 "cwd": "[SLAVE_BUILD]/v8",
79 "name": "git diff to analyze patch", 79 "name": "git diff to analyze patch",
80 "stdout": "/path/to/tmp/", 80 "stdout": "/path/to/tmp/",
81 "~followup_annotations": [ 81 "~followup_annotations": [
82 "@@@STEP_LOG_LINE@files@v8/foo.cc@@@", 82 "@@@STEP_LOG_LINE@files@v8/foo.cc@@@",
83 "@@@STEP_LOG_END@files@@@", 83 "@@@STEP_LOG_END@files@@@",
84 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@", 84 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@",
85 "@@@SET_BUILD_PROPERTY@subproject_tag@\"v8\"@@@" 85 "@@@SET_BUILD_PROPERTY@subproject_tag@\"v8\"@@@"
86 ] 86 ]
87 }, 87 },
88 { 88 {
(...skipping 10 matching lines...) Expand all
99 "@@@STEP_FAILURE@@@", 99 "@@@STEP_FAILURE@@@",
100 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a 70e7\"@@@" 100 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a 70e7\"@@@"
101 ] 101 ]
102 }, 102 },
103 { 103 {
104 "name": "$result", 104 "name": "$result",
105 "reason": "Step('fail') failed with return_code 1", 105 "reason": "Step('fail') failed with return_code 1",
106 "status_code": 1 106 "status_code": 1
107 } 107 }
108 ] 108 ]
OLDNEW
« no previous file with comments | « recipe_modules/tryserver/example.py ('k') | recipe_modules/tryserver/example.expected/with_rietveld_patch.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698