OLD | NEW |
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", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_f
ile': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesour
ce.com/v8/v8'}]", |
15 "--root", | 15 "--root", |
16 "v8", | 16 "v8", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", | 18 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--issue", | 21 "--issue", |
22 "12853011", | 22 "12853011", |
23 "--patchset", | 23 "--patchset", |
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 23 matching lines...) Expand all Loading... |
68 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 67 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
69 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", | 68 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", |
70 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", | 69 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", |
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 "[CWD]/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='[ROOT]/b/b
uild/goma' 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 "[CWD]/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 ] |
138 }, | 133 }, |
139 { | 134 { |
140 "cmd": [ | 135 "cmd": [ |
141 "python", | 136 "python", |
142 "-u", | 137 "-u", |
143 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 138 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
144 "--show-path", | 139 "--show-path", |
145 "python", | 140 "python", |
146 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 141 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
147 "--gsutil-py-path", | 142 "--gsutil-py-path", |
148 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 143 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
149 "--ninja-path", | 144 "--ninja-path", |
150 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 145 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
151 "--target", | 146 "--target", |
152 "Release", | 147 "Release", |
153 "--src-dir", | 148 "--src-dir", |
154 "[SLAVE_BUILD]/v8", | 149 "[CWD]/v8", |
155 "--goma-cache-dir", | 150 "--goma-cache-dir", |
156 "[GOMA_CACHE]", | 151 "[ROOT]/b/build/slave/goma_cache", |
157 "--build-tool", | 152 "--build-tool", |
158 "ninja", | 153 "ninja", |
159 "--compiler", | 154 "--compiler", |
160 "goma-clang", | 155 "goma-clang", |
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 "[ROOT]/b/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 "[CWD]/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 "[CWD]/v8/out/Release/bot_default.isolated.gen.json", |
194 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json", | 188 "[CWD]/v8/out/Release/ignition.isolated.gen.json", |
195 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json", | 189 "[CWD]/v8/out/Release/mozilla.isolated.gen.json", |
196 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", | 190 "[CWD]/v8/out/Release/simdjs.isolated.gen.json", |
197 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" | 191 "[CWD]/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@@@" |
210 ] | 203 ] |
211 }, | 204 }, |
212 { | 205 { |
213 "cmd": [ | 206 "cmd": [ |
214 "python", | 207 "python", |
215 "-u", | 208 "-u", |
216 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 209 "[CWD]/v8/tools/swarming_client/swarming.py", |
217 "trigger", | 210 "trigger", |
218 "--swarming", | 211 "--swarming", |
219 "https://chromium-swarm.appspot.com", | 212 "https://chromium-swarm.appspot.com", |
220 "--isolate-server", | 213 "--isolate-server", |
221 "https://isolateserver.appspot.com", | 214 "https://isolateserver.appspot.com", |
222 "--priority", | 215 "--priority", |
223 "30", | 216 "30", |
224 "--shards", | 217 "--shards", |
225 "1", | 218 "1", |
226 "--task-name", | 219 "--task-name", |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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@ }@@@", |
308 "@@@STEP_LOG_LINE@json.output@ }@@@", | 300 "@@@STEP_LOG_LINE@json.output@ }@@@", |
309 "@@@STEP_LOG_LINE@json.output@}@@@", | 301 "@@@STEP_LOG_LINE@json.output@}@@@", |
310 "@@@STEP_LOG_END@json.output@@@", | 302 "@@@STEP_LOG_END@json.output@@@", |
311 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 303 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
312 ] | 304 ] |
313 }, | 305 }, |
314 { | 306 { |
315 "cmd": [ | 307 "cmd": [ |
316 "python", | 308 "python", |
317 "-u", | 309 "-u", |
318 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 310 "[CWD]/v8/tools/swarming_client/swarming.py", |
319 "trigger", | 311 "trigger", |
320 "--swarming", | 312 "--swarming", |
321 "https://chromium-swarm.appspot.com", | 313 "https://chromium-swarm.appspot.com", |
322 "--isolate-server", | 314 "--isolate-server", |
323 "https://isolateserver.appspot.com", | 315 "https://isolateserver.appspot.com", |
324 "--priority", | 316 "--priority", |
325 "30", | 317 "30", |
326 "--shards", | 318 "--shards", |
327 "1", | 319 "1", |
328 "--task-name", | 320 "--task-name", |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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@ }@@@", |
411 "@@@STEP_LOG_LINE@json.output@ }@@@", | 402 "@@@STEP_LOG_LINE@json.output@ }@@@", |
412 "@@@STEP_LOG_LINE@json.output@}@@@", | 403 "@@@STEP_LOG_LINE@json.output@}@@@", |
413 "@@@STEP_LOG_END@json.output@@@", | 404 "@@@STEP_LOG_END@json.output@@@", |
414 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 405 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
415 ] | 406 ] |
416 }, | 407 }, |
417 { | 408 { |
418 "cmd": [ | 409 "cmd": [ |
419 "python", | 410 "python", |
420 "-u", | 411 "-u", |
421 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 412 "[CWD]/v8/tools/swarming_client/swarming.py", |
422 "trigger", | 413 "trigger", |
423 "--swarming", | 414 "--swarming", |
424 "https://chromium-swarm.appspot.com", | 415 "https://chromium-swarm.appspot.com", |
425 "--isolate-server", | 416 "--isolate-server", |
426 "https://isolateserver.appspot.com", | 417 "https://isolateserver.appspot.com", |
427 "--priority", | 418 "--priority", |
428 "30", | 419 "30", |
429 "--shards", | 420 "--shards", |
430 "1", | 421 "1", |
431 "--task-name", | 422 "--task-name", |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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@ }@@@", |
513 "@@@STEP_LOG_LINE@json.output@ }@@@", | 503 "@@@STEP_LOG_LINE@json.output@ }@@@", |
514 "@@@STEP_LOG_LINE@json.output@}@@@", | 504 "@@@STEP_LOG_LINE@json.output@}@@@", |
515 "@@@STEP_LOG_END@json.output@@@", | 505 "@@@STEP_LOG_END@json.output@@@", |
516 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 506 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
517 ] | 507 ] |
518 }, | 508 }, |
519 { | 509 { |
520 "cmd": [ | 510 "cmd": [ |
521 "python", | 511 "python", |
522 "-u", | 512 "-u", |
523 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 513 "[CWD]/v8/tools/swarming_client/swarming.py", |
524 "trigger", | 514 "trigger", |
525 "--swarming", | 515 "--swarming", |
526 "https://chromium-swarm.appspot.com", | 516 "https://chromium-swarm.appspot.com", |
527 "--isolate-server", | 517 "--isolate-server", |
528 "https://isolateserver.appspot.com", | 518 "https://isolateserver.appspot.com", |
529 "--priority", | 519 "--priority", |
530 "30", | 520 "30", |
531 "--shards", | 521 "--shards", |
532 "1", | 522 "1", |
533 "--task-name", | 523 "--task-name", |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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@ }@@@", |
616 "@@@STEP_LOG_LINE@json.output@ }@@@", | 605 "@@@STEP_LOG_LINE@json.output@ }@@@", |
617 "@@@STEP_LOG_LINE@json.output@}@@@", | 606 "@@@STEP_LOG_LINE@json.output@}@@@", |
618 "@@@STEP_LOG_END@json.output@@@", | 607 "@@@STEP_LOG_END@json.output@@@", |
619 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 608 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
620 ] | 609 ] |
621 }, | 610 }, |
622 { | 611 { |
623 "cmd": [ | 612 "cmd": [ |
624 "python", | 613 "python", |
625 "-u", | 614 "-u", |
626 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 615 "[CWD]/v8/tools/swarming_client/swarming.py", |
627 "trigger", | 616 "trigger", |
628 "--swarming", | 617 "--swarming", |
629 "https://chromium-swarm.appspot.com", | 618 "https://chromium-swarm.appspot.com", |
630 "--isolate-server", | 619 "--isolate-server", |
631 "https://isolateserver.appspot.com", | 620 "https://isolateserver.appspot.com", |
632 "--priority", | 621 "--priority", |
633 "30", | 622 "30", |
634 "--shards", | 623 "--shards", |
635 "1", | 624 "1", |
636 "--task-name", | 625 "--task-name", |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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@ }@@@", |
719 "@@@STEP_LOG_LINE@json.output@ }@@@", | 707 "@@@STEP_LOG_LINE@json.output@ }@@@", |
720 "@@@STEP_LOG_LINE@json.output@}@@@", | 708 "@@@STEP_LOG_LINE@json.output@}@@@", |
721 "@@@STEP_LOG_END@json.output@@@", | 709 "@@@STEP_LOG_END@json.output@@@", |
722 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 710 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
723 ] | 711 ] |
724 }, | 712 }, |
725 { | 713 { |
726 "allow_subannotations": true, | 714 "allow_subannotations": true, |
727 "cmd": [ | 715 "cmd": [ |
728 "python", | 716 "python", |
729 "-u", | 717 "-u", |
730 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 718 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
731 "--swarming-client-dir", | 719 "--swarming-client-dir", |
732 "[SLAVE_BUILD]/v8/tools/swarming_client", | 720 "[CWD]/v8/tools/swarming_client", |
733 "--temp-root-dir", | 721 "--temp-root-dir", |
734 "[TMP_BASE]", | 722 "[TMP]", |
735 "--merged-test-output", | 723 "--merged-test-output", |
736 "/path/to/tmp/json", | 724 "/path/to/tmp/json", |
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@@@", |
758 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 745 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
759 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 746 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
760 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 747 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
761 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 748 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
762 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 749 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
763 "@@@STEP_LOG_END@durations@@@" | 750 "@@@STEP_LOG_END@durations@@@" |
764 ] | 751 ] |
765 }, | 752 }, |
766 { | 753 { |
767 "allow_subannotations": true, | 754 "allow_subannotations": true, |
768 "cmd": [ | 755 "cmd": [ |
769 "python", | 756 "python", |
770 "-u", | 757 "-u", |
771 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 758 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
772 "--swarming-client-dir", | 759 "--swarming-client-dir", |
773 "[SLAVE_BUILD]/v8/tools/swarming_client", | 760 "[CWD]/v8/tools/swarming_client", |
774 "--temp-root-dir", | 761 "--temp-root-dir", |
775 "[TMP_BASE]", | 762 "[TMP]", |
776 "--merged-test-output", | 763 "--merged-test-output", |
777 "/path/to/tmp/json", | 764 "/path/to/tmp/json", |
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@@@", |
799 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 785 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
800 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 786 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
801 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 787 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
802 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 788 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
803 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 789 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
804 "@@@STEP_LOG_END@durations@@@" | 790 "@@@STEP_LOG_END@durations@@@" |
805 ] | 791 ] |
806 }, | 792 }, |
807 { | 793 { |
808 "allow_subannotations": true, | 794 "allow_subannotations": true, |
809 "cmd": [ | 795 "cmd": [ |
810 "python", | 796 "python", |
811 "-u", | 797 "-u", |
812 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 798 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
813 "--swarming-client-dir", | 799 "--swarming-client-dir", |
814 "[SLAVE_BUILD]/v8/tools/swarming_client", | 800 "[CWD]/v8/tools/swarming_client", |
815 "--temp-root-dir", | 801 "--temp-root-dir", |
816 "[TMP_BASE]", | 802 "[TMP]", |
817 "--merged-test-output", | 803 "--merged-test-output", |
818 "/path/to/tmp/json", | 804 "/path/to/tmp/json", |
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@@@", |
840 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 825 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
841 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 826 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
842 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 827 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
843 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 828 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
844 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 829 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
845 "@@@STEP_LOG_END@durations@@@" | 830 "@@@STEP_LOG_END@durations@@@" |
846 ] | 831 ] |
847 }, | 832 }, |
848 { | 833 { |
849 "allow_subannotations": true, | 834 "allow_subannotations": true, |
850 "cmd": [ | 835 "cmd": [ |
851 "python", | 836 "python", |
852 "-u", | 837 "-u", |
853 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 838 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
854 "--swarming-client-dir", | 839 "--swarming-client-dir", |
855 "[SLAVE_BUILD]/v8/tools/swarming_client", | 840 "[CWD]/v8/tools/swarming_client", |
856 "--temp-root-dir", | 841 "--temp-root-dir", |
857 "[TMP_BASE]", | 842 "[TMP]", |
858 "--merged-test-output", | 843 "--merged-test-output", |
859 "/path/to/tmp/json", | 844 "/path/to/tmp/json", |
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@@@", |
881 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 865 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
882 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 866 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
883 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 867 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
884 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 868 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
885 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 869 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
886 "@@@STEP_LOG_END@durations@@@" | 870 "@@@STEP_LOG_END@durations@@@" |
887 ] | 871 ] |
888 }, | 872 }, |
889 { | 873 { |
890 "allow_subannotations": true, | 874 "allow_subannotations": true, |
891 "cmd": [ | 875 "cmd": [ |
892 "python", | 876 "python", |
893 "-u", | 877 "-u", |
894 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 878 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
895 "--swarming-client-dir", | 879 "--swarming-client-dir", |
896 "[SLAVE_BUILD]/v8/tools/swarming_client", | 880 "[CWD]/v8/tools/swarming_client", |
897 "--temp-root-dir", | 881 "--temp-root-dir", |
898 "[TMP_BASE]", | 882 "[TMP]", |
899 "--merged-test-output", | 883 "--merged-test-output", |
900 "/path/to/tmp/json", | 884 "/path/to/tmp/json", |
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 ] |
OLD | NEW |