OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.testing.master", | 8 "chromium.testing.master", |
9 "--builder", | 9 "--builder", |
10 "TestBuilder", | 10 "TestBuilder", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']", | 14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{}", | 18 "{}", |
19 "--output_json", | 19 "--output_json", |
20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
21 "--revision", | 21 "--revision", |
22 "src@204787" | 22 "src@204787" |
23 ], | 23 ], |
| 24 "cwd": "[SLAVE_BUILD]", |
24 "name": "bot_update", | 25 "name": "bot_update", |
25 "~followup_annotations": [ | 26 "~followup_annotations": [ |
26 "@@@STEP_LOG_LINE@json.output@{@@@", | 27 "@@@STEP_LOG_LINE@json.output@{@@@", |
27 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", | 28 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", |
28 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", | 29 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", |
29 "@@@STEP_LOG_LINE@json.output@}@@@", | 30 "@@@STEP_LOG_LINE@json.output@}@@@", |
30 "@@@STEP_LOG_END@json.output@@@" | 31 "@@@STEP_LOG_END@json.output@@@" |
31 ] | 32 ] |
32 }, | 33 }, |
33 { | 34 { |
34 "cmd": [ | 35 "cmd": [ |
35 "python", | 36 "python", |
36 "-u", | 37 "-u", |
37 "[DEPOT_TOOLS]/gclient.py", | 38 "[DEPOT_TOOLS]/gclient.py", |
38 "config", | 39 "config", |
39 "--spec", | 40 "--spec", |
40 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']" | 41 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']" |
41 ], | 42 ], |
| 43 "cwd": "[SLAVE_BUILD]", |
42 "name": "gclient setup" | 44 "name": "gclient setup" |
43 }, | 45 }, |
44 { | 46 { |
45 "cmd": [ | 47 "cmd": [ |
46 "python", | 48 "python", |
47 "-u", | 49 "-u", |
48 "[DEPOT_TOOLS]/gclient.py", | 50 "[DEPOT_TOOLS]/gclient.py", |
49 "sync", | 51 "sync", |
50 "--nohooks", | 52 "--nohooks", |
51 "--force", | 53 "--force", |
52 "--verbose", | 54 "--verbose", |
53 "--delete_unversioned_trees", | 55 "--delete_unversioned_trees", |
54 "--revision", | 56 "--revision", |
55 "src@204787", | 57 "src@204787", |
56 "--output-json", | 58 "--output-json", |
57 "/path/to/tmp/json" | 59 "/path/to/tmp/json" |
58 ], | 60 ], |
| 61 "cwd": "[SLAVE_BUILD]", |
59 "name": "gclient sync", | 62 "name": "gclient sync", |
60 "~followup_annotations": [ | 63 "~followup_annotations": [ |
61 "@@@STEP_LOG_LINE@json.output@{@@@", | 64 "@@@STEP_LOG_LINE@json.output@{@@@", |
62 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 65 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
63 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 66 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
64 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 67 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
65 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 68 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
66 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@", | 69 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@", |
67 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@", | 70 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@", |
68 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 71 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 20 matching lines...) Expand all Loading... |
89 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@" | 92 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@" |
90 ] | 93 ] |
91 }, | 94 }, |
92 { | 95 { |
93 "cmd": [ | 96 "cmd": [ |
94 "python", | 97 "python", |
95 "-u", | 98 "-u", |
96 "[DEPOT_TOOLS]/gclient.py", | 99 "[DEPOT_TOOLS]/gclient.py", |
97 "runhooks" | 100 "runhooks" |
98 ], | 101 ], |
| 102 "cwd": "[SLAVE_BUILD]", |
99 "env": { | 103 "env": { |
100 "GYP_CHROMIUM_NO_ACTION": "1" | 104 "GYP_CHROMIUM_NO_ACTION": "1" |
101 }, | 105 }, |
102 "name": "gclient runhooks" | 106 "name": "gclient runhooks" |
103 }, | 107 }, |
104 { | 108 { |
105 "cmd": [ | 109 "cmd": [ |
106 "[SLAVE_BUILD]/src/build/util/lastchange.py", | 110 "[SLAVE_BUILD]/src/build/util/lastchange.py", |
107 "-o", | 111 "-o", |
108 "[SLAVE_BUILD]/src/build/util/LASTCHANGE", | 112 "[SLAVE_BUILD]/src/build/util/LASTCHANGE", |
109 "-s", | 113 "-s", |
110 "[SLAVE_BUILD]/src" | 114 "[SLAVE_BUILD]/src" |
111 ], | 115 ], |
| 116 "cwd": "[SLAVE_BUILD]", |
112 "name": "Chromium LASTCHANGE" | 117 "name": "Chromium LASTCHANGE" |
113 }, | 118 }, |
114 { | 119 { |
115 "cmd": [ | 120 "cmd": [ |
116 "[SLAVE_BUILD]/src/build/util/lastchange.py", | 121 "[SLAVE_BUILD]/src/build/util/lastchange.py", |
117 "-o", | 122 "-o", |
118 "[SLAVE_BUILD]/src/build/util/LASTCHANGE.blink", | 123 "[SLAVE_BUILD]/src/build/util/LASTCHANGE.blink", |
119 "-s", | 124 "-s", |
120 "[SLAVE_BUILD]/src/third_party/WebKit" | 125 "[SLAVE_BUILD]/src/third_party/WebKit" |
121 ], | 126 ], |
| 127 "cwd": "[SLAVE_BUILD]", |
122 "name": "Blink LASTCHANGE" | 128 "name": "Blink LASTCHANGE" |
123 }, | 129 }, |
124 { | 130 { |
125 "cmd": [ | 131 "cmd": [ |
126 "python", | 132 "python", |
127 "-u", | 133 "-u", |
128 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 134 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
129 "[SLAVE_BUILD]/repo_copy", | 135 "[SLAVE_BUILD]/repo_copy", |
130 "511" | 136 "511" |
131 ], | 137 ], |
| 138 "cwd": "[SLAVE_BUILD]", |
132 "name": "makedirs repo copy dir", | 139 "name": "makedirs repo copy dir", |
133 "~followup_annotations": [ | 140 "~followup_annotations": [ |
134 "@@@STEP_LOG_LINE@python.inline@@@@", | 141 "@@@STEP_LOG_LINE@python.inline@@@@", |
135 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 142 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
136 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 143 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
137 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 144 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
138 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 145 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
139 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 146 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
140 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 147 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
141 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 148 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
142 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 149 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
143 "@@@STEP_LOG_END@python.inline@@@" | 150 "@@@STEP_LOG_END@python.inline@@@" |
144 ] | 151 ] |
145 }, | 152 }, |
146 { | 153 { |
147 "cmd": [ | 154 "cmd": [ |
148 "cp", | 155 "cp", |
149 "[SLAVE_BUILD]/android-src/.repo/repo/repo", | 156 "[SLAVE_BUILD]/android-src/.repo/repo/repo", |
150 "[SLAVE_BUILD]/repo_copy/repo" | 157 "[SLAVE_BUILD]/repo_copy/repo" |
151 ], | 158 ], |
| 159 "cwd": "[SLAVE_BUILD]", |
152 "name": "copy repo from Android" | 160 "name": "copy repo from Android" |
153 }, | 161 }, |
154 { | 162 { |
155 "cmd": [ | 163 "cmd": [ |
156 "python", | 164 "python", |
157 "-u", | 165 "-u", |
158 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 166 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
159 "[SLAVE_BUILD]/android-src", | 167 "[SLAVE_BUILD]/android-src", |
160 "511" | 168 "511" |
161 ], | 169 ], |
| 170 "cwd": "[SLAVE_BUILD]", |
162 "name": "makedirs android source root", | 171 "name": "makedirs android source root", |
163 "~followup_annotations": [ | 172 "~followup_annotations": [ |
164 "@@@STEP_LOG_LINE@python.inline@@@@", | 173 "@@@STEP_LOG_LINE@python.inline@@@@", |
165 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 174 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
166 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 175 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
167 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 176 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
168 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 177 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
169 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 178 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
170 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 179 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
171 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 180 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
(...skipping 29 matching lines...) Expand all Loading... |
201 { | 210 { |
202 "cmd": [ | 211 "cmd": [ |
203 "[SLAVE_BUILD]/src/android_webview/buildbot/deps_whitelist.py", | 212 "[SLAVE_BUILD]/src/android_webview/buildbot/deps_whitelist.py", |
204 "--method", | 213 "--method", |
205 "android_rsync_build", | 214 "android_rsync_build", |
206 "--path-to-deps", | 215 "--path-to-deps", |
207 "[SLAVE_BUILD]/src/DEPS", | 216 "[SLAVE_BUILD]/src/DEPS", |
208 "--output-json", | 217 "--output-json", |
209 "/path/to/tmp/json" | 218 "/path/to/tmp/json" |
210 ], | 219 ], |
| 220 "cwd": "[SLAVE_BUILD]", |
211 "name": "calculate blacklist", | 221 "name": "calculate blacklist", |
212 "~followup_annotations": [ | 222 "~followup_annotations": [ |
213 "@@@STEP_LOG_LINE@json.output@{@@@", | 223 "@@@STEP_LOG_LINE@json.output@{@@@", |
214 "@@@STEP_LOG_LINE@json.output@ \"blacklist\": [@@@", | 224 "@@@STEP_LOG_LINE@json.output@ \"blacklist\": [@@@", |
215 "@@@STEP_LOG_LINE@json.output@ \"blacklist/project/1\", @@@", | 225 "@@@STEP_LOG_LINE@json.output@ \"blacklist/project/1\", @@@", |
216 "@@@STEP_LOG_LINE@json.output@ \"blacklist/project/2\"@@@", | 226 "@@@STEP_LOG_LINE@json.output@ \"blacklist/project/2\"@@@", |
217 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 227 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
218 "@@@STEP_LOG_LINE@json.output@}@@@", | 228 "@@@STEP_LOG_LINE@json.output@}@@@", |
219 "@@@STEP_LOG_END@json.output@@@" | 229 "@@@STEP_LOG_END@json.output@@@" |
220 ] | 230 ] |
221 }, | 231 }, |
222 { | 232 { |
223 "cmd": [ | 233 "cmd": [ |
224 "rsync", | 234 "rsync", |
225 "-rav", | 235 "-rav", |
226 "--delete", | 236 "--delete", |
227 "--delete-excluded", | 237 "--delete-excluded", |
228 "--exclude=.svn", | 238 "--exclude=.svn", |
229 "--exclude=.git", | 239 "--exclude=.git", |
230 "--exclude=blacklist/project/1", | 240 "--exclude=blacklist/project/1", |
231 "--exclude=blacklist/project/2", | 241 "--exclude=blacklist/project/2", |
232 "[SLAVE_BUILD]/src/", | 242 "[SLAVE_BUILD]/src/", |
233 "[SLAVE_BUILD]/android-src/external/chromium_org" | 243 "[SLAVE_BUILD]/android-src/external/chromium_org" |
234 ], | 244 ], |
| 245 "cwd": "[SLAVE_BUILD]", |
235 "name": "rsync chromium_org" | 246 "name": "rsync chromium_org" |
236 }, | 247 }, |
237 { | 248 { |
238 "cmd": [ | 249 "cmd": [ |
239 "[BUILD]/scripts/slave/android/with_lunch", | 250 "[BUILD]/scripts/slave/android/with_lunch", |
240 "[SLAVE_BUILD]/android-src", | 251 "[SLAVE_BUILD]/android-src", |
241 "full-eng", | 252 "full-eng", |
242 "[SLAVE_BUILD]/android-src/external/chromium_org/android_webview/tools/gyp
_webview", | 253 "[SLAVE_BUILD]/android-src/external/chromium_org/android_webview/tools/gyp
_webview", |
243 "all" | 254 "all" |
244 ], | 255 ], |
245 "cwd": "[SLAVE_BUILD]/android-src/external/chromium_org", | 256 "cwd": "[SLAVE_BUILD]/android-src/external/chromium_org", |
246 "name": "gyp_webview" | 257 "name": "gyp_webview" |
247 }, | 258 }, |
248 { | 259 { |
249 "cmd": [ | 260 "cmd": [ |
250 "python", | 261 "python", |
251 "-u", | 262 "-u", |
252 "[SLAVE_BUILD]/android-src/external/chromium_org/android_webview/tools/web
view_licenses.py", | 263 "[SLAVE_BUILD]/android-src/external/chromium_org/android_webview/tools/web
view_licenses.py", |
253 "all_incompatible_directories" | 264 "all_incompatible_directories" |
254 ], | 265 ], |
| 266 "cwd": "[SLAVE_BUILD]", |
255 "name": "incompatible directories" | 267 "name": "incompatible directories" |
256 }, | 268 }, |
257 { | 269 { |
258 "cmd": [ | 270 "cmd": [ |
259 "git", | 271 "git", |
260 "diff", | 272 "diff", |
261 "--cached", | 273 "--cached", |
262 "--name-only" | 274 "--name-only" |
263 ], | 275 ], |
264 "cwd": "[SLAVE_BUILD]/src", | 276 "cwd": "[SLAVE_BUILD]/src", |
265 "name": "git diff to analyze patch", | 277 "name": "git diff to analyze patch", |
266 "stdout": "/path/to/tmp/", | 278 "stdout": "/path/to/tmp/", |
267 "~followup_annotations": [ | 279 "~followup_annotations": [ |
268 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 280 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
269 "@@@STEP_LOG_END@files@@@" | 281 "@@@STEP_LOG_END@files@@@" |
270 ] | 282 ] |
271 }, | 283 }, |
272 { | 284 { |
273 "cmd": [ | 285 "cmd": [ |
274 "python", | 286 "python", |
275 "-u", | 287 "-u", |
276 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 288 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
277 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 289 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
278 "/path/to/tmp/json" | 290 "/path/to/tmp/json" |
279 ], | 291 ], |
| 292 "cwd": "[SLAVE_BUILD]", |
280 "name": "read filter exclusion spec", | 293 "name": "read filter exclusion spec", |
281 "~followup_annotations": [ | 294 "~followup_annotations": [ |
282 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 295 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
283 "@@@STEP_LOG_LINE@json.output@{@@@", | 296 "@@@STEP_LOG_LINE@json.output@{@@@", |
284 "@@@STEP_LOG_LINE@json.output@ \"android_webview\": {@@@", | 297 "@@@STEP_LOG_LINE@json.output@ \"android_webview\": {@@@", |
285 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", | 298 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", |
286 "@@@STEP_LOG_LINE@json.output@ \"android_webview/.*\"@@@", | 299 "@@@STEP_LOG_LINE@json.output@ \"android_webview/.*\"@@@", |
287 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 300 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
288 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 301 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
289 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 302 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
290 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 303 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
291 "@@@STEP_LOG_LINE@json.output@ }@@@", | 304 "@@@STEP_LOG_LINE@json.output@ }@@@", |
292 "@@@STEP_LOG_LINE@json.output@}@@@", | 305 "@@@STEP_LOG_LINE@json.output@}@@@", |
293 "@@@STEP_LOG_END@json.output@@@" | 306 "@@@STEP_LOG_END@json.output@@@" |
294 ] | 307 ] |
295 }, | 308 }, |
296 { | 309 { |
297 "cmd": [ | 310 "cmd": [ |
298 "python", | 311 "python", |
299 "-u", | 312 "-u", |
300 "[SLAVE_BUILD]/src/build/gyp_chromium", | 313 "[SLAVE_BUILD]/src/build/gyp_chromium", |
301 "--analyzer", | 314 "--analyzer", |
302 "{\"files\": [\"foo.cc\"], \"targets\": [\"android_webview_apk\"]}", | 315 "{\"files\": [\"foo.cc\"], \"targets\": [\"android_webview_apk\"]}", |
303 "/path/to/tmp/json" | 316 "/path/to/tmp/json" |
304 ], | 317 ], |
| 318 "cwd": "[SLAVE_BUILD]", |
305 "env": { | 319 "env": { |
306 "GYP_CROSSCOMPILE": "1", | 320 "GYP_CROSSCOMPILE": "1", |
307 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 target_arc
h=arm" | 321 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 target_arc
h=arm" |
308 }, | 322 }, |
309 "name": "analyze", | 323 "name": "analyze", |
310 "~followup_annotations": [ | 324 "~followup_annotations": [ |
311 "@@@STEP_LOG_LINE@json.output@{@@@", | 325 "@@@STEP_LOG_LINE@json.output@{@@@", |
312 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 326 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
313 "@@@STEP_LOG_LINE@json.output@ \"some_target\"@@@", | 327 "@@@STEP_LOG_LINE@json.output@ \"some_target\"@@@", |
314 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 328 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
(...skipping 17 matching lines...) Expand all Loading... |
332 "--src-dir", | 346 "--src-dir", |
333 "[SLAVE_BUILD]/android-src", | 347 "[SLAVE_BUILD]/android-src", |
334 "--build-tool", | 348 "--build-tool", |
335 "make-android", | 349 "make-android", |
336 "--verbose" | 350 "--verbose" |
337 ], | 351 ], |
338 "cwd": "[SLAVE_BUILD]", | 352 "cwd": "[SLAVE_BUILD]", |
339 "name": "compile" | 353 "name": "compile" |
340 } | 354 } |
341 ] | 355 ] |
OLD | NEW |