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]/android-src", | 135 "[SLAVE_BUILD]/android-src", |
130 "511" | 136 "511" |
131 ], | 137 ], |
| 138 "cwd": "[SLAVE_BUILD]", |
132 "name": "makedirs android source root", | 139 "name": "makedirs android source root", |
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)@@@", |
(...skipping 30 matching lines...) Expand all Loading... |
172 "@@@STEP_EXCEPTION@@@" | 179 "@@@STEP_EXCEPTION@@@" |
173 ] | 180 ] |
174 }, | 181 }, |
175 { | 182 { |
176 "cmd": [ | 183 "cmd": [ |
177 "python", | 184 "python", |
178 "-u", | 185 "-u", |
179 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 186 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
180 "[SLAVE_BUILD]" | 187 "[SLAVE_BUILD]" |
181 ], | 188 ], |
| 189 "cwd": "[SLAVE_BUILD]", |
182 "name": "cleanup index.lock", | 190 "name": "cleanup index.lock", |
183 "~followup_annotations": [ | 191 "~followup_annotations": [ |
184 "@@@STEP_LOG_LINE@python.inline@@@@", | 192 "@@@STEP_LOG_LINE@python.inline@@@@", |
185 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 193 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
186 "@@@STEP_LOG_LINE@python.inline@@@@", | 194 "@@@STEP_LOG_LINE@python.inline@@@@", |
187 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", | 195 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", |
188 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", | 196 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", |
189 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", | 197 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", |
190 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", | 198 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", |
191 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", | 199 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 { | 232 { |
225 "cmd": [ | 233 "cmd": [ |
226 "[SLAVE_BUILD]/src/android_webview/buildbot/deps_whitelist.py", | 234 "[SLAVE_BUILD]/src/android_webview/buildbot/deps_whitelist.py", |
227 "--method", | 235 "--method", |
228 "android_rsync_build", | 236 "android_rsync_build", |
229 "--path-to-deps", | 237 "--path-to-deps", |
230 "[SLAVE_BUILD]/src/DEPS", | 238 "[SLAVE_BUILD]/src/DEPS", |
231 "--output-json", | 239 "--output-json", |
232 "/path/to/tmp/json" | 240 "/path/to/tmp/json" |
233 ], | 241 ], |
| 242 "cwd": "[SLAVE_BUILD]", |
234 "name": "calculate blacklist", | 243 "name": "calculate blacklist", |
235 "~followup_annotations": [ | 244 "~followup_annotations": [ |
236 "@@@STEP_LOG_LINE@json.output@{@@@", | 245 "@@@STEP_LOG_LINE@json.output@{@@@", |
237 "@@@STEP_LOG_LINE@json.output@ \"blacklist\": [@@@", | 246 "@@@STEP_LOG_LINE@json.output@ \"blacklist\": [@@@", |
238 "@@@STEP_LOG_LINE@json.output@ \"blacklist/project/1\", @@@", | 247 "@@@STEP_LOG_LINE@json.output@ \"blacklist/project/1\", @@@", |
239 "@@@STEP_LOG_LINE@json.output@ \"blacklist/project/2\"@@@", | 248 "@@@STEP_LOG_LINE@json.output@ \"blacklist/project/2\"@@@", |
240 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 249 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
241 "@@@STEP_LOG_LINE@json.output@}@@@", | 250 "@@@STEP_LOG_LINE@json.output@}@@@", |
242 "@@@STEP_LOG_END@json.output@@@" | 251 "@@@STEP_LOG_END@json.output@@@" |
243 ] | 252 ] |
244 }, | 253 }, |
245 { | 254 { |
246 "cmd": [ | 255 "cmd": [ |
247 "rsync", | 256 "rsync", |
248 "-rav", | 257 "-rav", |
249 "--delete", | 258 "--delete", |
250 "--delete-excluded", | 259 "--delete-excluded", |
251 "--exclude=.svn", | 260 "--exclude=.svn", |
252 "--exclude=.git", | 261 "--exclude=.git", |
253 "--exclude=blacklist/project/1", | 262 "--exclude=blacklist/project/1", |
254 "--exclude=blacklist/project/2", | 263 "--exclude=blacklist/project/2", |
255 "[SLAVE_BUILD]/src/", | 264 "[SLAVE_BUILD]/src/", |
256 "[SLAVE_BUILD]/android-src/external/chromium_org" | 265 "[SLAVE_BUILD]/android-src/external/chromium_org" |
257 ], | 266 ], |
| 267 "cwd": "[SLAVE_BUILD]", |
258 "name": "rsync chromium_org" | 268 "name": "rsync chromium_org" |
259 }, | 269 }, |
260 { | 270 { |
261 "cmd": [ | 271 "cmd": [ |
262 "[BUILD]/scripts/slave/android/with_lunch", | 272 "[BUILD]/scripts/slave/android/with_lunch", |
263 "[SLAVE_BUILD]/android-src", | 273 "[SLAVE_BUILD]/android-src", |
264 "full-eng", | 274 "full-eng", |
265 "[SLAVE_BUILD]/android-src/external/chromium_org/android_webview/tools/gyp
_webview", | 275 "[SLAVE_BUILD]/android-src/external/chromium_org/android_webview/tools/gyp
_webview", |
266 "all" | 276 "all" |
267 ], | 277 ], |
268 "cwd": "[SLAVE_BUILD]/android-src/external/chromium_org", | 278 "cwd": "[SLAVE_BUILD]/android-src/external/chromium_org", |
269 "name": "gyp_webview" | 279 "name": "gyp_webview" |
270 }, | 280 }, |
271 { | 281 { |
272 "cmd": [ | 282 "cmd": [ |
273 "python", | 283 "python", |
274 "-u", | 284 "-u", |
275 "[SLAVE_BUILD]/android-src/external/chromium_org/android_webview/tools/web
view_licenses.py", | 285 "[SLAVE_BUILD]/android-src/external/chromium_org/android_webview/tools/web
view_licenses.py", |
276 "all_incompatible_directories" | 286 "all_incompatible_directories" |
277 ], | 287 ], |
| 288 "cwd": "[SLAVE_BUILD]", |
278 "name": "incompatible directories" | 289 "name": "incompatible directories" |
279 }, | 290 }, |
280 { | 291 { |
281 "cmd": [ | 292 "cmd": [ |
282 "git", | 293 "git", |
283 "diff", | 294 "diff", |
284 "--cached", | 295 "--cached", |
285 "--name-only" | 296 "--name-only" |
286 ], | 297 ], |
287 "cwd": "[SLAVE_BUILD]/src", | 298 "cwd": "[SLAVE_BUILD]/src", |
288 "name": "git diff to analyze patch", | 299 "name": "git diff to analyze patch", |
289 "stdout": "/path/to/tmp/", | 300 "stdout": "/path/to/tmp/", |
290 "~followup_annotations": [ | 301 "~followup_annotations": [ |
291 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 302 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
292 "@@@STEP_LOG_END@files@@@" | 303 "@@@STEP_LOG_END@files@@@" |
293 ] | 304 ] |
294 }, | 305 }, |
295 { | 306 { |
296 "cmd": [ | 307 "cmd": [ |
297 "python", | 308 "python", |
298 "-u", | 309 "-u", |
299 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 310 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
300 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 311 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", |
301 "/path/to/tmp/json" | 312 "/path/to/tmp/json" |
302 ], | 313 ], |
| 314 "cwd": "[SLAVE_BUILD]", |
303 "name": "read filter exclusion spec", | 315 "name": "read filter exclusion spec", |
304 "~followup_annotations": [ | 316 "~followup_annotations": [ |
305 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 317 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
306 "@@@STEP_LOG_LINE@json.output@{@@@", | 318 "@@@STEP_LOG_LINE@json.output@{@@@", |
307 "@@@STEP_LOG_LINE@json.output@ \"android_webview\": {@@@", | 319 "@@@STEP_LOG_LINE@json.output@ \"android_webview\": {@@@", |
308 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", | 320 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", |
309 "@@@STEP_LOG_LINE@json.output@ \"android_webview/.*\"@@@", | 321 "@@@STEP_LOG_LINE@json.output@ \"android_webview/.*\"@@@", |
310 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 322 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
311 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 323 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
312 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 324 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
313 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 325 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
314 "@@@STEP_LOG_LINE@json.output@ }@@@", | 326 "@@@STEP_LOG_LINE@json.output@ }@@@", |
315 "@@@STEP_LOG_LINE@json.output@}@@@", | 327 "@@@STEP_LOG_LINE@json.output@}@@@", |
316 "@@@STEP_LOG_END@json.output@@@" | 328 "@@@STEP_LOG_END@json.output@@@" |
317 ] | 329 ] |
318 }, | 330 }, |
319 { | 331 { |
320 "cmd": [ | 332 "cmd": [ |
321 "python", | 333 "python", |
322 "-u", | 334 "-u", |
323 "[SLAVE_BUILD]/src/build/gyp_chromium", | 335 "[SLAVE_BUILD]/src/build/gyp_chromium", |
324 "--analyzer", | 336 "--analyzer", |
325 "{\"files\": [\"foo.cc\"], \"targets\": [\"android_webview_apk\"]}", | 337 "{\"files\": [\"foo.cc\"], \"targets\": [\"android_webview_apk\"]}", |
326 "/path/to/tmp/json" | 338 "/path/to/tmp/json" |
327 ], | 339 ], |
| 340 "cwd": "[SLAVE_BUILD]", |
328 "env": { | 341 "env": { |
329 "GYP_CROSSCOMPILE": "1", | 342 "GYP_CROSSCOMPILE": "1", |
330 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 target_arc
h=arm" | 343 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 target_arc
h=arm" |
331 }, | 344 }, |
332 "name": "analyze", | 345 "name": "analyze", |
333 "~followup_annotations": [ | 346 "~followup_annotations": [ |
334 "@@@STEP_LOG_LINE@json.output@{@@@", | 347 "@@@STEP_LOG_LINE@json.output@{@@@", |
335 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 348 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
336 "@@@STEP_LOG_LINE@json.output@ \"some_target\"@@@", | 349 "@@@STEP_LOG_LINE@json.output@ \"some_target\"@@@", |
337 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 350 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
(...skipping 17 matching lines...) Expand all Loading... |
355 "--src-dir", | 368 "--src-dir", |
356 "[SLAVE_BUILD]/android-src", | 369 "[SLAVE_BUILD]/android-src", |
357 "--build-tool", | 370 "--build-tool", |
358 "make-android", | 371 "make-android", |
359 "--verbose" | 372 "--verbose" |
360 ], | 373 ], |
361 "cwd": "[SLAVE_BUILD]", | 374 "cwd": "[SLAVE_BUILD]", |
362 "name": "compile" | 375 "name": "compile" |
363 } | 376 } |
364 ] | 377 ] |
OLD | NEW |