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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming.json

Issue 1916263003: Reland "Skia: Maintain a checkout on swarming (compile) bots" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix expectations after roll Created 4 years, 7 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 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil e_skia]\"@@@", 463 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil e_skia]\"@@@",
464 "@@@STEP_LOG_LINE@json.output@}@@@", 464 "@@@STEP_LOG_LINE@json.output@}@@@",
465 "@@@STEP_LOG_END@json.output@@@", 465 "@@@STEP_LOG_END@json.output@@@",
466 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c ompile_skia]\"}@@@" 466 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c ompile_skia]\"}@@@"
467 ] 467 ]
468 }, 468 },
469 { 469 {
470 "cmd": [ 470 "cmd": [
471 "python", 471 "python",
472 "-u", 472 "-u",
473 "\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", 473 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso n.load(f)\nif not isolated.get('includes'):\n isolated['includes'] = []\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(sys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n",
474 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", 474 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated",
475 "[dummy hash for isolate_recipes]" 475 "[dummy hash for isolate_recipes]"
476 ], 476 ],
477 "name": "add_isolated_input", 477 "name": "add_isolated_input",
478 "~followup_annotations": [ 478 "~followup_annotations": [
479 "@@@STEP_LOG_LINE@python.inline@@@@", 479 "@@@STEP_LOG_LINE@python.inline@@@@",
480 "@@@STEP_LOG_LINE@python.inline@import json@@@", 480 "@@@STEP_LOG_LINE@python.inline@import json@@@",
481 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 481 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
482 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", 482 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@",
483 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", 483 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@",
484 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@",
485 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@",
484 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", 486 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@",
485 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", 487 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@",
486 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", 488 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@",
487 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@ @", 489 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@ @",
488 "@@@STEP_LOG_END@python.inline@@@" 490 "@@@STEP_LOG_END@python.inline@@@"
489 ] 491 ]
490 }, 492 },
491 { 493 {
492 "cmd": [ 494 "cmd": [
493 "python", 495 "python",
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia ]\"@@@", 756 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia ]\"@@@",
755 "@@@STEP_LOG_LINE@json.output@}@@@", 757 "@@@STEP_LOG_LINE@json.output@}@@@",
756 "@@@STEP_LOG_END@json.output@@@", 758 "@@@STEP_LOG_END@json.output@@@",
757 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test _skia]\"}@@@" 759 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test _skia]\"}@@@"
758 ] 760 ]
759 }, 761 },
760 { 762 {
761 "cmd": [ 763 "cmd": [
762 "python", 764 "python",
763 "-u", 765 "-u",
764 "\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", 766 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso n.load(f)\nif not isolated.get('includes'):\n isolated['includes'] = []\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(sys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n",
765 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", 767 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated",
766 "[dummy hash for isolate_recipes]", 768 "[dummy hash for isolate_recipes]",
767 "abc123" 769 "abc123"
768 ], 770 ],
769 "name": "add_isolated_input (2)", 771 "name": "add_isolated_input (2)",
770 "~followup_annotations": [ 772 "~followup_annotations": [
771 "@@@STEP_LOG_LINE@python.inline@@@@", 773 "@@@STEP_LOG_LINE@python.inline@@@@",
772 "@@@STEP_LOG_LINE@python.inline@import json@@@", 774 "@@@STEP_LOG_LINE@python.inline@import json@@@",
773 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 775 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
774 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", 776 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@",
775 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", 777 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@",
778 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@",
779 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@",
776 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", 780 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@",
777 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", 781 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@",
778 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", 782 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@",
779 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@ @", 783 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@ @",
780 "@@@STEP_LOG_END@python.inline@@@" 784 "@@@STEP_LOG_END@python.inline@@@"
781 ] 785 ]
782 }, 786 },
783 { 787 {
784 "cmd": [ 788 "cmd": [
785 "python", 789 "python",
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 1004 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
1001 }, 1005 },
1002 "name": "Upload DM Results" 1006 "name": "Upload DM Results"
1003 }, 1007 },
1004 { 1008 {
1005 "name": "$result", 1009 "name": "$result",
1006 "recipe_result": null, 1010 "recipe_result": null,
1007 "status_code": 0 1011 "status_code": 0
1008 } 1012 }
1009 ] 1013 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/skia/swarm_trigger.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Swarming.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698