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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Release-Trybot.json

Issue 2068123002: Add Swarming task for downloading Android SDK on Skia bots (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Expectations, fix names Created 4 years, 6 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 "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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 443 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
444 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 444 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
445 "@@@STEP_LOG_END@python.inline@@@" 445 "@@@STEP_LOG_END@python.inline@@@"
446 ] 446 ]
447 }, 447 },
448 { 448 {
449 "cmd": [ 449 "cmd": [
450 "python", 450 "python",
451 "-u", 451 "-u",
452 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 452 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
453 "{\n \"args\": [\n \"--isolate\", \n \"[BUILD]/scripts/sl ave/recipes/skia/gsutil.isolate\", \n \"--isolated\", \n \"[SLAVE_ BUILD]/swarming_temp_dir/skia-task-isolate_gsutil.isolated\", \n \"--conf ig-variable\", \n \"OS\", \n \"linux\"\n ], \n \"dir\": \"[B UILD]/scripts/slave/recipes/skia\", \n \"version\": 1\n}",
454 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json"
455 ],
456 "name": "Write isolate_gsutil.isolated.gen.json"
457 },
458 {
459 "cmd": [
460 "python",
461 "-u",
462 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
463 "[SLAVE_BUILD]/swarming.client",
464 "batcharchive",
465 "--dump-json",
466 "/path/to/tmp/json",
467 "--isolate-server",
468 "https://isolateserver.appspot.com",
469 "--verbose",
470 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json"
471 ],
472 "name": "isolate tests (2)",
473 "~followup_annotations": [
474 "@@@STEP_LOG_LINE@json.output@{@@@",
475 "@@@STEP_LOG_LINE@json.output@ \"isolate_gsutil\": \"[dummy hash for isol ate_gsutil]\"@@@",
476 "@@@STEP_LOG_LINE@json.output@}@@@",
477 "@@@STEP_LOG_END@json.output@@@",
478 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_gsutil\": \"[dummy hash for isolate_gsutil]\"}@@@"
479 ]
480 },
481 {
482 "cmd": [
483 "python",
484 "-u",
485 "\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",
486 "[SLAVE_BUILD]/swarming_temp_dir",
487 "511"
488 ],
489 "name": "makedirs swarming tmp dir (3)",
490 "~followup_annotations": [
491 "@@@STEP_LOG_LINE@python.inline@@@@",
492 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
493 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
494 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
495 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
496 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
497 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
498 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
499 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
500 "@@@STEP_LOG_END@python.inline@@@"
501 ]
502 },
503 {
504 "cmd": [
505 "python",
506 "-u",
507 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
453 "{\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 \"Ubuntu\", \n \"--blacklist\", \n \".git\", \n \"--blacklist\", \n \"out\", \n \"- -blacklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"W ORKDIR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n \"BUILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}", 508 "{\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 \"Ubuntu\", \n \"--blacklist\", \n \".git\", \n \"--blacklist\", \n \"out\", \n \"- -blacklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"W ORKDIR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n \"BUILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}",
454 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" 509 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json"
455 ], 510 ],
456 "name": "Write compile_skia.isolated.gen.json" 511 "name": "Write compile_skia.isolated.gen.json"
457 }, 512 },
458 { 513 {
459 "cmd": [ 514 "cmd": [
460 "python", 515 "python",
461 "-u", 516 "-u",
462 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 517 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
463 "[SLAVE_BUILD]/swarming.client", 518 "[SLAVE_BUILD]/swarming.client",
464 "batcharchive", 519 "batcharchive",
465 "--dump-json", 520 "--dump-json",
466 "/path/to/tmp/json", 521 "/path/to/tmp/json",
467 "--isolate-server", 522 "--isolate-server",
468 "https://isolateserver.appspot.com", 523 "https://isolateserver.appspot.com",
469 "--verbose", 524 "--verbose",
470 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" 525 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json"
471 ], 526 ],
472 "name": "isolate tests (2)", 527 "name": "isolate tests (3)",
473 "~followup_annotations": [ 528 "~followup_annotations": [
474 "@@@STEP_LOG_LINE@json.output@{@@@", 529 "@@@STEP_LOG_LINE@json.output@{@@@",
475 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil e_skia]\"@@@", 530 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil e_skia]\"@@@",
476 "@@@STEP_LOG_LINE@json.output@}@@@", 531 "@@@STEP_LOG_LINE@json.output@}@@@",
477 "@@@STEP_LOG_END@json.output@@@", 532 "@@@STEP_LOG_END@json.output@@@",
478 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c ompile_skia]\"}@@@" 533 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c ompile_skia]\"}@@@"
479 ] 534 ]
480 }, 535 },
481 { 536 {
482 "cmd": [ 537 "cmd": [
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 "@@@STEP_LOG_END@json.output@@@", 713 "@@@STEP_LOG_END@json.output@@@",
659 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 714 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
660 ] 715 ]
661 }, 716 },
662 { 717 {
663 "name": "$result", 718 "name": "$result",
664 "recipe_result": null, 719 "recipe_result": null,
665 "status_code": 0 720 "status_code": 0
666 } 721 }
667 ] 722 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698