OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
7 "config", | 7 "config", |
8 "--spec", | 8 "--spec", |
9 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', '
managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromiu
m/src.git'}]" | 9 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', '
managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromiu
m/src.git'}]" |
10 ], | 10 ], |
11 "cwd": "[SLAVE_BUILD]", | 11 "cwd": "[SLAVE_BUILD]", |
| 12 "env": { |
| 13 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
| 14 }, |
12 "name": "gclient setup" | 15 "name": "gclient setup" |
13 }, | 16 }, |
14 { | 17 { |
15 "cmd": [ | 18 "cmd": [ |
16 "python", | 19 "python", |
17 "-u", | 20 "-u", |
18 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 21 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
19 "sync", | 22 "sync", |
20 "--verbose", | 23 "--verbose", |
21 "--with_branch_heads", | 24 "--with_branch_heads", |
22 "--nohooks", | 25 "--nohooks", |
23 "-j8", | 26 "-j8", |
24 "--reset", | 27 "--reset", |
25 "--force", | 28 "--force", |
26 "--upstream", | 29 "--upstream", |
27 "--no-nag-max", | 30 "--no-nag-max", |
28 "--delete_unversioned_trees", | 31 "--delete_unversioned_trees", |
29 "--revision", | 32 "--revision", |
30 "src@abc", | 33 "src@abc", |
31 "--output-json", | 34 "--output-json", |
32 "/path/to/tmp/json" | 35 "/path/to/tmp/json" |
33 ], | 36 ], |
34 "cwd": "[SLAVE_BUILD]", | 37 "cwd": "[SLAVE_BUILD]", |
| 38 "env": { |
| 39 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
| 40 }, |
35 "name": "gclient sync", | 41 "name": "gclient sync", |
36 "~followup_annotations": [ | 42 "~followup_annotations": [ |
37 "@@@STEP_LOG_LINE@json.output@{@@@", | 43 "@@@STEP_LOG_LINE@json.output@{@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", |
41 "@@@STEP_LOG_LINE@json.output@ }@@@", | 47 "@@@STEP_LOG_LINE@json.output@ }@@@", |
42 "@@@STEP_LOG_LINE@json.output@ }@@@", | 48 "@@@STEP_LOG_LINE@json.output@ }@@@", |
43 "@@@STEP_LOG_LINE@json.output@}@@@", | 49 "@@@STEP_LOG_LINE@json.output@}@@@", |
44 "@@@STEP_LOG_END@json.output@@@" | 50 "@@@STEP_LOG_END@json.output@@@" |
45 ] | 51 ] |
46 }, | 52 }, |
47 { | 53 { |
48 "cmd": [ | 54 "cmd": [ |
49 "python", | 55 "python", |
50 "-u", | 56 "-u", |
51 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 57 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
52 "recurse", | 58 "recurse", |
53 "git", | 59 "git", |
54 "config", | 60 "config", |
55 "user.name", | 61 "user.name", |
56 "local_bot" | 62 "local_bot" |
57 ], | 63 ], |
58 "cwd": "[SLAVE_BUILD]", | 64 "cwd": "[SLAVE_BUILD]", |
| 65 "env": { |
| 66 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
| 67 }, |
59 "name": "gclient recurse (git config user.name)" | 68 "name": "gclient recurse (git config user.name)" |
60 }, | 69 }, |
61 { | 70 { |
62 "cmd": [ | 71 "cmd": [ |
63 "python", | 72 "python", |
64 "-u", | 73 "-u", |
65 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 74 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
66 "recurse", | 75 "recurse", |
67 "git", | 76 "git", |
68 "config", | 77 "config", |
69 "user.email", | 78 "user.email", |
70 "local_bot@example.com" | 79 "local_bot@example.com" |
71 ], | 80 ], |
72 "cwd": "[SLAVE_BUILD]", | 81 "cwd": "[SLAVE_BUILD]", |
| 82 "env": { |
| 83 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
| 84 }, |
73 "name": "gclient recurse (git config user.email)" | 85 "name": "gclient recurse (git config user.email)" |
74 }, | 86 }, |
75 { | 87 { |
76 "cmd": [ | 88 "cmd": [ |
77 "python", | 89 "python", |
78 "-u", | 90 "-u", |
79 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 91 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
80 "config", | 92 "config", |
81 "--spec", | 93 "--spec", |
82 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'WebKit', 'safesync_url': 'https://blink-status.appspot.com/lkgr', 'url': '
svn://svn.chromium.org/blink/trunk'}]" | 94 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'WebKit', 'safesync_url': 'https://blink-status.appspot.com/lkgr', 'url': '
svn://svn.chromium.org/blink/trunk'}]" |
83 ], | 95 ], |
84 "cwd": "[SLAVE_BUILD]/src/third_party", | 96 "cwd": "[SLAVE_BUILD]/src/third_party", |
| 97 "env": { |
| 98 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
| 99 }, |
85 "name": "[spec: WebKit] gclient setup" | 100 "name": "[spec: WebKit] gclient setup" |
86 }, | 101 }, |
87 { | 102 { |
88 "cmd": [ | 103 "cmd": [ |
89 "python", | 104 "python", |
90 "-u", | 105 "-u", |
91 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 106 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
92 "sync", | 107 "sync", |
93 "--nohooks", | 108 "--nohooks", |
94 "--force", | 109 "--force", |
95 "--verbose", | 110 "--verbose", |
96 "--delete_unversioned_trees", | 111 "--delete_unversioned_trees", |
97 "--with_branch_heads", | 112 "--with_branch_heads", |
98 "--revision", | 113 "--revision", |
99 "third_party/WebKit@123", | 114 "third_party/WebKit@123", |
100 "--output-json", | 115 "--output-json", |
101 "/path/to/tmp/json" | 116 "/path/to/tmp/json" |
102 ], | 117 ], |
103 "cwd": "[SLAVE_BUILD]/src/third_party", | 118 "cwd": "[SLAVE_BUILD]/src/third_party", |
| 119 "env": { |
| 120 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
| 121 }, |
104 "name": "[spec: WebKit] gclient sync", | 122 "name": "[spec: WebKit] gclient sync", |
105 "~followup_annotations": [ | 123 "~followup_annotations": [ |
106 "@@@STEP_LOG_LINE@json.output@{@@@", | 124 "@@@STEP_LOG_LINE@json.output@{@@@", |
107 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 125 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
108 "@@@STEP_LOG_LINE@json.output@ \"WebKit/\": {@@@", | 126 "@@@STEP_LOG_LINE@json.output@ \"WebKit/\": {@@@", |
109 "@@@STEP_LOG_LINE@json.output@ \"revision\": 241198@@@", | 127 "@@@STEP_LOG_LINE@json.output@ \"revision\": 241198@@@", |
110 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 128 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
111 "@@@STEP_LOG_LINE@json.output@ \"src/blatley/\": {@@@", | 129 "@@@STEP_LOG_LINE@json.output@ \"src/blatley/\": {@@@", |
112 "@@@STEP_LOG_LINE@json.output@ \"revision\": 248087@@@", | 130 "@@@STEP_LOG_LINE@json.output@ \"revision\": 248087@@@", |
113 "@@@STEP_LOG_LINE@json.output@ }@@@", | 131 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 28 matching lines...) Expand all Loading... |
142 ] | 160 ] |
143 }, | 161 }, |
144 { | 162 { |
145 "cmd": [ | 163 "cmd": [ |
146 "python", | 164 "python", |
147 "-u", | 165 "-u", |
148 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 166 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
149 "runhooks" | 167 "runhooks" |
150 ], | 168 ], |
151 "cwd": "[SLAVE_BUILD]", | 169 "cwd": "[SLAVE_BUILD]", |
| 170 "env": { |
| 171 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
| 172 }, |
152 "name": "gclient runhooks" | 173 "name": "gclient runhooks" |
153 }, | 174 }, |
154 { | 175 { |
155 "name": "$result", | 176 "name": "$result", |
156 "recipe_result": null, | 177 "recipe_result": null, |
157 "status_code": 0 | 178 "status_code": 0 |
158 } | 179 } |
159 ] | 180 ] |
OLD | NEW |