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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_mac64_rel.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_mac64_rel", 10 "v8_mac64_rel",
(...skipping 13 matching lines...) Expand all
24 "1", 24 "1",
25 "--rietveld_server", 25 "--rietveld_server",
26 "https://codereview.chromium.org", 26 "https://codereview.chromium.org",
27 "--output_json", 27 "--output_json",
28 "/path/to/tmp/json", 28 "/path/to/tmp/json",
29 "--revision", 29 "--revision",
30 "v8@12345", 30 "v8@12345",
31 "--no_shallow", 31 "--no_shallow",
32 "--output_manifest" 32 "--output_manifest"
33 ], 33 ],
34 "cwd": "[SLAVE_BUILD]",
35 "env": { 34 "env": {
36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
37 }, 36 },
38 "name": "bot_update", 37 "name": "bot_update",
39 "~followup_annotations": [ 38 "~followup_annotations": [
40 "@@@STEP_TEXT@Some step text@@@", 39 "@@@STEP_TEXT@Some step text@@@",
41 "@@@STEP_LOG_LINE@json.output@{@@@", 40 "@@@STEP_LOG_LINE@json.output@{@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
44 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", 43 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@",
(...skipping 26 matching lines...) Expand all
71 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097 c9c571640038896debc4\"@@@" 70 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097 c9c571640038896debc4\"@@@"
72 ] 71 ]
73 }, 72 },
74 { 73 {
75 "cmd": [ 74 "cmd": [
76 "python", 75 "python",
77 "-u", 76 "-u",
78 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", 77 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py",
79 "--version" 78 "--version"
80 ], 79 ],
81 "cwd": "[SLAVE_BUILD]",
82 "name": "swarming.py --version", 80 "name": "swarming.py --version",
83 "stdout": "/path/to/tmp/", 81 "stdout": "/path/to/tmp/",
84 "~followup_annotations": [ 82 "~followup_annotations": [
85 "@@@STEP_TEXT@0.4.10@@@" 83 "@@@STEP_TEXT@0.4.10@@@"
86 ] 84 ]
87 }, 85 },
88 { 86 {
89 "cmd": [ 87 "cmd": [
90 "python", 88 "python",
91 "-u", 89 "-u",
92 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 90 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
93 "runhooks" 91 "runhooks"
94 ], 92 ],
95 "cwd": "[SLAVE_BUILD]",
96 "env": { 93 "env": {
97 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 94 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
98 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/go ma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", 95 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/go ma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64",
99 "GYP_GENERATORS": "ninja", 96 "GYP_GENERATORS": "ninja",
100 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 97 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
101 }, 98 },
102 "name": "gclient runhooks" 99 "name": "gclient runhooks"
103 }, 100 },
104 { 101 {
105 "cmd": [ 102 "cmd": [
106 "python", 103 "python",
107 "-u", 104 "-u",
108 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 105 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
109 "--show-path", 106 "--show-path",
110 "python", 107 "python",
111 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 108 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
112 ], 109 ],
113 "cwd": "[SLAVE_BUILD]",
114 "name": "cleanup_temp" 110 "name": "cleanup_temp"
115 }, 111 },
116 { 112 {
117 "allow_subannotations": true, 113 "allow_subannotations": true,
118 "cmd": [ 114 "cmd": [
119 "python", 115 "python",
120 "-u", 116 "-u",
121 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 117 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
122 "--src-dir", 118 "--src-dir",
123 "[SLAVE_BUILD]/v8", 119 "[SLAVE_BUILD]/v8",
124 "--output-json", 120 "--output-json",
125 "/path/to/tmp/json" 121 "/path/to/tmp/json"
126 ], 122 ],
127 "cwd": "[SLAVE_BUILD]",
128 "env": { 123 "env": {
129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 124 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
130 }, 125 },
131 "name": "clang_revision", 126 "name": "clang_revision",
132 "~followup_annotations": [ 127 "~followup_annotations": [
133 "@@@STEP_LOG_LINE@json.output@{@@@", 128 "@@@STEP_LOG_LINE@json.output@{@@@",
134 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 129 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
135 "@@@STEP_LOG_LINE@json.output@}@@@", 130 "@@@STEP_LOG_LINE@json.output@}@@@",
136 "@@@STEP_LOG_END@json.output@@@" 131 "@@@STEP_LOG_END@json.output@@@"
137 ] 132 ]
(...skipping 23 matching lines...) Expand all
161 "--goma-jsonstatus", 156 "--goma-jsonstatus",
162 "/path/to/tmp/json", 157 "/path/to/tmp/json",
163 "--goma-service-account-json-file", 158 "--goma-service-account-json-file",
164 "/creds/service_accounts/service-account-goma-client.json", 159 "/creds/service_accounts/service-account-goma-client.json",
165 "--goma-dir", 160 "--goma-dir",
166 "[BUILD]/goma", 161 "[BUILD]/goma",
167 "--goma-fail-fast", 162 "--goma-fail-fast",
168 "--goma-disable-local-fallback", 163 "--goma-disable-local-fallback",
169 "--" 164 "--"
170 ], 165 ],
171 "cwd": "[SLAVE_BUILD]",
172 "env": { 166 "env": {
173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
174 }, 168 },
175 "name": "compile", 169 "name": "compile",
176 "~followup_annotations": [ 170 "~followup_annotations": [
177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 171 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
178 "@@@STEP_LOG_END@json.output (invalid)@@@" 172 "@@@STEP_LOG_END@json.output (invalid)@@@"
179 ] 173 ]
180 }, 174 },
181 { 175 {
182 "cmd": [ 176 "cmd": [
183 "python", 177 "python",
184 "-u", 178 "-u",
185 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 179 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
186 "[SLAVE_BUILD]/v8/tools/swarming_client", 180 "[SLAVE_BUILD]/v8/tools/swarming_client",
187 "batcharchive", 181 "batcharchive",
188 "--dump-json", 182 "--dump-json",
189 "/path/to/tmp/json", 183 "/path/to/tmp/json",
190 "--isolate-server", 184 "--isolate-server",
191 "https://isolateserver.appspot.com", 185 "https://isolateserver.appspot.com",
192 "--verbose", 186 "--verbose",
193 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", 187 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json",
194 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json", 188 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json",
195 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json", 189 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json",
196 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", 190 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json",
197 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" 191 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json"
198 ], 192 ],
199 "cwd": "[SLAVE_BUILD]",
200 "name": "isolate tests", 193 "name": "isolate tests",
201 "~followup_annotations": [ 194 "~followup_annotations": [
202 "@@@STEP_LOG_LINE@json.output@{@@@", 195 "@@@STEP_LOG_LINE@json.output@{@@@",
203 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@", 196 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@",
204 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\ ", @@@", 197 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\ ", @@@",
205 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\", @@@", 198 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\", @@@",
206 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @ @@", 199 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @ @@",
207 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@ @@", 200 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@ @@",
208 "@@@STEP_LOG_LINE@json.output@}@@@", 201 "@@@STEP_LOG_LINE@json.output@}@@@",
209 "@@@STEP_LOG_END@json.output@@@" 202 "@@@STEP_LOG_END@json.output@@@"
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "--timeout=200", 280 "--timeout=200",
288 "--random-seed=1127209095", 281 "--random-seed=1127209095",
289 "bot_default", 282 "bot_default",
290 "--exhaustive-variants", 283 "--exhaustive-variants",
291 "--dcheck-always-on", 284 "--dcheck-always-on",
292 "--rerun-failures-count=2", 285 "--rerun-failures-count=2",
293 "--swarming", 286 "--swarming",
294 "--json-test-results", 287 "--json-test-results",
295 "${ISOLATED_OUTDIR}/output.json" 288 "${ISOLATED_OUTDIR}/output.json"
296 ], 289 ],
297 "cwd": "[SLAVE_BUILD]",
298 "name": "[trigger] Check on Mac-10.9", 290 "name": "[trigger] Check on Mac-10.9",
299 "~followup_annotations": [ 291 "~followup_annotations": [
300 "@@@STEP_LOG_LINE@json.output@{@@@", 292 "@@@STEP_LOG_LINE@json.output@{@@@",
301 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Mac-10.9/[dumm y has/v8_mac64_rel/571\", @@@", 293 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Mac-10.9/[dumm y has/v8_mac64_rel/571\", @@@",
302 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 294 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
303 "@@@STEP_LOG_LINE@json.output@ \"Check/Mac-10.9/[dummy has/v8_mac64_rel /571\": {@@@", 295 "@@@STEP_LOG_LINE@json.output@ \"Check/Mac-10.9/[dummy has/v8_mac64_rel /571\": {@@@",
304 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 296 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
305 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 297 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
306 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 298 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
307 "@@@STEP_LOG_LINE@json.output@ }@@@", 299 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 "--random-seed=1127209095", 382 "--random-seed=1127209095",
391 "test262", 383 "test262",
392 "--download-data", 384 "--download-data",
393 "--variants=default", 385 "--variants=default",
394 "--dcheck-always-on", 386 "--dcheck-always-on",
395 "--rerun-failures-count=2", 387 "--rerun-failures-count=2",
396 "--swarming", 388 "--swarming",
397 "--json-test-results", 389 "--json-test-results",
398 "${ISOLATED_OUTDIR}/output.json" 390 "${ISOLATED_OUTDIR}/output.json"
399 ], 391 ],
400 "cwd": "[SLAVE_BUILD]",
401 "name": "[trigger] Test262 - no variants on Mac-10.9", 392 "name": "[trigger] Test262 - no variants on Mac-10.9",
402 "~followup_annotations": [ 393 "~followup_annotations": [
403 "@@@STEP_LOG_LINE@json.output@{@@@", 394 "@@@STEP_LOG_LINE@json.output@{@@@",
404 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant s/Mac-10.9/[dummy has/v8_mac64_rel/571\", @@@", 395 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant s/Mac-10.9/[dummy has/v8_mac64_rel/571\", @@@",
405 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 396 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
406 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Mac-10.9/[dummy has/v8_mac64_rel/571\": {@@@", 397 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Mac-10.9/[dummy has/v8_mac64_rel/571\": {@@@",
407 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 398 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
408 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 399 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
409 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 400 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
410 "@@@STEP_LOG_LINE@json.output@ }@@@", 401 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 "--timeout=200", 483 "--timeout=200",
493 "--random-seed=1127209095", 484 "--random-seed=1127209095",
494 "mozilla", 485 "mozilla",
495 "--exhaustive-variants", 486 "--exhaustive-variants",
496 "--dcheck-always-on", 487 "--dcheck-always-on",
497 "--rerun-failures-count=2", 488 "--rerun-failures-count=2",
498 "--swarming", 489 "--swarming",
499 "--json-test-results", 490 "--json-test-results",
500 "${ISOLATED_OUTDIR}/output.json" 491 "${ISOLATED_OUTDIR}/output.json"
501 ], 492 ],
502 "cwd": "[SLAVE_BUILD]",
503 "name": "[trigger] Mozilla on Mac-10.9", 493 "name": "[trigger] Mozilla on Mac-10.9",
504 "~followup_annotations": [ 494 "~followup_annotations": [
505 "@@@STEP_LOG_LINE@json.output@{@@@", 495 "@@@STEP_LOG_LINE@json.output@{@@@",
506 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Mac-10.9/[du mmy has/v8_mac64_rel/571\", @@@", 496 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Mac-10.9/[du mmy has/v8_mac64_rel/571\", @@@",
507 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 497 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
508 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Mac-10.9/[dummy has/v8_mac64_r el/571\": {@@@", 498 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Mac-10.9/[dummy has/v8_mac64_r el/571\": {@@@",
509 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 499 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
510 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 500 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
511 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 501 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
512 "@@@STEP_LOG_LINE@json.output@ }@@@", 502 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 "--random-seed=1127209095", 585 "--random-seed=1127209095",
596 "simdjs", 586 "simdjs",
597 "--download-data", 587 "--download-data",
598 "--exhaustive-variants", 588 "--exhaustive-variants",
599 "--dcheck-always-on", 589 "--dcheck-always-on",
600 "--rerun-failures-count=2", 590 "--rerun-failures-count=2",
601 "--swarming", 591 "--swarming",
602 "--json-test-results", 592 "--json-test-results",
603 "${ISOLATED_OUTDIR}/output.json" 593 "${ISOLATED_OUTDIR}/output.json"
604 ], 594 ],
605 "cwd": "[SLAVE_BUILD]",
606 "name": "[trigger] SimdJs - all on Mac-10.9", 595 "name": "[trigger] SimdJs - all on Mac-10.9",
607 "~followup_annotations": [ 596 "~followup_annotations": [
608 "@@@STEP_LOG_LINE@json.output@{@@@", 597 "@@@STEP_LOG_LINE@json.output@{@@@",
609 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Mac-10. 9/[dummy has/v8_mac64_rel/571\", @@@", 598 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Mac-10. 9/[dummy has/v8_mac64_rel/571\", @@@",
610 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 599 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
611 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Mac-10.9/[dummy has/v8_ma c64_rel/571\": {@@@", 600 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Mac-10.9/[dummy has/v8_ma c64_rel/571\": {@@@",
612 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 601 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
613 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 602 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
614 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 603 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
615 "@@@STEP_LOG_LINE@json.output@ }@@@", 604 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 "--random-seed=1127209095", 687 "--random-seed=1127209095",
699 "ignition", 688 "ignition",
700 "--ignition-turbofan", 689 "--ignition-turbofan",
701 "--variants=ignition_turbofan", 690 "--variants=ignition_turbofan",
702 "--dcheck-always-on", 691 "--dcheck-always-on",
703 "--rerun-failures-count=2", 692 "--rerun-failures-count=2",
704 "--swarming", 693 "--swarming",
705 "--json-test-results", 694 "--json-test-results",
706 "${ISOLATED_OUTDIR}/output.json" 695 "${ISOLATED_OUTDIR}/output.json"
707 ], 696 ],
708 "cwd": "[SLAVE_BUILD]",
709 "name": "[trigger] Ignition - turbofan on Mac-10.9", 697 "name": "[trigger] Ignition - turbofan on Mac-10.9",
710 "~followup_annotations": [ 698 "~followup_annotations": [
711 "@@@STEP_LOG_LINE@json.output@{@@@", 699 "@@@STEP_LOG_LINE@json.output@{@@@",
712 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/ Mac-10.9/[dummy has/v8_mac64_rel/571\", @@@", 700 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/ Mac-10.9/[dummy has/v8_mac64_rel/571\", @@@",
713 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 701 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
714 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Mac-10.9/[dummy ha s/v8_mac64_rel/571\": {@@@", 702 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Mac-10.9/[dummy ha s/v8_mac64_rel/571\": {@@@",
715 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 703 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
716 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 704 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
717 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 705 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
718 "@@@STEP_LOG_LINE@json.output@ }@@@", 706 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 18 matching lines...) Expand all
737 "--", 725 "--",
738 "collect", 726 "collect",
739 "--swarming", 727 "--swarming",
740 "https://chromium-swarm.appspot.com", 728 "https://chromium-swarm.appspot.com",
741 "--decorate", 729 "--decorate",
742 "--print-status-updates", 730 "--print-status-updates",
743 "--shards", 731 "--shards",
744 "1", 732 "1",
745 "Check/Mac-10.9/[dummy has/v8_mac64_rel/571" 733 "Check/Mac-10.9/[dummy has/v8_mac64_rel/571"
746 ], 734 ],
747 "cwd": "[SLAVE_BUILD]",
748 "name": "Check", 735 "name": "Check",
749 "~followup_annotations": [ 736 "~followup_annotations": [
750 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 737 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
751 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 738 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
752 "@@@STEP_LOG_LINE@durations@@@@", 739 "@@@STEP_LOG_LINE@durations@@@@",
753 "@@@STEP_LOG_LINE@durations@Details:@@@", 740 "@@@STEP_LOG_LINE@durations@Details:@@@",
754 "@@@STEP_LOG_LINE@durations@@@@", 741 "@@@STEP_LOG_LINE@durations@@@@",
755 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 742 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
756 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 743 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
757 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 744 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
(...skipping 20 matching lines...) Expand all
778 "--", 765 "--",
779 "collect", 766 "collect",
780 "--swarming", 767 "--swarming",
781 "https://chromium-swarm.appspot.com", 768 "https://chromium-swarm.appspot.com",
782 "--decorate", 769 "--decorate",
783 "--print-status-updates", 770 "--print-status-updates",
784 "--shards", 771 "--shards",
785 "1", 772 "1",
786 "Test262 - no variants/Mac-10.9/[dummy has/v8_mac64_rel/571" 773 "Test262 - no variants/Mac-10.9/[dummy has/v8_mac64_rel/571"
787 ], 774 ],
788 "cwd": "[SLAVE_BUILD]",
789 "name": "Test262 - no variants", 775 "name": "Test262 - no variants",
790 "~followup_annotations": [ 776 "~followup_annotations": [
791 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 777 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
792 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 778 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
793 "@@@STEP_LOG_LINE@durations@@@@", 779 "@@@STEP_LOG_LINE@durations@@@@",
794 "@@@STEP_LOG_LINE@durations@Details:@@@", 780 "@@@STEP_LOG_LINE@durations@Details:@@@",
795 "@@@STEP_LOG_LINE@durations@@@@", 781 "@@@STEP_LOG_LINE@durations@@@@",
796 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 782 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
797 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 783 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
798 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 784 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
(...skipping 20 matching lines...) Expand all
819 "--", 805 "--",
820 "collect", 806 "collect",
821 "--swarming", 807 "--swarming",
822 "https://chromium-swarm.appspot.com", 808 "https://chromium-swarm.appspot.com",
823 "--decorate", 809 "--decorate",
824 "--print-status-updates", 810 "--print-status-updates",
825 "--shards", 811 "--shards",
826 "1", 812 "1",
827 "Mozilla/Mac-10.9/[dummy has/v8_mac64_rel/571" 813 "Mozilla/Mac-10.9/[dummy has/v8_mac64_rel/571"
828 ], 814 ],
829 "cwd": "[SLAVE_BUILD]",
830 "name": "Mozilla", 815 "name": "Mozilla",
831 "~followup_annotations": [ 816 "~followup_annotations": [
832 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 817 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
833 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 818 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
834 "@@@STEP_LOG_LINE@durations@@@@", 819 "@@@STEP_LOG_LINE@durations@@@@",
835 "@@@STEP_LOG_LINE@durations@Details:@@@", 820 "@@@STEP_LOG_LINE@durations@Details:@@@",
836 "@@@STEP_LOG_LINE@durations@@@@", 821 "@@@STEP_LOG_LINE@durations@@@@",
837 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 822 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
838 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 823 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
839 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 824 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
(...skipping 20 matching lines...) Expand all
860 "--", 845 "--",
861 "collect", 846 "collect",
862 "--swarming", 847 "--swarming",
863 "https://chromium-swarm.appspot.com", 848 "https://chromium-swarm.appspot.com",
864 "--decorate", 849 "--decorate",
865 "--print-status-updates", 850 "--print-status-updates",
866 "--shards", 851 "--shards",
867 "1", 852 "1",
868 "SimdJs - all/Mac-10.9/[dummy has/v8_mac64_rel/571" 853 "SimdJs - all/Mac-10.9/[dummy has/v8_mac64_rel/571"
869 ], 854 ],
870 "cwd": "[SLAVE_BUILD]",
871 "name": "SimdJs - all", 855 "name": "SimdJs - all",
872 "~followup_annotations": [ 856 "~followup_annotations": [
873 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 857 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
874 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 858 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
875 "@@@STEP_LOG_LINE@durations@@@@", 859 "@@@STEP_LOG_LINE@durations@@@@",
876 "@@@STEP_LOG_LINE@durations@Details:@@@", 860 "@@@STEP_LOG_LINE@durations@Details:@@@",
877 "@@@STEP_LOG_LINE@durations@@@@", 861 "@@@STEP_LOG_LINE@durations@@@@",
878 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 862 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
879 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 863 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
880 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 864 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
(...skipping 20 matching lines...) Expand all
901 "--", 885 "--",
902 "collect", 886 "collect",
903 "--swarming", 887 "--swarming",
904 "https://chromium-swarm.appspot.com", 888 "https://chromium-swarm.appspot.com",
905 "--decorate", 889 "--decorate",
906 "--print-status-updates", 890 "--print-status-updates",
907 "--shards", 891 "--shards",
908 "1", 892 "1",
909 "Ignition - turbofan/Mac-10.9/[dummy has/v8_mac64_rel/571" 893 "Ignition - turbofan/Mac-10.9/[dummy has/v8_mac64_rel/571"
910 ], 894 ],
911 "cwd": "[SLAVE_BUILD]",
912 "name": "Ignition - turbofan", 895 "name": "Ignition - turbofan",
913 "~followup_annotations": [ 896 "~followup_annotations": [
914 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 897 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
915 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 898 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
916 "@@@STEP_LOG_LINE@durations@@@@", 899 "@@@STEP_LOG_LINE@durations@@@@",
917 "@@@STEP_LOG_LINE@durations@Details:@@@", 900 "@@@STEP_LOG_LINE@durations@Details:@@@",
918 "@@@STEP_LOG_LINE@durations@@@@", 901 "@@@STEP_LOG_LINE@durations@@@@",
919 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 902 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
920 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 903 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
921 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 904 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
922 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 905 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
923 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 906 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
924 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 907 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
925 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 908 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
926 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 909 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
927 "@@@STEP_LOG_END@durations@@@" 910 "@@@STEP_LOG_END@durations@@@"
928 ] 911 ]
929 }, 912 },
930 { 913 {
931 "name": "$result", 914 "name": "$result",
932 "recipe_result": null, 915 "recipe_result": null,
933 "status_code": 0 916 "status_code": 0
934 } 917 }
935 ] 918 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698