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

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

Issue 2087853002: Revert of Add Swarming task for downloading Android SDK on Skia bots (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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",
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}", 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}",
479 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" 424 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json"
480 ], 425 ],
481 "name": "Write compile_skia.isolated.gen.json" 426 "name": "Write compile_skia.isolated.gen.json"
482 }, 427 },
483 { 428 {
484 "cmd": [ 429 "cmd": [
485 "python", 430 "python",
486 "-u", 431 "-u",
487 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 432 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
488 "[SLAVE_BUILD]/swarming.client", 433 "[SLAVE_BUILD]/swarming.client",
489 "batcharchive", 434 "batcharchive",
490 "--dump-json", 435 "--dump-json",
491 "/path/to/tmp/json", 436 "/path/to/tmp/json",
492 "--isolate-server", 437 "--isolate-server",
493 "https://isolateserver.appspot.com", 438 "https://isolateserver.appspot.com",
494 "--verbose", 439 "--verbose",
495 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" 440 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json"
496 ], 441 ],
497 "name": "isolate tests (3)", 442 "name": "isolate tests (2)",
498 "~followup_annotations": [ 443 "~followup_annotations": [
499 "@@@STEP_LOG_LINE@json.output@{@@@", 444 "@@@STEP_LOG_LINE@json.output@{@@@",
500 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil e_skia]\"@@@", 445 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil e_skia]\"@@@",
501 "@@@STEP_LOG_LINE@json.output@}@@@", 446 "@@@STEP_LOG_LINE@json.output@}@@@",
502 "@@@STEP_LOG_END@json.output@@@", 447 "@@@STEP_LOG_END@json.output@@@",
503 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c ompile_skia]\"}@@@" 448 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c ompile_skia]\"}@@@"
504 ] 449 ]
505 }, 450 },
506 { 451 {
507 "cmd": [ 452 "cmd": [
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 "@@@STEP_LOG_END@json.output@@@", 623 "@@@STEP_LOG_END@json.output@@@",
679 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 624 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
680 ] 625 ]
681 }, 626 },
682 { 627 {
683 "name": "$result", 628 "name": "$result",
684 "recipe_result": null, 629 "recipe_result": null,
685 "status_code": 0 630 "status_code": 0
686 } 631 }
687 ] 632 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698