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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil e_skia]\"@@@", 459 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil e_skia]\"@@@",
460 "@@@STEP_LOG_LINE@json.output@}@@@", 460 "@@@STEP_LOG_LINE@json.output@}@@@",
461 "@@@STEP_LOG_END@json.output@@@", 461 "@@@STEP_LOG_END@json.output@@@",
462 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c ompile_skia]\"}@@@" 462 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c ompile_skia]\"}@@@"
463 ] 463 ]
464 }, 464 },
465 { 465 {
466 "cmd": [ 466 "cmd": [
467 "python", 467 "python",
468 "-u", 468 "-u",
469 "\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", 469 "\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",
470 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", 470 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated",
471 "[dummy hash for isolate_recipes]" 471 "[dummy hash for isolate_recipes]"
472 ], 472 ],
473 "name": "add_isolated_input", 473 "name": "add_isolated_input",
474 "~followup_annotations": [ 474 "~followup_annotations": [
475 "@@@STEP_LOG_LINE@python.inline@@@@", 475 "@@@STEP_LOG_LINE@python.inline@@@@",
476 "@@@STEP_LOG_LINE@python.inline@import json@@@", 476 "@@@STEP_LOG_LINE@python.inline@import json@@@",
477 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 477 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
478 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", 478 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@",
479 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", 479 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@",
480 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@",
481 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@",
480 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", 482 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@",
481 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", 483 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@",
482 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", 484 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@",
483 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@ @", 485 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@ @",
484 "@@@STEP_LOG_END@python.inline@@@" 486 "@@@STEP_LOG_END@python.inline@@@"
485 ] 487 ]
486 }, 488 },
487 { 489 {
488 "cmd": [ 490 "cmd": [
489 "python", 491 "python",
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia ]\"@@@", 752 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia ]\"@@@",
751 "@@@STEP_LOG_LINE@json.output@}@@@", 753 "@@@STEP_LOG_LINE@json.output@}@@@",
752 "@@@STEP_LOG_END@json.output@@@", 754 "@@@STEP_LOG_END@json.output@@@",
753 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test _skia]\"}@@@" 755 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test _skia]\"}@@@"
754 ] 756 ]
755 }, 757 },
756 { 758 {
757 "cmd": [ 759 "cmd": [
758 "python", 760 "python",
759 "-u", 761 "-u",
760 "\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", 762 "\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",
761 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", 763 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated",
762 "[dummy hash for isolate_recipes]", 764 "[dummy hash for isolate_recipes]",
763 "abc123" 765 "abc123"
764 ], 766 ],
765 "name": "add_isolated_input (2)", 767 "name": "add_isolated_input (2)",
766 "~followup_annotations": [ 768 "~followup_annotations": [
767 "@@@STEP_LOG_LINE@python.inline@@@@", 769 "@@@STEP_LOG_LINE@python.inline@@@@",
768 "@@@STEP_LOG_LINE@python.inline@import json@@@", 770 "@@@STEP_LOG_LINE@python.inline@import json@@@",
769 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 771 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
770 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", 772 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@",
771 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", 773 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@",
774 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@",
775 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@",
772 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", 776 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@",
773 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", 777 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@",
774 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", 778 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@",
775 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@ @", 779 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@ @",
776 "@@@STEP_LOG_END@python.inline@@@" 780 "@@@STEP_LOG_END@python.inline@@@"
777 ] 781 ]
778 }, 782 },
779 { 783 {
780 "cmd": [ 784 "cmd": [
781 "python", 785 "python",
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia ]\"@@@", 923 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia ]\"@@@",
920 "@@@STEP_LOG_LINE@json.output@}@@@", 924 "@@@STEP_LOG_LINE@json.output@}@@@",
921 "@@@STEP_LOG_END@json.output@@@", 925 "@@@STEP_LOG_END@json.output@@@",
922 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf _skia]\"}@@@" 926 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf _skia]\"}@@@"
923 ] 927 ]
924 }, 928 },
925 { 929 {
926 "cmd": [ 930 "cmd": [
927 "python", 931 "python",
928 "-u", 932 "-u",
929 "\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", 933 "\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",
930 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated", 934 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated",
931 "[dummy hash for isolate_recipes]", 935 "[dummy hash for isolate_recipes]",
932 "abc123" 936 "abc123"
933 ], 937 ],
934 "name": "add_isolated_input (3)", 938 "name": "add_isolated_input (3)",
935 "~followup_annotations": [ 939 "~followup_annotations": [
936 "@@@STEP_LOG_LINE@python.inline@@@@", 940 "@@@STEP_LOG_LINE@python.inline@@@@",
937 "@@@STEP_LOG_LINE@python.inline@import json@@@", 941 "@@@STEP_LOG_LINE@python.inline@import json@@@",
938 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 942 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
939 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", 943 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@",
940 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", 944 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@",
945 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@",
946 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@",
941 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", 947 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@",
942 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", 948 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@",
943 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", 949 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@",
944 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@ @", 950 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@ @",
945 "@@@STEP_LOG_END@python.inline@@@" 951 "@@@STEP_LOG_END@python.inline@@@"
946 ] 952 ]
947 }, 953 },
948 { 954 {
949 "cmd": [ 955 "cmd": [
950 "python", 956 "python",
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
1246 "@@@STEP_LOG_END@json.output@@@", 1252 "@@@STEP_LOG_END@json.output@@@",
1247 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1253 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1248 ] 1254 ]
1249 }, 1255 },
1250 { 1256 {
1251 "name": "$result", 1257 "name": "$result",
1252 "recipe_result": null, 1258 "recipe_result": null,
1253 "status_code": 0 1259 "status_code": 0
1254 } 1260 }
1255 ] 1261 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698