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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Missing_android_sdk_hash.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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso late_recipes]\"@@@", 392 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso late_recipes]\"@@@",
393 "@@@STEP_LOG_LINE@json.output@}@@@", 393 "@@@STEP_LOG_LINE@json.output@}@@@",
394 "@@@STEP_LOG_END@json.output@@@", 394 "@@@STEP_LOG_END@json.output@@@",
395 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo r isolate_recipes]\"}@@@" 395 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo r isolate_recipes]\"}@@@"
396 ] 396 ]
397 }, 397 },
398 { 398 {
399 "cmd": [ 399 "cmd": [
400 "python", 400 "python",
401 "-u", 401 "-u",
402 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
403 "[SLAVE_BUILD]/skia/infra/bots/android_sdk_hash",
404 "/path/to/tmp/"
405 ],
406 "name": "Read android_sdk_hash",
407 "~followup_annotations": [
408 "step returned non-zero exit code: 1",
409 "@@@STEP_EXCEPTION@@@"
410 ]
411 },
412 {
413 "cmd": [
414 "python",
415 "-u",
402 "\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", 416 "\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",
403 "[SLAVE_BUILD]/swarming_temp_dir", 417 "[SLAVE_BUILD]/swarming_temp_dir",
404 "511" 418 "511"
405 ], 419 ],
406 "name": "makedirs swarming tmp dir (2)", 420 "name": "makedirs swarming tmp dir (2)",
407 "~followup_annotations": [ 421 "~followup_annotations": [
408 "@@@STEP_LOG_LINE@python.inline@@@@", 422 "@@@STEP_LOG_LINE@python.inline@@@@",
409 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 423 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
410 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 424 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
411 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 425 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
412 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 426 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
413 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 427 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
414 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 428 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
415 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 429 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
416 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 430 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
417 "@@@STEP_LOG_END@python.inline@@@" 431 "@@@STEP_LOG_END@python.inline@@@"
418 ] 432 ]
419 }, 433 },
420 { 434 {
421 "cmd": [ 435 "cmd": [
422 "python", 436 "python",
423 "-u", 437 "-u",
424 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 438 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
425 "{\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}",
426 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json"
427 ],
428 "name": "Write isolate_gsutil.isolated.gen.json"
429 },
430 {
431 "cmd": [
432 "python",
433 "-u",
434 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
435 "[SLAVE_BUILD]/swarming.client",
436 "batcharchive",
437 "--dump-json",
438 "/path/to/tmp/json",
439 "--isolate-server",
440 "https://isolateserver.appspot.com",
441 "--verbose",
442 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json"
443 ],
444 "name": "isolate tests (2)",
445 "~followup_annotations": [
446 "@@@STEP_LOG_LINE@json.output@{@@@",
447 "@@@STEP_LOG_LINE@json.output@ \"isolate_gsutil\": \"[dummy hash for isol ate_gsutil]\"@@@",
448 "@@@STEP_LOG_LINE@json.output@}@@@",
449 "@@@STEP_LOG_END@json.output@@@",
450 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_gsutil\": \"[dummy hash for isolate_gsutil]\"}@@@"
451 ]
452 },
453 {
454 "cmd": [
455 "python",
456 "-u",
457 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
458 "[SLAVE_BUILD]/skia/infra/bots/android_sdk_hash",
459 "/path/to/tmp/"
460 ],
461 "name": "Read android_sdk_hash",
462 "~followup_annotations": [
463 "step returned non-zero exit code: 1",
464 "@@@STEP_EXCEPTION@@@"
465 ]
466 },
467 {
468 "cmd": [
469 "python",
470 "-u",
471 "\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",
472 "[SLAVE_BUILD]/swarming_temp_dir",
473 "511"
474 ],
475 "name": "makedirs swarming tmp dir (3)",
476 "~followup_annotations": [
477 "@@@STEP_LOG_LINE@python.inline@@@@",
478 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
479 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
480 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
481 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
482 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
483 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
484 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
485 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
486 "@@@STEP_LOG_END@python.inline@@@"
487 ]
488 },
489 {
490 "cmd": [
491 "python",
492 "-u",
493 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
494 "{\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}", 439 "{\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}",
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": "Write compile_skia.isolated.gen.json" 442 "name": "Write compile_skia.isolated.gen.json"
498 }, 443 },
499 { 444 {
500 "cmd": [ 445 "cmd": [
501 "python", 446 "python",
502 "-u", 447 "-u",
503 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 448 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
504 "[SLAVE_BUILD]/swarming.client", 449 "[SLAVE_BUILD]/swarming.client",
505 "batcharchive", 450 "batcharchive",
506 "--dump-json", 451 "--dump-json",
507 "/path/to/tmp/json", 452 "/path/to/tmp/json",
508 "--isolate-server", 453 "--isolate-server",
509 "https://isolateserver.appspot.com", 454 "https://isolateserver.appspot.com",
510 "--verbose", 455 "--verbose",
511 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" 456 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json"
512 ], 457 ],
513 "name": "isolate tests (3)", 458 "name": "isolate tests (2)",
514 "~followup_annotations": [ 459 "~followup_annotations": [
515 "@@@STEP_LOG_LINE@json.output@{@@@", 460 "@@@STEP_LOG_LINE@json.output@{@@@",
516 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil e_skia]\"@@@", 461 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil e_skia]\"@@@",
517 "@@@STEP_LOG_LINE@json.output@}@@@", 462 "@@@STEP_LOG_LINE@json.output@}@@@",
518 "@@@STEP_LOG_END@json.output@@@", 463 "@@@STEP_LOG_END@json.output@@@",
519 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c ompile_skia]\"}@@@" 464 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c ompile_skia]\"}@@@"
520 ] 465 ]
521 }, 466 },
522 { 467 {
523 "cmd": [ 468 "cmd": [
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 "@@@STEP_LOG_END@json.output@@@", 640 "@@@STEP_LOG_END@json.output@@@",
696 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 641 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
697 ] 642 ]
698 }, 643 },
699 { 644 {
700 "name": "$result", 645 "name": "$result",
701 "recipe_result": null, 646 "recipe_result": null,
702 "status_code": 0 647 "status_code": 0
703 } 648 }
704 ] 649 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698