| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "remote", | 5 "remote", |
| 6 "set-url", | 6 "set-url", |
| 7 "origin", | 7 "origin", |
| 8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 319 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 320 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 320 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 321 "@@@STEP_LOG_END@python.inline@@@" | 321 "@@@STEP_LOG_END@python.inline@@@" |
| 322 ] | 322 ] |
| 323 }, | 323 }, |
| 324 { | 324 { |
| 325 "cmd": [ | 325 "cmd": [ |
| 326 "python", | 326 "python", |
| 327 "-u", | 327 "-u", |
| 328 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 328 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 329 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/compile_skia.isolate\", \n \"--isolated\", \n \"[SLAVE
_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated\", \n \"--confi
g-variable\", \n \"OS\", \n \"linux\", \n \"--blacklist\",
\n \".git\", \n \"--blacklist\", \n \"out\", \n \"--
blacklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"BU
ILDER_NAME\", \n \"Build-Mac-Clang-x86_64-Release-Swarming\"\n ], \n
\"dir\": \"[SLAVE_BUILD]/skia/infra/bots\", \n \"version\": 1\n}", | 329 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/compile_skia.isolate\", \n \"--isolated\", \n \"[SLAVE
_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated\", \n \"--confi
g-variable\", \n \"OS\", \n \"linux\", \n \"--blacklist\",
\n \".git\", \n \"--blacklist\", \n \"out\", \n \"--
blacklist\", \n \"*.pyc\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n
\"version\": 1\n}", |
| 330 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 330 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
| 331 ], | 331 ], |
| 332 "cwd": "[SLAVE_BUILD]", | 332 "cwd": "[SLAVE_BUILD]", |
| 333 "name": "Write compile_skia.isolated.gen.json" | 333 "name": "Write compile_skia.isolated.gen.json" |
| 334 }, | 334 }, |
| 335 { | 335 { |
| 336 "cmd": [ | 336 "cmd": [ |
| 337 "python", | 337 "python", |
| 338 "-u", | 338 "-u", |
| 339 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 339 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 353 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 353 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
| 354 "@@@STEP_LOG_LINE@json.output@}@@@", | 354 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 355 "@@@STEP_LOG_END@json.output@@@", | 355 "@@@STEP_LOG_END@json.output@@@", |
| 356 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 356 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
| 357 ] | 357 ] |
| 358 }, | 358 }, |
| 359 { | 359 { |
| 360 "cmd": [ | 360 "cmd": [ |
| 361 "python", | 361 "python", |
| 362 "-u", | 362 "-u", |
| 363 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s
ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", |
| 364 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", |
| 365 "8ba778e47df2a9b46355cf72c58b58fdb1a7f350" |
| 366 ], |
| 367 "cwd": "[SLAVE_BUILD]", |
| 368 "name": "add_isolated_input", |
| 369 "~followup_annotations": [ |
| 370 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 371 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
| 372 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 373 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
| 374 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 375 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
| 376 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
| 377 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 378 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
| 379 "@@@STEP_LOG_END@python.inline@@@" |
| 380 ] |
| 381 }, |
| 382 { |
| 383 "cmd": [ |
| 384 "python", |
| 385 "-u", |
| 386 "[SLAVE_BUILD]/swarming.client/isolateserver.py", |
| 387 "archive", |
| 388 "--isolate-server", |
| 389 "https://isolateserver.appspot.com", |
| 390 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated" |
| 391 ], |
| 392 "cwd": "[SLAVE_BUILD]", |
| 393 "name": "upload new .isolated file for compile_skia", |
| 394 "stdout": "/path/to/tmp/" |
| 395 }, |
| 396 { |
| 397 "cmd": [ |
| 398 "python", |
| 399 "-u", |
| 363 "[SLAVE_BUILD]/swarming.client/swarming.py", | 400 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 364 "trigger", | 401 "trigger", |
| 365 "--swarming", | 402 "--swarming", |
| 366 "https://chromium-swarm.appspot.com", | 403 "https://chromium-swarm.appspot.com", |
| 367 "--isolate-server", | 404 "--isolate-server", |
| 368 "https://isolateserver.appspot.com", | 405 "https://isolateserver.appspot.com", |
| 369 "--priority", | 406 "--priority", |
| 370 "90", | 407 "90", |
| 371 "--shards", | 408 "--shards", |
| 372 "1", | 409 "1", |
| 373 "--task-name", | 410 "--task-name", |
| 374 "compile_skia/Mac/[dummy has/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Rele
ase-Swarming/5", | 411 "compile_skia/Mac/def456/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release-
Swarming/5", |
| 375 "--dump-json", | 412 "--dump-json", |
| 376 "/path/to/tmp/json", | 413 "/path/to/tmp/json", |
| 377 "--expiration", | 414 "--expiration", |
| 378 "14400", | 415 "14400", |
| 379 "--io-timeout", | 416 "--io-timeout", |
| 380 "1200", | 417 "1200", |
| 381 "--hard-timeout", | 418 "--hard-timeout", |
| 382 "3600", | 419 "3600", |
| 383 "--dimension", | 420 "--dimension", |
| 384 "gpu", | 421 "gpu", |
| 385 "none", | 422 "none", |
| 386 "--dimension", | 423 "--dimension", |
| 387 "os", | 424 "os", |
| 388 "Mac", | 425 "Mac", |
| 389 "--dimension", | 426 "--dimension", |
| 390 "pool", | 427 "pool", |
| 391 "Skia", | 428 "Skia", |
| 392 "--tag", | 429 "--tag", |
| 393 "buildername:Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release-Swarming", | 430 "buildername:Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release-Swarming", |
| 394 "--tag", | 431 "--tag", |
| 395 "buildnumber:5", | 432 "buildnumber:5", |
| 396 "--tag", | 433 "--tag", |
| 397 "data:[dummy hash for compile_skia]", | 434 "data:def456", |
| 398 "--tag", | 435 "--tag", |
| 399 "master:client.skia.fyi", | 436 "master:client.skia.fyi", |
| 400 "--tag", | 437 "--tag", |
| 401 "name:compile_skia", | 438 "name:compile_skia", |
| 402 "--tag", | 439 "--tag", |
| 403 "os:Mac", | 440 "os:Mac", |
| 404 "--tag", | 441 "--tag", |
| 405 "slavename:skiabot-linux-housekeeper-003", | 442 "slavename:skiabot-linux-housekeeper-003", |
| 406 "--tag", | 443 "--tag", |
| 407 "stepname:compile_skia on Mac", | 444 "stepname:compile_skia on Mac", |
| 408 "--idempotent", | 445 "--idempotent", |
| 409 "[dummy hash for compile_skia]" | 446 "def456", |
| 447 "--", |
| 448 "cook", |
| 449 "-repository", |
| 450 "https://chromium.googlesource.com/chromium/tools/build", |
| 451 "-revision", |
| 452 "", |
| 453 "-recipe", |
| 454 "skia/swarm_compile", |
| 455 "-properties", |
| 456 "{\"buildername\": \"Build-Mac-Clang-x86_64-Release-Swarming\", \"masterna
me\": \"client.skia.fyi\", \"buildnumber\": 5, \"slavename\": \"skiabot-linux-ho
usekeeper-003\", \"reason\": \"Triggered by Skia swarm_trigger Recipe\", \"swarm
_out_dir\": \"${ISOLATED_OUTDIR}\", \"revision\": 164710}", |
| 457 "-workdir", |
| 458 "../../.." |
| 410 ], | 459 ], |
| 411 "cwd": "[SLAVE_BUILD]", | 460 "cwd": "[SLAVE_BUILD]", |
| 412 "name": "[trigger] compile_skia on Mac", | 461 "name": "[trigger] compile_skia on Mac", |
| 413 "~followup_annotations": [ | 462 "~followup_annotations": [ |
| 414 "@@@STEP_LOG_LINE@json.output@{@@@", | 463 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 415 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Mac/[du
mmy has/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release-Swarming/5\", @@@", | 464 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Mac/def
456/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release-Swarming/5\", @@@", |
| 416 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 465 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 417 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Mac/[dummy has/Test-Mac-C
lang-MacMini6.2-CPU-AVX-x86_64-Release-Swarming/5\": {@@@", | 466 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Mac/def456/Test-Mac-Clang
-MacMini6.2-CPU-AVX-x86_64-Release-Swarming/5\": {@@@", |
| 418 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 467 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 419 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 468 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 420 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 469 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 421 "@@@STEP_LOG_LINE@json.output@ }@@@", | 470 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 422 "@@@STEP_LOG_LINE@json.output@ }@@@", | 471 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 423 "@@@STEP_LOG_LINE@json.output@}@@@", | 472 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 424 "@@@STEP_LOG_END@json.output@@@", | 473 "@@@STEP_LOG_END@json.output@@@", |
| 425 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 474 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 426 ] | 475 ] |
| 427 }, | 476 }, |
| 428 { | 477 { |
| 429 "cmd": [ | 478 "cmd": [ |
| 430 "python", | 479 "python", |
| 431 "-u", | 480 "-u", |
| 432 "[SLAVE_BUILD]/swarming.client/swarming.py", | 481 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 433 "collect", | 482 "collect", |
| 434 "--swarming", | 483 "--swarming", |
| 435 "https://chromium-swarm.appspot.com", | 484 "https://chromium-swarm.appspot.com", |
| 436 "--decorate", | 485 "--decorate", |
| 437 "--print-status-updates", | 486 "--print-status-updates", |
| 438 "--shards", | 487 "--shards", |
| 439 "1", | 488 "1", |
| 440 "compile_skia/Mac/[dummy has/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Rele
ase-Swarming/5", | 489 "compile_skia/Mac/def456/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release-
Swarming/5", |
| 441 "--task-summary-json", | 490 "--task-summary-json", |
| 442 "/path/to/tmp/json" | 491 "/path/to/tmp/json" |
| 443 ], | 492 ], |
| 444 "cwd": "[SLAVE_BUILD]", | 493 "cwd": "[SLAVE_BUILD]", |
| 445 "name": "compile_skia on Mac", | 494 "name": "compile_skia on Mac", |
| 446 "~followup_annotations": [ | 495 "~followup_annotations": [ |
| 447 "@@@STEP_TEXT@swarming pending 71s@@@", | 496 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 448 "@@@STEP_LOG_LINE@json.output@{@@@", | 497 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 449 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 498 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 450 "@@@STEP_LOG_LINE@json.output@ {@@@", | 499 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 582 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 534 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 583 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 535 "@@@STEP_LOG_END@python.inline@@@" | 584 "@@@STEP_LOG_END@python.inline@@@" |
| 536 ] | 585 ] |
| 537 }, | 586 }, |
| 538 { | 587 { |
| 539 "cmd": [ | 588 "cmd": [ |
| 540 "python", | 589 "python", |
| 541 "-u", | 590 "-u", |
| 542 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 591 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 543 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/test_skia.isolate\", \n \"--isolated\", \n \"[SLAVE_BU
ILD]/swarming_temp_dir/skia-task-test_skia.isolated\", \n \"--config-vari
able\", \n \"OS\", \n \"linux\", \n \"--blacklist\", \n
\".git\", \n \"--extra-variable\", \n \"BUILD_NUMBER\", \n
\"5\", \n \"--extra-variable\", \n \"MASTER_NAME\", \n
\"client.skia.fyi\", \n \"--extra-variable\", \n \"SLAVE_NAME\", \
n \"skiabot-linux-housekeeper-003\", \n \"--extra-variable\", \n
\"BUILDER_NAME\", \n \"Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Rel
ease-Swarming\", \n \"--extra-variable\", \n \"PATCHSET\", \n
\"\", \n \"--extra-variable\", \n \"ISSUE\", \n \"\", \n
\"--extra-variable\", \n \"REVISION\", \n 164710\n ], \
n \"dir\": \"[SLAVE_BUILD]/skia/infra/bots\", \n \"version\": 1\n}", | 592 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/test_skia.isolate\", \n \"--isolated\", \n \"[SLAVE_BU
ILD]/swarming_temp_dir/skia-task-test_skia.isolated\", \n \"--config-vari
able\", \n \"OS\", \n \"linux\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--blackl
ist\", \n \"*.pyc\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"ver
sion\": 1\n}", |
| 544 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 593 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" |
| 545 ], | 594 ], |
| 546 "cwd": "[SLAVE_BUILD]", | 595 "cwd": "[SLAVE_BUILD]", |
| 547 "name": "Write test_skia.isolated.gen.json" | 596 "name": "Write test_skia.isolated.gen.json" |
| 548 }, | 597 }, |
| 549 { | 598 { |
| 550 "cmd": [ | 599 "cmd": [ |
| 551 "python", | 600 "python", |
| 552 "-u", | 601 "-u", |
| 553 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 602 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 567 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", | 616 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", |
| 568 "@@@STEP_LOG_LINE@json.output@}@@@", | 617 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 569 "@@@STEP_LOG_END@json.output@@@", | 618 "@@@STEP_LOG_END@json.output@@@", |
| 570 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 619 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
| 571 ] | 620 ] |
| 572 }, | 621 }, |
| 573 { | 622 { |
| 574 "cmd": [ | 623 "cmd": [ |
| 575 "python", | 624 "python", |
| 576 "-u", | 625 "-u", |
| 577 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(sys.argv[2])\nw
ith open(sys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", | 626 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s
ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", |
| 578 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", | 627 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", |
| 579 "abc123" | 628 "abc123", |
| 629 "8ba778e47df2a9b46355cf72c58b58fdb1a7f350" |
| 580 ], | 630 ], |
| 581 "cwd": "[SLAVE_BUILD]", | 631 "cwd": "[SLAVE_BUILD]", |
| 582 "name": "add_isolated_input", | 632 "name": "add_isolated_input (2)", |
| 583 "~followup_annotations": [ | 633 "~followup_annotations": [ |
| 584 "@@@STEP_LOG_LINE@python.inline@@@@", | 634 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 585 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 635 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
| 586 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 636 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 587 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 637 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
| 588 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 638 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 589 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 639 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
| 590 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(sys.argv[2])
@@@", | 640 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
| 591 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 641 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 592 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 642 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
| 593 "@@@STEP_LOG_END@python.inline@@@" | 643 "@@@STEP_LOG_END@python.inline@@@" |
| 594 ] | 644 ] |
| 595 }, | 645 }, |
| 596 { | 646 { |
| 597 "cmd": [ | 647 "cmd": [ |
| 598 "python", | 648 "python", |
| 599 "-u", | 649 "-u", |
| 600 "[SLAVE_BUILD]/swarming.client/isolateserver.py", | 650 "[SLAVE_BUILD]/swarming.client/isolateserver.py", |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 649 "--tag", | 699 "--tag", |
| 650 "master:client.skia.fyi", | 700 "master:client.skia.fyi", |
| 651 "--tag", | 701 "--tag", |
| 652 "name:test_skia", | 702 "name:test_skia", |
| 653 "--tag", | 703 "--tag", |
| 654 "os:Mac", | 704 "os:Mac", |
| 655 "--tag", | 705 "--tag", |
| 656 "slavename:skiabot-linux-housekeeper-003", | 706 "slavename:skiabot-linux-housekeeper-003", |
| 657 "--tag", | 707 "--tag", |
| 658 "stepname:test_skia on Mac", | 708 "stepname:test_skia on Mac", |
| 659 "def456" | 709 "def456", |
| 710 "--", |
| 711 "cook", |
| 712 "-repository", |
| 713 "https://chromium.googlesource.com/chromium/tools/build", |
| 714 "-revision", |
| 715 "", |
| 716 "-recipe", |
| 717 "skia/swarm_test", |
| 718 "-properties", |
| 719 "{\"buildername\": \"Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release-Swar
ming\", \"mastername\": \"client.skia.fyi\", \"buildnumber\": 5, \"slavename\":
\"skiabot-linux-housekeeper-003\", \"reason\": \"Triggered by Skia swarm_trigger
Recipe\", \"swarm_out_dir\": \"${ISOLATED_OUTDIR}\", \"revision\": 164710}", |
| 720 "-workdir", |
| 721 "../../.." |
| 660 ], | 722 ], |
| 661 "cwd": "[SLAVE_BUILD]", | 723 "cwd": "[SLAVE_BUILD]", |
| 662 "name": "[trigger] test_skia on Mac", | 724 "name": "[trigger] test_skia on Mac", |
| 663 "~followup_annotations": [ | 725 "~followup_annotations": [ |
| 664 "@@@STEP_LOG_LINE@json.output@{@@@", | 726 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 665 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Mac/def456
/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release-Swarming/5\", @@@", | 727 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Mac/def456
/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release-Swarming/5\", @@@", |
| 666 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 728 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 667 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Mac/def456/Test-Mac-Clang-Ma
cMini6.2-CPU-AVX-x86_64-Release-Swarming/5\": {@@@", | 729 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Mac/def456/Test-Mac-Clang-Ma
cMini6.2-CPU-AVX-x86_64-Release-Swarming/5\": {@@@", |
| 668 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 730 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 669 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 731 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 808 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 870 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 809 }, | 871 }, |
| 810 "name": "Upload DM Results" | 872 "name": "Upload DM Results" |
| 811 }, | 873 }, |
| 812 { | 874 { |
| 813 "name": "$result", | 875 "name": "$result", |
| 814 "recipe_result": null, | 876 "recipe_result": null, |
| 815 "status_code": 0 | 877 "status_code": 0 |
| 816 } | 878 } |
| 817 ] | 879 ] |
| OLD | NEW |