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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder.json

Issue 2162903002: tryserver.chromium.android: convert chromium_trybot builders to remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 "\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", 6 "\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",
7 "[BUILDER_CACHE]/Android_Builder", 7 "[BUILDER_CACHE]/android",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
11 "~followup_annotations": [ 11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@", 12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
(...skipping 22 matching lines...) Expand all
40 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 40 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
41 "--git-cache-dir", 41 "--git-cache-dir",
42 "[GIT_CACHE]", 42 "[GIT_CACHE]",
43 "--output_json", 43 "--output_json",
44 "/path/to/tmp/json", 44 "/path/to/tmp/json",
45 "--revision", 45 "--revision",
46 "src@HEAD", 46 "src@HEAD",
47 "--force", 47 "--force",
48 "--output_manifest" 48 "--output_manifest"
49 ], 49 ],
50 "cwd": "[BUILDER_CACHE]/Android_Builder", 50 "cwd": "[BUILDER_CACHE]/android",
51 "env": { 51 "env": {
52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
53 }, 53 },
54 "name": "bot_update", 54 "name": "bot_update",
55 "~followup_annotations": [ 55 "~followup_annotations": [
56 "@@@STEP_TEXT@Some step text@@@", 56 "@@@STEP_TEXT@Some step text@@@",
57 "@@@STEP_LOG_LINE@json.output@{@@@", 57 "@@@STEP_LOG_LINE@json.output@{@@@",
58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
59 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 59 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
60 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 60 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "@@@STEP_LOG_LINE@json.output@ }@@@", 178 "@@@STEP_LOG_LINE@json.output@ }@@@",
179 "@@@STEP_LOG_LINE@json.output@ ]@@@", 179 "@@@STEP_LOG_LINE@json.output@ ]@@@",
180 "@@@STEP_LOG_LINE@json.output@}@@@", 180 "@@@STEP_LOG_LINE@json.output@}@@@",
181 "@@@STEP_LOG_END@json.output@@@" 181 "@@@STEP_LOG_END@json.output@@@"
182 ] 182 ]
183 }, 183 },
184 { 184 {
185 "cmd": [ 185 "cmd": [
186 "python", 186 "python",
187 "-u", 187 "-u",
188 "[BUILDER_CACHE]/Android_Builder/src/tools/swarming_client/swarming.py", 188 "[BUILDER_CACHE]/android/src/tools/swarming_client/swarming.py",
189 "--version" 189 "--version"
190 ], 190 ],
191 "name": "swarming.py --version", 191 "name": "swarming.py --version",
192 "stdout": "/path/to/tmp/", 192 "stdout": "/path/to/tmp/",
193 "~followup_annotations": [ 193 "~followup_annotations": [
194 "@@@STEP_TEXT@0.8.6@@@" 194 "@@@STEP_TEXT@0.8.6@@@"
195 ] 195 ]
196 }, 196 },
197 { 197 {
198 "cmd": [ 198 "cmd": [
199 "python", 199 "python",
200 "-u", 200 "-u",
201 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 201 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
202 "runhooks" 202 "runhooks"
203 ], 203 ],
204 "cwd": "[BUILDER_CACHE]/Android_Builder/src", 204 "cwd": "[BUILDER_CACHE]/android/src",
205 "env": { 205 "env": {
206 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 206 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
207 "GYP_CHROMIUM_NO_ACTION": "1", 207 "GYP_CHROMIUM_NO_ACTION": "1",
208 "GYP_CROSSCOMPILE": "1", 208 "GYP_CROSSCOMPILE": "1",
209 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 ffmpeg_bra nding=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=arm te st_isolation_mode=prepare use_goma=1", 209 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 ffmpeg_bra nding=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=arm te st_isolation_mode=prepare use_goma=1",
210 "PATH": "[BUILDER_CACHE]/Android_Builder/src/third_party/android_tools/sdk /platform-tools:[BUILDER_CACHE]/Android_Builder/src/build/android:%(PATH)s:RECIP E_PACKAGE_REPO[depot_tools]" 210 "PATH": "[BUILDER_CACHE]/android/src/third_party/android_tools/sdk/platfor m-tools:[BUILDER_CACHE]/android/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[d epot_tools]"
211 }, 211 },
212 "name": "gclient runhooks" 212 "name": "gclient runhooks"
213 }, 213 },
214 { 214 {
215 "cmd": [ 215 "cmd": [
216 "python", 216 "python",
217 "-u", 217 "-u",
218 "[BUILDER_CACHE]/Android_Builder/src/testing/scripts/get_compile_targets.p y", 218 "[BUILDER_CACHE]/android/src/testing/scripts/get_compile_targets.py",
219 "--output", 219 "--output",
220 "/path/to/tmp/json", 220 "/path/to/tmp/json",
221 "--", 221 "--",
222 "--build-config-fs", 222 "--build-config-fs",
223 "Release", 223 "Release",
224 "--use-src-side-runtest-py", 224 "--use-src-side-runtest-py",
225 "--paths", 225 "--paths",
226 "{\"checkout\": \"[BUILDER_CACHE]/Android_Builder/src\", \"runit.py\": \"R ECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PAC KAGE_REPO[build]/scripts/slave/runtest.py\"}", 226 "{\"checkout\": \"[BUILDER_CACHE]/android/src\", \"runit.py\": \"RECIPE_PA CKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REP O[build]/scripts/slave/runtest.py\"}",
227 "--properties", 227 "--properties",
228 "{\"buildername\": \"Android Builder\", \"buildnumber\": 571, \"mastername \": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \ "android\"}" 228 "{\"buildername\": \"Android Builder\", \"buildnumber\": 571, \"mastername \": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \ "android\"}"
229 ], 229 ],
230 "name": "get compile targets for scripts", 230 "name": "get compile targets for scripts",
231 "~followup_annotations": [ 231 "~followup_annotations": [
232 "@@@STEP_LOG_LINE@json.output@{}@@@", 232 "@@@STEP_LOG_LINE@json.output@{}@@@",
233 "@@@STEP_LOG_END@json.output@@@" 233 "@@@STEP_LOG_END@json.output@@@"
234 ] 234 ]
235 }, 235 },
236 { 236 {
237 "cmd": [ 237 "cmd": [
238 "python", 238 "python",
239 "-u", 239 "-u",
240 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 240 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
241 "[BUILDER_CACHE]/Android_Builder/src/testing/buildbot/chromium.linux.json" , 241 "[BUILDER_CACHE]/android/src/testing/buildbot/chromium.linux.json",
242 "/path/to/tmp/json" 242 "/path/to/tmp/json"
243 ], 243 ],
244 "name": "read test spec (chromium.linux.json)", 244 "name": "read test spec (chromium.linux.json)",
245 "~followup_annotations": [ 245 "~followup_annotations": [
246 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Android_Builder/src/testing/buildbot/c hromium.linux.json@@@", 246 "@@@STEP_TEXT@path: [BUILDER_CACHE]/android/src/testing/buildbot/chromium. linux.json@@@",
247 "@@@STEP_LOG_LINE@json.output@{@@@", 247 "@@@STEP_LOG_LINE@json.output@{@@@",
248 "@@@STEP_LOG_LINE@json.output@ \"Android Tests\": {@@@", 248 "@@@STEP_LOG_LINE@json.output@ \"Android Tests\": {@@@",
249 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 249 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
250 "@@@STEP_LOG_LINE@json.output@ {@@@", 250 "@@@STEP_LOG_LINE@json.output@ {@@@",
251 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 251 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
252 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 252 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
253 "@@@STEP_LOG_LINE@json.output@ }, @@@", 253 "@@@STEP_LOG_LINE@json.output@ }, @@@",
254 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 254 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
255 "@@@STEP_LOG_LINE@json.output@ }@@@", 255 "@@@STEP_LOG_LINE@json.output@ }@@@",
256 "@@@STEP_LOG_LINE@json.output@ ]@@@", 256 "@@@STEP_LOG_LINE@json.output@ ]@@@",
(...skipping 11 matching lines...) Expand all
268 "python", 268 "python",
269 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 269 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
270 ], 270 ],
271 "name": "cleanup_temp" 271 "name": "cleanup_temp"
272 }, 272 },
273 { 273 {
274 "cmd": [ 274 "cmd": [
275 "python", 275 "python",
276 "-u", 276 "-u",
277 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree (sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw ith('.pyc'):\n os.remove(os.path.join(base, f))\n", 277 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree (sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw ith('.pyc'):\n os.remove(os.path.join(base, f))\n",
278 "[BUILDER_CACHE]/Android_Builder/src/out/Release/debug_info_dumps", 278 "[BUILDER_CACHE]/android/src/out/Release/debug_info_dumps",
279 "[BUILDER_CACHE]/Android_Builder/src/out/Release/test_logs", 279 "[BUILDER_CACHE]/android/src/out/Release/test_logs",
280 "[BUILDER_CACHE]/Android_Builder/src/out/build_product.zip", 280 "[BUILDER_CACHE]/android/src/out/build_product.zip",
281 "[BUILDER_CACHE]/Android_Builder/src" 281 "[BUILDER_CACHE]/android/src"
282 ], 282 ],
283 "name": "clean local files", 283 "name": "clean local files",
284 "~followup_annotations": [ 284 "~followup_annotations": [
285 "@@@STEP_LOG_LINE@python.inline@@@@", 285 "@@@STEP_LOG_LINE@python.inline@@@@",
286 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", 286 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@",
287 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", 287 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@",
288 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", 288 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@",
289 "@@@STEP_LOG_LINE@python.inline@try:@@@", 289 "@@@STEP_LOG_LINE@python.inline@try:@@@",
290 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", 290 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@",
291 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", 291 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@",
292 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 292 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
293 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@", 293 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@",
294 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", 294 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@",
295 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", 295 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@",
296 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" , 296 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" ,
297 "@@@STEP_LOG_END@python.inline@@@" 297 "@@@STEP_LOG_END@python.inline@@@"
298 ] 298 ]
299 }, 299 },
300 { 300 {
301 "allow_subannotations": false, 301 "allow_subannotations": false,
302 "cmd": [ 302 "cmd": [
303 "[BUILDER_CACHE]/Android_Builder/src/build/tree_truth.sh", 303 "[BUILDER_CACHE]/android/src/build/tree_truth.sh",
304 "[BUILDER_CACHE]/Android_Builder/src", 304 "[BUILDER_CACHE]/android/src",
305 "src" 305 "src"
306 ], 306 ],
307 "name": "tree truth steps" 307 "name": "tree truth steps"
308 }, 308 },
309 { 309 {
310 "cmd": [ 310 "cmd": [
311 "python", 311 "python",
312 "-u", 312 "-u",
313 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", 313 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
314 "--build-dir", 314 "--build-dir",
315 "[BUILDER_CACHE]/Android_Builder/src/out/Release", 315 "[BUILDER_CACHE]/android/src/out/Release",
316 "--clean-isolated-files" 316 "--clean-isolated-files"
317 ], 317 ],
318 "name": "clean isolated files" 318 "name": "clean isolated files"
319 }, 319 },
320 { 320 {
321 "cmd": [ 321 "cmd": [
322 "python", 322 "python",
323 "-u", 323 "-u",
324 "[BUILDER_CACHE]/Android_Builder/src/tools/mb/mb.py", 324 "[BUILDER_CACHE]/android/src/tools/mb/mb.py",
325 "gen", 325 "gen",
326 "-m", 326 "-m",
327 "chromium.linux", 327 "chromium.linux",
328 "-b", 328 "-b",
329 "Android Builder", 329 "Android Builder",
330 "--config-file", 330 "--config-file",
331 "[BUILDER_CACHE]/Android_Builder/src/tools/mb/mb_config.pyl", 331 "[BUILDER_CACHE]/android/src/tools/mb/mb_config.pyl",
332 "--goma-dir", 332 "--goma-dir",
333 "[CACHE]/cipd/goma", 333 "[CACHE]/cipd/goma",
334 "--swarming-targets-file", 334 "--swarming-targets-file",
335 "browser_tests_apk\n", 335 "browser_tests_apk\n",
336 "//out/Release" 336 "//out/Release"
337 ], 337 ],
338 "cwd": "[BUILDER_CACHE]/Android_Builder/src", 338 "cwd": "[BUILDER_CACHE]/android/src",
339 "env": { 339 "env": {
340 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 340 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
341 }, 341 },
342 "name": "generate_build_files", 342 "name": "generate_build_files",
343 "~followup_annotations": [ 343 "~followup_annotations": [
344 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests_apk@@@", 344 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests_apk@@@",
345 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 345 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
346 ] 346 ]
347 }, 347 },
348 { 348 {
349 "cmd": [ 349 "cmd": [
350 "python", 350 "python",
351 "-u", 351 "-u",
352 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 352 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
353 "--show-path", 353 "--show-path",
354 "python", 354 "python",
355 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 355 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
356 "--gsutil-py-path", 356 "--gsutil-py-path",
357 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 357 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
358 "--ninja-path", 358 "--ninja-path",
359 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 359 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
360 "--target", 360 "--target",
361 "Release", 361 "Release",
362 "--src-dir", 362 "--src-dir",
363 "[BUILDER_CACHE]/Android_Builder/src", 363 "[BUILDER_CACHE]/android/src",
364 "--goma-cache-dir", 364 "--goma-cache-dir",
365 "[GOMA_CACHE]", 365 "[GOMA_CACHE]",
366 "--goma-deps-cache-dir", 366 "--goma-deps-cache-dir",
367 "[GOMA_DEPS_CACHE]", 367 "[GOMA_DEPS_CACHE]",
368 "--build-data-dir", 368 "--build-data-dir",
369 "[ROOT]/build_data_dir", 369 "[ROOT]/build_data_dir",
370 "--compiler", 370 "--compiler",
371 "goma", 371 "goma",
372 "--goma-jsonstatus", 372 "--goma-jsonstatus",
373 "/path/to/tmp/json", 373 "/path/to/tmp/json",
374 "--goma-service-account-json-file", 374 "--goma-service-account-json-file",
375 "/creds/service_accounts/service-account-goma-client.json", 375 "/creds/service_accounts/service-account-goma-client.json",
376 "--goma-dir", 376 "--goma-dir",
377 "[CACHE]/cipd/goma", 377 "[CACHE]/cipd/goma",
378 "--", 378 "--",
379 "browser_tests_apk_run" 379 "browser_tests_apk_run"
380 ], 380 ],
381 "env": { 381 "env": {
382 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 382 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
383 "PATH": "[BUILDER_CACHE]/Android_Builder/src/third_party/android_tools/sdk /platform-tools:[BUILDER_CACHE]/Android_Builder/src/build/android:%(PATH)s" 383 "PATH": "[BUILDER_CACHE]/android/src/third_party/android_tools/sdk/platfor m-tools:[BUILDER_CACHE]/android/src/build/android:%(PATH)s"
384 }, 384 },
385 "name": "compile", 385 "name": "compile",
386 "~followup_annotations": [ 386 "~followup_annotations": [
387 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 387 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
388 "@@@STEP_LOG_END@json.output (invalid)@@@" 388 "@@@STEP_LOG_END@json.output (invalid)@@@"
389 ] 389 ]
390 }, 390 },
391 { 391 {
392 "cmd": [ 392 "cmd": [
393 "python", 393 "python",
394 "-u", 394 "-u",
395 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 395 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py",
396 "--build-dir", 396 "--build-dir",
397 "[BUILDER_CACHE]/Android_Builder/src/out/Release", 397 "[BUILDER_CACHE]/android/src/out/Release",
398 "--src-dir", 398 "--src-dir",
399 "[BUILDER_CACHE]/Android_Builder/src" 399 "[BUILDER_CACHE]/android/src"
400 ], 400 ],
401 "cwd": "[SLAVE_BUILD]", 401 "cwd": "[SLAVE_BUILD]",
402 "name": "remove_build_metadata" 402 "name": "remove_build_metadata"
403 }, 403 },
404 { 404 {
405 "cmd": [ 405 "cmd": [
406 "python", 406 "python",
407 "-u", 407 "-u",
408 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 408 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
409 "[BUILDER_CACHE]/Android_Builder/src/tools/swarming_client", 409 "[BUILDER_CACHE]/android/src/tools/swarming_client",
410 "batcharchive", 410 "batcharchive",
411 "--dump-json", 411 "--dump-json",
412 "/path/to/tmp/json", 412 "/path/to/tmp/json",
413 "--isolate-server", 413 "--isolate-server",
414 "https://isolateserver.appspot.com", 414 "https://isolateserver.appspot.com",
415 "--verbose", 415 "--verbose",
416 "[BUILDER_CACHE]/Android_Builder/src/out/Release/browser_tests_apk.isolate d.gen.json" 416 "[BUILDER_CACHE]/android/src/out/Release/browser_tests_apk.isolated.gen.js on"
417 ], 417 ],
418 "name": "isolate tests", 418 "name": "isolate tests",
419 "~followup_annotations": [ 419 "~followup_annotations": [
420 "@@@STEP_LOG_LINE@json.output@{@@@", 420 "@@@STEP_LOG_LINE@json.output@{@@@",
421 "@@@STEP_LOG_LINE@json.output@ \"browser_tests_apk\": \"[dummy hash for b rowser_tests_apk]\"@@@", 421 "@@@STEP_LOG_LINE@json.output@ \"browser_tests_apk\": \"[dummy hash for b rowser_tests_apk]\"@@@",
422 "@@@STEP_LOG_LINE@json.output@}@@@", 422 "@@@STEP_LOG_LINE@json.output@}@@@",
423 "@@@STEP_LOG_END@json.output@@@" 423 "@@@STEP_LOG_END@json.output@@@"
424 ] 424 ]
425 }, 425 },
426 { 426 {
427 "allow_subannotations": true, 427 "allow_subannotations": true,
428 "cmd": [ 428 "cmd": [
429 "python", 429 "python",
430 "-u", 430 "-u",
431 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 431 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
432 "--show-path", 432 "--show-path",
433 "python", 433 "python",
434 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", 434 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py",
435 "--target", 435 "--target",
436 "Release", 436 "Release",
437 "--gsutil-py-path", 437 "--gsutil-py-path",
438 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 438 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
439 "--staging-dir", 439 "--staging-dir",
440 "[CACHE]/chrome_staging", 440 "[CACHE]/chrome_staging",
441 "--src-dir", 441 "--src-dir",
442 "[BUILDER_CACHE]/Android_Builder/src", 442 "[BUILDER_CACHE]/android/src",
443 "--build-url", 443 "--build-url",
444 "gs://chromium-linux-archive/chromium.linux/Android Builder", 444 "gs://chromium-linux-archive/chromium.linux/Android Builder",
445 "--build_revision", 445 "--build_revision",
446 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 446 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
447 "--factory-properties", 447 "--factory-properties",
448 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Android Builder\ ", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"parent_buildernam e\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\" : \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 448 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Android Builder\ ", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"parent_buildernam e\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\" : \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
449 "--build-properties", 449 "--build-properties",
450 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Android Builder\ ", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"parent_buildernam e\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\" : \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 450 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Android Builder\ ", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"parent_buildernam e\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\" : \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
451 ], 451 ],
452 "name": "package build" 452 "name": "package build"
(...skipping 25 matching lines...) Expand all
478 "~followup_annotations": [ 478 "~followup_annotations": [
479 "@@@STEP_TEXT@Android Tests@@@" 479 "@@@STEP_TEXT@Android Tests@@@"
480 ] 480 ]
481 }, 481 },
482 { 482 {
483 "name": "$result", 483 "name": "$result",
484 "recipe_result": null, 484 "recipe_result": null,
485 "status_code": 0 485 "status_code": 0
486 } 486 }
487 ] 487 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698