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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Debug.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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 413 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
414 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 414 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
415 "@@@STEP_LOG_END@python.inline@@@" 415 "@@@STEP_LOG_END@python.inline@@@"
416 ] 416 ]
417 }, 417 },
418 { 418 {
419 "cmd": [ 419 "cmd": [
420 "python", 420 "python",
421 "-u", 421 "-u",
422 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 422 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
423 "{\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}",
424 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json"
425 ],
426 "name": "Write isolate_gsutil.isolated.gen.json"
427 },
428 {
429 "cmd": [
430 "python",
431 "-u",
432 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
433 "[SLAVE_BUILD]/swarming.client",
434 "batcharchive",
435 "--dump-json",
436 "/path/to/tmp/json",
437 "--isolate-server",
438 "https://isolateserver.appspot.com",
439 "--verbose",
440 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json"
441 ],
442 "name": "isolate tests (2)",
443 "~followup_annotations": [
444 "@@@STEP_LOG_LINE@json.output@{@@@",
445 "@@@STEP_LOG_LINE@json.output@ \"isolate_gsutil\": \"[dummy hash for isol ate_gsutil]\"@@@",
446 "@@@STEP_LOG_LINE@json.output@}@@@",
447 "@@@STEP_LOG_END@json.output@@@",
448 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_gsutil\": \"[dummy hash for isolate_gsutil]\"}@@@"
449 ]
450 },
451 {
452 "cmd": [
453 "python",
454 "-u",
455 "\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",
456 "[SLAVE_BUILD]/swarming_temp_dir",
457 "511"
458 ],
459 "name": "makedirs swarming tmp dir (3)",
460 "~followup_annotations": [
461 "@@@STEP_LOG_LINE@python.inline@@@@",
462 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
463 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
464 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
465 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
466 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
467 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
468 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
469 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
470 "@@@STEP_LOG_END@python.inline@@@"
471 ]
472 },
473 {
474 "cmd": [
475 "python",
476 "-u",
477 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
423 "{\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}", 478 "{\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}",
424 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" 479 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json"
425 ], 480 ],
426 "name": "Write compile_skia.isolated.gen.json" 481 "name": "Write compile_skia.isolated.gen.json"
427 }, 482 },
428 { 483 {
429 "cmd": [ 484 "cmd": [
430 "python", 485 "python",
431 "-u", 486 "-u",
432 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 487 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
433 "[SLAVE_BUILD]/swarming.client", 488 "[SLAVE_BUILD]/swarming.client",
434 "batcharchive", 489 "batcharchive",
435 "--dump-json", 490 "--dump-json",
436 "/path/to/tmp/json", 491 "/path/to/tmp/json",
437 "--isolate-server", 492 "--isolate-server",
438 "https://isolateserver.appspot.com", 493 "https://isolateserver.appspot.com",
439 "--verbose", 494 "--verbose",
440 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" 495 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json"
441 ], 496 ],
442 "name": "isolate tests (2)", 497 "name": "isolate tests (3)",
443 "~followup_annotations": [ 498 "~followup_annotations": [
444 "@@@STEP_LOG_LINE@json.output@{@@@", 499 "@@@STEP_LOG_LINE@json.output@{@@@",
445 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil e_skia]\"@@@", 500 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil e_skia]\"@@@",
446 "@@@STEP_LOG_LINE@json.output@}@@@", 501 "@@@STEP_LOG_LINE@json.output@}@@@",
447 "@@@STEP_LOG_END@json.output@@@", 502 "@@@STEP_LOG_END@json.output@@@",
448 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c ompile_skia]\"}@@@" 503 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c ompile_skia]\"}@@@"
449 ] 504 ]
450 }, 505 },
451 { 506 {
452 "cmd": [ 507 "cmd": [
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 "@@@STEP_LOG_END@json.output@@@", 678 "@@@STEP_LOG_END@json.output@@@",
624 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 679 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
625 ] 680 ]
626 }, 681 },
627 { 682 {
628 "name": "$result", 683 "name": "$result",
629 "recipe_result": null, 684 "recipe_result": null,
630 "status_code": 0 685 "status_code": 0
631 } 686 }
632 ] 687 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698