| 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 318 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 319 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 319 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 320 "@@@STEP_LOG_END@python.inline@@@" | 320 "@@@STEP_LOG_END@python.inline@@@" |
| 321 ] | 321 ] |
| 322 }, | 322 }, |
| 323 { | 323 { |
| 324 "cmd": [ | 324 "cmd": [ |
| 325 "python", | 325 "python", |
| 326 "-u", | 326 "-u", |
| 327 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 327 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 328 "{\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-Ubuntu-GCC-x86_64-Debug-Swarming\"\n ], \n
\"dir\": \"[SLAVE_BUILD]/skia/infra/bots\", \n \"version\": 1\n}", | 328 "{\n \"args\": [\n \"--isolate\", \n \"[BUILD]/scripts/sl
ave/recipes/skia/recipes.isolate\", \n \"--isolated\", \n \"[SLAVE
_BUILD]/swarming_temp_dir/skia-task-isolate_recipes.isolated\", \n \"--co
nfig-variable\", \n \"OS\", \n \"linux\"\n ], \n \"dir\": \"
[BUILD]/scripts/slave/recipes/skia\", \n \"version\": 1\n}", |
| 329 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" |
| 330 ], |
| 331 "cwd": "[SLAVE_BUILD]", |
| 332 "name": "Write isolate_recipes.isolated.gen.json" |
| 333 }, |
| 334 { |
| 335 "cmd": [ |
| 336 "python", |
| 337 "-u", |
| 338 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 339 "[SLAVE_BUILD]/swarming.client", |
| 340 "batcharchive", |
| 341 "--dump-json", |
| 342 "/path/to/tmp/json", |
| 343 "--isolate-server", |
| 344 "https://isolateserver.appspot.com", |
| 345 "--verbose", |
| 346 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" |
| 347 ], |
| 348 "cwd": "[SLAVE_BUILD]", |
| 349 "name": "isolate tests", |
| 350 "~followup_annotations": [ |
| 351 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 352 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", |
| 353 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 354 "@@@STEP_LOG_END@json.output@@@", |
| 355 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" |
| 356 ] |
| 357 }, |
| 358 { |
| 359 "cmd": [ |
| 360 "python", |
| 361 "-u", |
| 362 "\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", |
| 363 "[SLAVE_BUILD]/swarming_temp_dir", |
| 364 "511" |
| 365 ], |
| 366 "cwd": "[SLAVE_BUILD]", |
| 367 "name": "makedirs swarming tmp dir (2)", |
| 368 "~followup_annotations": [ |
| 369 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 370 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 371 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 372 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 373 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 374 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 375 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 376 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 377 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 378 "@@@STEP_LOG_END@python.inline@@@" |
| 379 ] |
| 380 }, |
| 381 { |
| 382 "cmd": [ |
| 383 "python", |
| 384 "-u", |
| 385 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 386 "{\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 \"WO
RKDIR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n
\"BUILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n
\"version\": 1\n}", |
| 329 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 387 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
| 330 ], | 388 ], |
| 331 "cwd": "[SLAVE_BUILD]", | 389 "cwd": "[SLAVE_BUILD]", |
| 332 "name": "Write compile_skia.isolated.gen.json" | 390 "name": "Write compile_skia.isolated.gen.json" |
| 333 }, | 391 }, |
| 334 { | 392 { |
| 335 "cmd": [ | 393 "cmd": [ |
| 336 "python", | 394 "python", |
| 337 "-u", | 395 "-u", |
| 338 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 396 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 339 "[SLAVE_BUILD]/swarming.client", | 397 "[SLAVE_BUILD]/swarming.client", |
| 340 "batcharchive", | 398 "batcharchive", |
| 341 "--dump-json", | 399 "--dump-json", |
| 342 "/path/to/tmp/json", | 400 "/path/to/tmp/json", |
| 343 "--isolate-server", | 401 "--isolate-server", |
| 344 "https://isolateserver.appspot.com", | 402 "https://isolateserver.appspot.com", |
| 345 "--verbose", | 403 "--verbose", |
| 346 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 404 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
| 347 ], | 405 ], |
| 348 "cwd": "[SLAVE_BUILD]", | 406 "cwd": "[SLAVE_BUILD]", |
| 349 "name": "isolate tests", | 407 "name": "isolate tests (2)", |
| 350 "~followup_annotations": [ | 408 "~followup_annotations": [ |
| 351 "@@@STEP_LOG_LINE@json.output@{@@@", | 409 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 352 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 410 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
| 353 "@@@STEP_LOG_LINE@json.output@}@@@", | 411 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 354 "@@@STEP_LOG_END@json.output@@@", | 412 "@@@STEP_LOG_END@json.output@@@", |
| 355 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 413 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
| 356 ] | 414 ] |
| 357 }, | 415 }, |
| 358 { | 416 { |
| 359 "cmd": [ | 417 "cmd": [ |
| 360 "python", | 418 "python", |
| 361 "-u", | 419 "-u", |
| 420 "\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", |
| 421 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", |
| 422 "[dummy hash for isolate_recipes]" |
| 423 ], |
| 424 "cwd": "[SLAVE_BUILD]", |
| 425 "name": "add_isolated_input", |
| 426 "~followup_annotations": [ |
| 427 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 428 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
| 429 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 430 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
| 431 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 432 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
| 433 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
| 434 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 435 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
| 436 "@@@STEP_LOG_END@python.inline@@@" |
| 437 ] |
| 438 }, |
| 439 { |
| 440 "cmd": [ |
| 441 "python", |
| 442 "-u", |
| 443 "[SLAVE_BUILD]/swarming.client/isolateserver.py", |
| 444 "archive", |
| 445 "--isolate-server", |
| 446 "https://isolateserver.appspot.com", |
| 447 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated" |
| 448 ], |
| 449 "cwd": "[SLAVE_BUILD]", |
| 450 "name": "upload new .isolated file for compile_skia", |
| 451 "stdout": "/path/to/tmp/" |
| 452 }, |
| 453 { |
| 454 "cmd": [ |
| 455 "python", |
| 456 "-u", |
| 362 "[SLAVE_BUILD]/swarming.client/swarming.py", | 457 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 363 "trigger", | 458 "trigger", |
| 364 "--swarming", | 459 "--swarming", |
| 365 "https://chromium-swarm.appspot.com", | 460 "https://chromium-swarm.appspot.com", |
| 366 "--isolate-server", | 461 "--isolate-server", |
| 367 "https://isolateserver.appspot.com", | 462 "https://isolateserver.appspot.com", |
| 368 "--priority", | 463 "--priority", |
| 369 "90", | 464 "90", |
| 370 "--shards", | 465 "--shards", |
| 371 "1", | 466 "1", |
| 372 "--task-name", | 467 "--task-name", |
| 373 "compile_skia/Ubuntu/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-
Swarming/5", | 468 "compile_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swar
ming/5", |
| 374 "--dump-json", | 469 "--dump-json", |
| 375 "/path/to/tmp/json", | 470 "/path/to/tmp/json", |
| 376 "--expiration", | 471 "--expiration", |
| 377 "14400", | 472 "14400", |
| 378 "--io-timeout", | 473 "--io-timeout", |
| 379 "1200", | 474 "1200", |
| 380 "--hard-timeout", | 475 "--hard-timeout", |
| 381 "3600", | 476 "3600", |
| 382 "--dimension", | 477 "--dimension", |
| 383 "gpu", | 478 "gpu", |
| 384 "none", | 479 "none", |
| 385 "--dimension", | 480 "--dimension", |
| 386 "os", | 481 "os", |
| 387 "Ubuntu", | 482 "Ubuntu", |
| 388 "--dimension", | 483 "--dimension", |
| 389 "pool", | 484 "pool", |
| 390 "Skia", | 485 "Skia", |
| 391 "--tag", | 486 "--tag", |
| 392 "buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming", | 487 "buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming", |
| 393 "--tag", | 488 "--tag", |
| 394 "buildnumber:5", | 489 "buildnumber:5", |
| 395 "--tag", | 490 "--tag", |
| 396 "data:[dummy hash for compile_skia]", | 491 "data:def456", |
| 397 "--tag", | 492 "--tag", |
| 398 "master:client.skia.fyi", | 493 "master:client.skia.fyi", |
| 399 "--tag", | 494 "--tag", |
| 400 "name:compile_skia", | 495 "name:compile_skia", |
| 401 "--tag", | 496 "--tag", |
| 402 "os:Ubuntu", | 497 "os:Ubuntu", |
| 403 "--tag", | 498 "--tag", |
| 404 "slavename:skiabot-linux-housekeeper-003", | 499 "slavename:skiabot-linux-housekeeper-003", |
| 405 "--tag", | 500 "--tag", |
| 406 "stepname:compile_skia on Ubuntu", | 501 "stepname:compile_skia on Ubuntu", |
| 407 "--idempotent", | 502 "--idempotent", |
| 408 "[dummy hash for compile_skia]" | 503 "def456", |
| 504 "--", |
| 505 "--properties", |
| 506 "{\"buildername\": \"Build-Ubuntu-GCC-x86_64-Debug-Swarming\", \"masternam
e\": \"client.skia.fyi\", \"buildnumber\": 5, \"slavename\": \"skiabot-linux-hou
sekeeper-003\", \"reason\": \"Triggered by Skia swarm_trigger Recipe\", \"swarm_
out_dir\": \"${ISOLATED_OUTDIR}\", \"revision\": 164710}", |
| 507 "--workdir", |
| 508 "../../..", |
| 509 "skia/swarm_compile" |
| 409 ], | 510 ], |
| 410 "cwd": "[SLAVE_BUILD]", | 511 "cwd": "[SLAVE_BUILD]", |
| 411 "name": "[trigger] compile_skia on Ubuntu", | 512 "name": "[trigger] compile_skia on Ubuntu", |
| 412 "~followup_annotations": [ | 513 "~followup_annotations": [ |
| 413 "@@@STEP_LOG_LINE@json.output@{@@@", | 514 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 414 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/
[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\", @@@", | 515 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/
def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\", @@@", |
| 415 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 516 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 416 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/[dummy has/Test-Ub
untu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\": {@@@", | 517 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Test-Ubuntu
-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\": {@@@", |
| 417 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 518 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 418 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 519 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 419 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 520 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 420 "@@@STEP_LOG_LINE@json.output@ }@@@", | 521 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 421 "@@@STEP_LOG_LINE@json.output@ }@@@", | 522 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 422 "@@@STEP_LOG_LINE@json.output@}@@@", | 523 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 423 "@@@STEP_LOG_END@json.output@@@", | 524 "@@@STEP_LOG_END@json.output@@@", |
| 424 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 525 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 425 ] | 526 ] |
| 426 }, | 527 }, |
| 427 { | 528 { |
| 428 "cmd": [ | 529 "cmd": [ |
| 429 "python", | 530 "python", |
| 430 "-u", | 531 "-u", |
| 431 "[SLAVE_BUILD]/swarming.client/swarming.py", | 532 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 432 "collect", | 533 "collect", |
| 433 "--swarming", | 534 "--swarming", |
| 434 "https://chromium-swarm.appspot.com", | 535 "https://chromium-swarm.appspot.com", |
| 435 "--decorate", | 536 "--decorate", |
| 436 "--print-status-updates", | 537 "--print-status-updates", |
| 437 "--shards", | 538 "--shards", |
| 438 "1", | 539 "1", |
| 439 "compile_skia/Ubuntu/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-
Swarming/5", | 540 "compile_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swar
ming/5", |
| 440 "--task-summary-json", | 541 "--task-summary-json", |
| 441 "/path/to/tmp/json" | 542 "/path/to/tmp/json" |
| 442 ], | 543 ], |
| 443 "cwd": "[SLAVE_BUILD]", | 544 "cwd": "[SLAVE_BUILD]", |
| 444 "name": "compile_skia on Ubuntu", | 545 "name": "compile_skia on Ubuntu", |
| 445 "~followup_annotations": [ | 546 "~followup_annotations": [ |
| 446 "@@@STEP_TEXT@swarming pending 71s@@@", | 547 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 447 "@@@STEP_LOG_LINE@json.output@{@@@", | 548 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 448 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 549 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 449 "@@@STEP_LOG_LINE@json.output@ {@@@", | 550 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 }, | 614 }, |
| 514 { | 615 { |
| 515 "cmd": [ | 616 "cmd": [ |
| 516 "python", | 617 "python", |
| 517 "-u", | 618 "-u", |
| 518 "\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", | 619 "\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", |
| 519 "[SLAVE_BUILD]/swarming_temp_dir", | 620 "[SLAVE_BUILD]/swarming_temp_dir", |
| 520 "511" | 621 "511" |
| 521 ], | 622 ], |
| 522 "cwd": "[SLAVE_BUILD]", | 623 "cwd": "[SLAVE_BUILD]", |
| 523 "name": "makedirs swarming tmp dir (2)", | 624 "name": "makedirs swarming tmp dir (3)", |
| 524 "~followup_annotations": [ | 625 "~followup_annotations": [ |
| 525 "@@@STEP_LOG_LINE@python.inline@@@@", | 626 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 526 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 627 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 527 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 628 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 528 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 629 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 529 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 630 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 530 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 631 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 531 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 632 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 532 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 633 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 533 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 634 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 534 "@@@STEP_LOG_END@python.inline@@@" | 635 "@@@STEP_LOG_END@python.inline@@@" |
| 535 ] | 636 ] |
| 536 }, | 637 }, |
| 537 { | 638 { |
| 538 "cmd": [ | 639 "cmd": [ |
| 539 "python", | 640 "python", |
| 540 "-u", | 641 "-u", |
| 541 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 642 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 542 "{\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-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Sw
arming\", \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}", | 643 "{\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 \"--extra-variable\", \n \"WORKDIR\
", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n \"BUIL
D\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"ver
sion\": 1\n}", |
| 543 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 644 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" |
| 544 ], | 645 ], |
| 545 "cwd": "[SLAVE_BUILD]", | 646 "cwd": "[SLAVE_BUILD]", |
| 546 "name": "Write test_skia.isolated.gen.json" | 647 "name": "Write test_skia.isolated.gen.json" |
| 547 }, | 648 }, |
| 548 { | 649 { |
| 549 "cmd": [ | 650 "cmd": [ |
| 550 "python", | 651 "python", |
| 551 "-u", | 652 "-u", |
| 552 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 653 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 553 "[SLAVE_BUILD]/swarming.client", | 654 "[SLAVE_BUILD]/swarming.client", |
| 554 "batcharchive", | 655 "batcharchive", |
| 555 "--dump-json", | 656 "--dump-json", |
| 556 "/path/to/tmp/json", | 657 "/path/to/tmp/json", |
| 557 "--isolate-server", | 658 "--isolate-server", |
| 558 "https://isolateserver.appspot.com", | 659 "https://isolateserver.appspot.com", |
| 559 "--verbose", | 660 "--verbose", |
| 560 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 661 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" |
| 561 ], | 662 ], |
| 562 "cwd": "[SLAVE_BUILD]", | 663 "cwd": "[SLAVE_BUILD]", |
| 563 "name": "isolate tests (2)", | 664 "name": "isolate tests (3)", |
| 564 "~followup_annotations": [ | 665 "~followup_annotations": [ |
| 565 "@@@STEP_LOG_LINE@json.output@{@@@", | 666 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 566 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", | 667 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", |
| 567 "@@@STEP_LOG_LINE@json.output@}@@@", | 668 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 568 "@@@STEP_LOG_END@json.output@@@", | 669 "@@@STEP_LOG_END@json.output@@@", |
| 569 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 670 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
| 570 ] | 671 ] |
| 571 }, | 672 }, |
| 572 { | 673 { |
| 573 "cmd": [ | 674 "cmd": [ |
| 574 "python", | 675 "python", |
| 575 "-u", | 676 "-u", |
| 576 "\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", | 677 "\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", |
| 577 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", | 678 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", |
| 679 "[dummy hash for isolate_recipes]", |
| 578 "abc123" | 680 "abc123" |
| 579 ], | 681 ], |
| 580 "cwd": "[SLAVE_BUILD]", | 682 "cwd": "[SLAVE_BUILD]", |
| 581 "name": "add_isolated_input", | 683 "name": "add_isolated_input (2)", |
| 582 "~followup_annotations": [ | 684 "~followup_annotations": [ |
| 583 "@@@STEP_LOG_LINE@python.inline@@@@", | 685 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 584 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 686 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
| 585 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 687 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 586 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 688 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
| 587 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 689 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 588 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 690 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
| 589 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(sys.argv[2])
@@@", | 691 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
| 590 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 692 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 591 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 693 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
| 592 "@@@STEP_LOG_END@python.inline@@@" | 694 "@@@STEP_LOG_END@python.inline@@@" |
| 593 ] | 695 ] |
| 594 }, | 696 }, |
| 595 { | 697 { |
| 596 "cmd": [ | 698 "cmd": [ |
| 597 "python", | 699 "python", |
| 598 "-u", | 700 "-u", |
| 599 "[SLAVE_BUILD]/swarming.client/isolateserver.py", | 701 "[SLAVE_BUILD]/swarming.client/isolateserver.py", |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 648 "--tag", | 750 "--tag", |
| 649 "master:client.skia.fyi", | 751 "master:client.skia.fyi", |
| 650 "--tag", | 752 "--tag", |
| 651 "name:test_skia", | 753 "name:test_skia", |
| 652 "--tag", | 754 "--tag", |
| 653 "os:Ubuntu", | 755 "os:Ubuntu", |
| 654 "--tag", | 756 "--tag", |
| 655 "slavename:skiabot-linux-housekeeper-003", | 757 "slavename:skiabot-linux-housekeeper-003", |
| 656 "--tag", | 758 "--tag", |
| 657 "stepname:test_skia on Ubuntu", | 759 "stepname:test_skia on Ubuntu", |
| 658 "def456" | 760 "def456", |
| 761 "--", |
| 762 "--properties", |
| 763 "{\"buildername\": \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming\",
\"mastername\": \"client.skia.fyi\", \"buildnumber\": 5, \"slavename\": \"skiab
ot-linux-housekeeper-003\", \"reason\": \"Triggered by Skia swarm_trigger Recipe
\", \"swarm_out_dir\": \"${ISOLATED_OUTDIR}\", \"revision\": 164710}", |
| 764 "--workdir", |
| 765 "../../..", |
| 766 "skia/swarm_test" |
| 659 ], | 767 ], |
| 660 "cwd": "[SLAVE_BUILD]", | 768 "cwd": "[SLAVE_BUILD]", |
| 661 "name": "[trigger] test_skia on Ubuntu", | 769 "name": "[trigger] test_skia on Ubuntu", |
| 662 "~followup_annotations": [ | 770 "~followup_annotations": [ |
| 663 "@@@STEP_LOG_LINE@json.output@{@@@", | 771 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 664 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Ubuntu/def
456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\", @@@", | 772 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Ubuntu/def
456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\", @@@", |
| 665 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 773 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 666 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Ubuntu/def456/Test-Ubuntu-GC
C-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\": {@@@", | 774 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Ubuntu/def456/Test-Ubuntu-GC
C-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\": {@@@", |
| 667 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 775 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 668 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 776 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 669 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 777 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 670 "@@@STEP_LOG_LINE@json.output@ }@@@", | 778 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 671 "@@@STEP_LOG_LINE@json.output@ }@@@", | 779 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 672 "@@@STEP_LOG_LINE@json.output@}@@@", | 780 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 673 "@@@STEP_LOG_END@json.output@@@", | 781 "@@@STEP_LOG_END@json.output@@@", |
| 674 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 782 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 675 ] | 783 ] |
| 676 }, | 784 }, |
| 677 { | 785 { |
| 678 "cmd": [ | 786 "cmd": [ |
| 679 "python", | 787 "python", |
| 680 "-u", | 788 "-u", |
| 681 "\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", | 789 "\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", |
| 682 "[SLAVE_BUILD]/swarming_temp_dir", | 790 "[SLAVE_BUILD]/swarming_temp_dir", |
| 683 "511" | 791 "511" |
| 684 ], | 792 ], |
| 685 "cwd": "[SLAVE_BUILD]", | 793 "cwd": "[SLAVE_BUILD]", |
| 686 "name": "makedirs swarming tmp dir (3)", | 794 "name": "makedirs swarming tmp dir (4)", |
| 687 "~followup_annotations": [ | 795 "~followup_annotations": [ |
| 688 "@@@STEP_LOG_LINE@python.inline@@@@", | 796 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 689 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 797 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 690 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 798 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 691 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 799 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 692 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 800 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 693 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 801 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 694 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 802 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 695 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 803 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 696 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 804 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 697 "@@@STEP_LOG_END@python.inline@@@" | 805 "@@@STEP_LOG_END@python.inline@@@" |
| 698 ] | 806 ] |
| 699 }, | 807 }, |
| 700 { | 808 { |
| 701 "cmd": [ | 809 "cmd": [ |
| 702 "python", | 810 "python", |
| 703 "-u", | 811 "-u", |
| 704 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 812 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 705 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/perf_skia.isolate\", \n \"--isolated\", \n \"[SLAVE_BU
ILD]/swarming_temp_dir/skia-task-perf_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-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Sw
arming\", \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}", | 813 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/perf_skia.isolate\", \n \"--isolated\", \n \"[SLAVE_BU
ILD]/swarming_temp_dir/skia-task-perf_skia.isolated\", \n \"--config-vari
able\", \n \"OS\", \n \"linux\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--blackl
ist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"WORKDIR\
", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n \"BUIL
D\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"ver
sion\": 1\n}", |
| 706 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" | 814 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" |
| 707 ], | 815 ], |
| 708 "cwd": "[SLAVE_BUILD]", | 816 "cwd": "[SLAVE_BUILD]", |
| 709 "name": "Write perf_skia.isolated.gen.json" | 817 "name": "Write perf_skia.isolated.gen.json" |
| 710 }, | 818 }, |
| 711 { | 819 { |
| 712 "cmd": [ | 820 "cmd": [ |
| 713 "python", | 821 "python", |
| 714 "-u", | 822 "-u", |
| 715 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 823 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 716 "[SLAVE_BUILD]/swarming.client", | 824 "[SLAVE_BUILD]/swarming.client", |
| 717 "batcharchive", | 825 "batcharchive", |
| 718 "--dump-json", | 826 "--dump-json", |
| 719 "/path/to/tmp/json", | 827 "/path/to/tmp/json", |
| 720 "--isolate-server", | 828 "--isolate-server", |
| 721 "https://isolateserver.appspot.com", | 829 "https://isolateserver.appspot.com", |
| 722 "--verbose", | 830 "--verbose", |
| 723 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" | 831 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" |
| 724 ], | 832 ], |
| 725 "cwd": "[SLAVE_BUILD]", | 833 "cwd": "[SLAVE_BUILD]", |
| 726 "name": "isolate tests (3)", | 834 "name": "isolate tests (4)", |
| 727 "~followup_annotations": [ | 835 "~followup_annotations": [ |
| 728 "@@@STEP_LOG_LINE@json.output@{@@@", | 836 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 729 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", | 837 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", |
| 730 "@@@STEP_LOG_LINE@json.output@}@@@", | 838 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 731 "@@@STEP_LOG_END@json.output@@@", | 839 "@@@STEP_LOG_END@json.output@@@", |
| 732 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" | 840 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" |
| 733 ] | 841 ] |
| 734 }, | 842 }, |
| 735 { | 843 { |
| 736 "cmd": [ | 844 "cmd": [ |
| 737 "python", | 845 "python", |
| 738 "-u", | 846 "-u", |
| 739 "\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", | 847 "\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", |
| 740 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated", | 848 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated", |
| 849 "[dummy hash for isolate_recipes]", |
| 741 "abc123" | 850 "abc123" |
| 742 ], | 851 ], |
| 743 "cwd": "[SLAVE_BUILD]", | 852 "cwd": "[SLAVE_BUILD]", |
| 744 "name": "add_isolated_input (2)", | 853 "name": "add_isolated_input (3)", |
| 745 "~followup_annotations": [ | 854 "~followup_annotations": [ |
| 746 "@@@STEP_LOG_LINE@python.inline@@@@", | 855 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 747 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 856 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
| 748 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 857 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 749 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 858 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
| 750 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 859 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 751 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 860 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
| 752 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(sys.argv[2])
@@@", | 861 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
| 753 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 862 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 754 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 863 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
| 755 "@@@STEP_LOG_END@python.inline@@@" | 864 "@@@STEP_LOG_END@python.inline@@@" |
| 756 ] | 865 ] |
| 757 }, | 866 }, |
| 758 { | 867 { |
| 759 "cmd": [ | 868 "cmd": [ |
| 760 "python", | 869 "python", |
| 761 "-u", | 870 "-u", |
| 762 "[SLAVE_BUILD]/swarming.client/isolateserver.py", | 871 "[SLAVE_BUILD]/swarming.client/isolateserver.py", |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 811 "--tag", | 920 "--tag", |
| 812 "master:client.skia.fyi", | 921 "master:client.skia.fyi", |
| 813 "--tag", | 922 "--tag", |
| 814 "name:perf_skia", | 923 "name:perf_skia", |
| 815 "--tag", | 924 "--tag", |
| 816 "os:Ubuntu", | 925 "os:Ubuntu", |
| 817 "--tag", | 926 "--tag", |
| 818 "slavename:skiabot-linux-housekeeper-003", | 927 "slavename:skiabot-linux-housekeeper-003", |
| 819 "--tag", | 928 "--tag", |
| 820 "stepname:perf_skia on Ubuntu", | 929 "stepname:perf_skia on Ubuntu", |
| 821 "def456" | 930 "def456", |
| 931 "--", |
| 932 "--properties", |
| 933 "{\"buildername\": \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming\",
\"mastername\": \"client.skia.fyi\", \"buildnumber\": 5, \"slavename\": \"skiab
ot-linux-housekeeper-003\", \"reason\": \"Triggered by Skia swarm_trigger Recipe
\", \"swarm_out_dir\": \"${ISOLATED_OUTDIR}\", \"revision\": 164710}", |
| 934 "--workdir", |
| 935 "../../..", |
| 936 "skia/swarm_perf" |
| 822 ], | 937 ], |
| 823 "cwd": "[SLAVE_BUILD]", | 938 "cwd": "[SLAVE_BUILD]", |
| 824 "name": "[trigger] perf_skia on Ubuntu", | 939 "name": "[trigger] perf_skia on Ubuntu", |
| 825 "~followup_annotations": [ | 940 "~followup_annotations": [ |
| 826 "@@@STEP_LOG_LINE@json.output@{@@@", | 941 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 827 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"perf_skia/Ubuntu/def
456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\", @@@", | 942 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"perf_skia/Ubuntu/def
456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\", @@@", |
| 828 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 943 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 829 "@@@STEP_LOG_LINE@json.output@ \"perf_skia/Ubuntu/def456/Test-Ubuntu-GC
C-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\": {@@@", | 944 "@@@STEP_LOG_LINE@json.output@ \"perf_skia/Ubuntu/def456/Test-Ubuntu-GC
C-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\": {@@@", |
| 830 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 945 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 831 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 946 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1053 "@@@STEP_LOG_END@json.output@@@", | 1168 "@@@STEP_LOG_END@json.output@@@", |
| 1054 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1169 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1055 ] | 1170 ] |
| 1056 }, | 1171 }, |
| 1057 { | 1172 { |
| 1058 "name": "$result", | 1173 "name": "$result", |
| 1059 "recipe_result": null, | 1174 "recipe_result": null, |
| 1060 "status_code": 0 | 1175 "status_code": 0 |
| 1061 } | 1176 } |
| 1062 ] | 1177 ] |
| OLD | NEW |