OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js
on.load(f)\n\nprint json.dumps(content, indent=2)\n", | 6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js
on.load(f)\n\nprint json.dumps(content, indent=2)\n", |
7 "{\"buildername\": \"Build-Ubuntu-GCC-Arm64-Debug-Android_Vulkan\", \"buil
dnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"r
ecipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot-l
inux-swarm-000\"}" | 7 "{\"buildername\": \"Build-Ubuntu-GCC-Arm64-Debug-Android_Vulkan\", \"buil
dnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"r
ecipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot-l
inux-swarm-000\"}" |
8 ], | 8 ], |
9 "name": "print properties", | 9 "name": "print properties", |
10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 264 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
265 "[SLAVE_BUILD]/skia/infra/bots/assets/android_sdk/VERSION", | 265 "[SLAVE_BUILD]/skia/infra/bots/assets/android_sdk/VERSION", |
266 "/path/to/tmp/" | 266 "/path/to/tmp/" |
267 ], | 267 ], |
268 "name": "read android_sdk VERSION" | 268 "name": "read android_sdk VERSION" |
269 }, | 269 }, |
270 { | 270 { |
271 "cmd": [ | 271 "cmd": [ |
272 "python", | 272 "python", |
273 "-u", | 273 "-u", |
| 274 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 275 "[SLAVE_BUILD]/skia/infra/bots/assets/android_ndk_linux/VERSION", |
| 276 "/path/to/tmp/" |
| 277 ], |
| 278 "name": "read android_ndk_linux VERSION" |
| 279 }, |
| 280 { |
| 281 "cmd": [ |
| 282 "python", |
| 283 "-u", |
274 "\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", | 284 "\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", |
275 "[SLAVE_BUILD]/swarming_temp_dir", | 285 "[SLAVE_BUILD]/swarming_temp_dir", |
276 "511" | 286 "511" |
277 ], | 287 ], |
278 "name": "makedirs swarming tmp dir", | 288 "name": "makedirs swarming tmp dir", |
279 "~followup_annotations": [ | 289 "~followup_annotations": [ |
280 "@@@STEP_LOG_LINE@python.inline@@@@", | 290 "@@@STEP_LOG_LINE@python.inline@@@@", |
281 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 291 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
282 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 292 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
283 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 293 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
371 "os:Ubuntu", | 381 "os:Ubuntu", |
372 "--tag", | 382 "--tag", |
373 "revision:abc123", | 383 "revision:abc123", |
374 "--tag", | 384 "--tag", |
375 "slavename:skiabot-linux-swarm-000", | 385 "slavename:skiabot-linux-swarm-000", |
376 "--tag", | 386 "--tag", |
377 "stepname:compile_skia on Ubuntu", | 387 "stepname:compile_skia on Ubuntu", |
378 "--idempotent", | 388 "--idempotent", |
379 "--cipd-package", | 389 "--cipd-package", |
380 "android_sdk:skia/bots/android_sdk:version:0", | 390 "android_sdk:skia/bots/android_sdk:version:0", |
| 391 "--cipd-package", |
| 392 "android_ndk_linux:skia/bots/android_ndk_linux:version:0", |
381 "[dummy hash for compile_skia]", | 393 "[dummy hash for compile_skia]", |
382 "--", | 394 "--", |
383 "--workdir", | 395 "--workdir", |
384 "../../..", | 396 "../../..", |
385 "swarm_compile", | 397 "swarm_compile", |
386 "buildername=Build-Ubuntu-GCC-Arm64-Debug-Android_Vulkan", | 398 "buildername=Build-Ubuntu-GCC-Arm64-Debug-Android_Vulkan", |
387 "mastername=client.skia.compile", | 399 "mastername=client.skia.compile", |
388 "buildnumber=1", | 400 "buildnumber=1", |
389 "slavename=skiabot-dummy-compile-slave", | 401 "slavename=skiabot-dummy-compile-slave", |
390 "reason=Triggered by Skia swarm_trigger Recipe", | 402 "reason=Triggered by Skia swarm_trigger Recipe", |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
467 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 479 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
468 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 480 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
469 ] | 481 ] |
470 }, | 482 }, |
471 { | 483 { |
472 "name": "$result", | 484 "name": "$result", |
473 "recipe_result": null, | 485 "recipe_result": null, |
474 "status_code": 0 | 486 "status_code": 0 |
475 } | 487 } |
476 ] | 488 ] |
OLD | NEW |