| 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-Mac-Clang-x86_64-Release\", \"buildnumber\": 5,
\"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"sw
arm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot-linux-swarm-00
0\"}" | 7 "{\"buildername\": \"Build-Mac-Clang-Arm64-Release-Android\", \"buildnumbe
r\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"recipe\
": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot-linux-s
warm-000\"}" |
| 8 ], | 8 ], |
| 9 "name": "print properties", | 9 "name": "print properties", |
| 10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| 11 "@@@STEP_LOG_LINE@python.inline@@@@", | 11 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 12 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 12 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 13 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@@@@", | 14 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 15 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@ content = json.load(f)@@@", | 16 "@@@STEP_LOG_LINE@python.inline@ content = json.load(f)@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@@@@", | 17 "@@@STEP_LOG_LINE@python.inline@@@@", |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 254 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 255 "----", | 255 "----", |
| 256 "help" | 256 "help" |
| 257 ], | 257 ], |
| 258 "name": "gsutil help" | 258 "name": "gsutil help" |
| 259 }, | 259 }, |
| 260 { | 260 { |
| 261 "cmd": [ | 261 "cmd": [ |
| 262 "python", | 262 "python", |
| 263 "-u", | 263 "-u", |
| 264 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 265 "[SLAVE_BUILD]/skia/infra/bots/assets/android_sdk/VERSION", |
| 266 "/path/to/tmp/" |
| 267 ], |
| 268 "name": "read android_sdk VERSION" |
| 269 }, |
| 270 { |
| 271 "cmd": [ |
| 272 "python", |
| 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_darwin/VERSION", |
| 276 "/path/to/tmp/" |
| 277 ], |
| 278 "name": "read android_ndk_darwin VERSION" |
| 279 }, |
| 280 { |
| 281 "cmd": [ |
| 282 "python", |
| 283 "-u", |
| 264 "\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", |
| 265 "[SLAVE_BUILD]/swarming_temp_dir", | 285 "[SLAVE_BUILD]/swarming_temp_dir", |
| 266 "511" | 286 "511" |
| 267 ], | 287 ], |
| 268 "name": "makedirs swarming tmp dir", | 288 "name": "makedirs swarming tmp dir", |
| 269 "~followup_annotations": [ | 289 "~followup_annotations": [ |
| 270 "@@@STEP_LOG_LINE@python.inline@@@@", | 290 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 271 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 291 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 272 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 292 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 273 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 293 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 "trigger", | 340 "trigger", |
| 321 "--swarming", | 341 "--swarming", |
| 322 "https://chromium-swarm.appspot.com", | 342 "https://chromium-swarm.appspot.com", |
| 323 "--isolate-server", | 343 "--isolate-server", |
| 324 "https://isolateserver.appspot.com", | 344 "https://isolateserver.appspot.com", |
| 325 "--priority", | 345 "--priority", |
| 326 "90", | 346 "90", |
| 327 "--shards", | 347 "--shards", |
| 328 "1", | 348 "1", |
| 329 "--task-name", | 349 "--task-name", |
| 330 "compile_skia/Mac/[dummy has/Build-Mac-Clang-x86_64-Release/5", | 350 "compile_skia/Mac/[dummy has/Build-Mac-Clang-Arm64-Release-Android/5", |
| 331 "--dump-json", | 351 "--dump-json", |
| 332 "/path/to/tmp/json", | 352 "/path/to/tmp/json", |
| 333 "--expiration", | 353 "--expiration", |
| 334 "72000", | 354 "72000", |
| 335 "--io-timeout", | 355 "--io-timeout", |
| 336 "2400", | 356 "2400", |
| 337 "--hard-timeout", | 357 "--hard-timeout", |
| 338 "14400", | 358 "14400", |
| 339 "--dimension", | 359 "--dimension", |
| 340 "gpu", | 360 "gpu", |
| 341 "none", | 361 "none", |
| 342 "--dimension", | 362 "--dimension", |
| 343 "os", | 363 "os", |
| 344 "Mac", | 364 "Mac", |
| 345 "--dimension", | 365 "--dimension", |
| 346 "pool", | 366 "pool", |
| 347 "Skia", | 367 "Skia", |
| 348 "--tag", | 368 "--tag", |
| 349 "allow_milo:1", | 369 "allow_milo:1", |
| 350 "--tag", | 370 "--tag", |
| 351 "buildername:Build-Mac-Clang-x86_64-Release", | 371 "buildername:Build-Mac-Clang-Arm64-Release-Android", |
| 352 "--tag", | 372 "--tag", |
| 353 "buildnumber:5", | 373 "buildnumber:5", |
| 354 "--tag", | 374 "--tag", |
| 355 "data:[dummy hash for compile_skia]", | 375 "data:[dummy hash for compile_skia]", |
| 356 "--tag", | 376 "--tag", |
| 357 "master:client.skia", | 377 "master:client.skia", |
| 358 "--tag", | 378 "--tag", |
| 359 "name:compile_skia", | 379 "name:compile_skia", |
| 360 "--tag", | 380 "--tag", |
| 361 "os:Mac", | 381 "os:Mac", |
| 362 "--tag", | 382 "--tag", |
| 363 "revision:abc123", | 383 "revision:abc123", |
| 364 "--tag", | 384 "--tag", |
| 365 "slavename:skiabot-linux-swarm-000", | 385 "slavename:skiabot-linux-swarm-000", |
| 366 "--tag", | 386 "--tag", |
| 367 "stepname:compile_skia on Mac", | 387 "stepname:compile_skia on Mac", |
| 368 "--idempotent", | 388 "--idempotent", |
| 389 "--cipd-package", |
| 390 "android_sdk:skia/bots/android_sdk:version:0", |
| 391 "--cipd-package", |
| 392 "android_ndk_darwin:skia/bots/android_ndk_darwin:version:0", |
| 369 "[dummy hash for compile_skia]", | 393 "[dummy hash for compile_skia]", |
| 370 "--", | 394 "--", |
| 371 "--workdir", | 395 "--workdir", |
| 372 "../../..", | 396 "../../..", |
| 373 "swarm_compile", | 397 "swarm_compile", |
| 374 "buildername=Build-Mac-Clang-x86_64-Release", | 398 "buildername=Build-Mac-Clang-Arm64-Release-Android", |
| 375 "mastername=client.skia.compile", | 399 "mastername=client.skia.compile", |
| 376 "buildnumber=1", | 400 "buildnumber=1", |
| 377 "slavename=skiabot-dummy-compile-slave", | 401 "slavename=skiabot-dummy-compile-slave", |
| 378 "reason=Triggered by Skia swarm_trigger Recipe", | 402 "reason=Triggered by Skia swarm_trigger Recipe", |
| 379 "swarm_out_dir=${ISOLATED_OUTDIR}", | 403 "swarm_out_dir=${ISOLATED_OUTDIR}", |
| 380 "revision=abc123" | 404 "revision=abc123" |
| 381 ], | 405 ], |
| 382 "name": "[trigger] compile_skia on Mac", | 406 "name": "[trigger] compile_skia on Mac", |
| 383 "~followup_annotations": [ | 407 "~followup_annotations": [ |
| 384 "@@@STEP_LOG_LINE@json.output@{@@@", | 408 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 385 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Mac/[du
mmy has/Build-Mac-Clang-x86_64-Release/5\", @@@", | 409 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Mac/[du
mmy has/Build-Mac-Clang-Arm64-Release-Android/5\", @@@", |
| 386 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 410 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 387 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Mac/[dummy has/Build-Mac-
Clang-x86_64-Release/5\": {@@@", | 411 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Mac/[dummy has/Build-Mac-
Clang-Arm64-Release-Android/5\": {@@@", |
| 388 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 412 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 389 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 413 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 390 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 414 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 391 "@@@STEP_LOG_LINE@json.output@ }@@@", | 415 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 392 "@@@STEP_LOG_LINE@json.output@ }@@@", | 416 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 393 "@@@STEP_LOG_LINE@json.output@}@@@", | 417 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 394 "@@@STEP_LOG_END@json.output@@@", | 418 "@@@STEP_LOG_END@json.output@@@", |
| 395 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 419 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 396 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/10000@@@" | 420 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/10000@@@" |
| 397 ] | 421 ] |
| 398 }, | 422 }, |
| 399 { | 423 { |
| 400 "cmd": [ | 424 "cmd": [ |
| 401 "python", | 425 "python", |
| 402 "-u", | 426 "-u", |
| 403 "[SLAVE_BUILD]/swarming.client/swarming.py", | 427 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 404 "collect", | 428 "collect", |
| 405 "--swarming", | 429 "--swarming", |
| 406 "https://chromium-swarm.appspot.com", | 430 "https://chromium-swarm.appspot.com", |
| 407 "--decorate", | 431 "--decorate", |
| 408 "--print-status-updates", | 432 "--print-status-updates", |
| 409 "--json", | 433 "--json", |
| 410 "{\"base_task_name\": \"compile_skia/Mac/[dummy has/Build-Mac-Clang-x86_64
-Release/5\", \"tasks\": {\"compile_skia/Mac/[dummy has/Build-Mac-Clang-x86_64-R
elease/5\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https:/
/chromium-swarm.appspot.com/user/task/10000\"}}}", | 434 "{\"base_task_name\": \"compile_skia/Mac/[dummy has/Build-Mac-Clang-Arm64-
Release-Android/5\", \"tasks\": {\"compile_skia/Mac/[dummy has/Build-Mac-Clang-A
rm64-Release-Android/5\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_ur
l\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", |
| 411 "--task-summary-json", | 435 "--task-summary-json", |
| 412 "/path/to/tmp/json" | 436 "/path/to/tmp/json" |
| 413 ], | 437 ], |
| 414 "name": "compile_skia on Mac", | 438 "name": "compile_skia on Mac", |
| 415 "~followup_annotations": [ | 439 "~followup_annotations": [ |
| 416 "@@@STEP_TEXT@swarming pending 71s@@@", | 440 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 417 "@@@STEP_LOG_LINE@json.output@{@@@", | 441 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 418 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 442 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 419 "@@@STEP_LOG_LINE@json.output@ {@@@", | 443 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 420 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 444 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 455 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 479 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 456 "@@@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@@@" |
| 457 ] | 481 ] |
| 458 }, | 482 }, |
| 459 { | 483 { |
| 460 "name": "$result", | 484 "name": "$result", |
| 461 "recipe_result": null, | 485 "recipe_result": null, |
| 462 "status_code": 0 | 486 "status_code": 0 |
| 463 } | 487 } |
| 464 ] | 488 ] |
| OLD | NEW |