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 "client.v8", | 8 "client.v8", |
9 "--builder", | 9 "--builder", |
10 "V8 Linux64 - cfi", | 10 "V8 Linux64 - cfi", |
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 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "v8@20123", | 24 "v8@20123", |
25 "--no_shallow", | 25 "--no_shallow", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
28 "cwd": "[SLAVE_BUILD]", | |
29 "env": { | 28 "env": { |
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
31 }, | 30 }, |
32 "name": "bot_update", | 31 "name": "bot_update", |
33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", |
(...skipping 23 matching lines...) Expand all Loading... |
62 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 61 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
63 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", | 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", |
64 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", | 63 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", |
65 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 64 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
66 ] | 65 ] |
67 }, | 66 }, |
68 { | 67 { |
69 "cmd": [ | 68 "cmd": [ |
70 "python", | 69 "python", |
71 "-u", | 70 "-u", |
72 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 71 "[CWD]/v8/tools/swarming_client/swarming.py", |
73 "--version" | 72 "--version" |
74 ], | 73 ], |
75 "cwd": "[SLAVE_BUILD]", | |
76 "name": "swarming.py --version", | 74 "name": "swarming.py --version", |
77 "stdout": "/path/to/tmp/", | 75 "stdout": "/path/to/tmp/", |
78 "~followup_annotations": [ | 76 "~followup_annotations": [ |
79 "@@@STEP_TEXT@0.4.10@@@" | 77 "@@@STEP_TEXT@0.4.10@@@" |
80 ] | 78 ] |
81 }, | 79 }, |
82 { | 80 { |
83 "cmd": [ | 81 "cmd": [ |
84 "python", | 82 "python", |
85 "-u", | 83 "-u", |
86 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 84 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
87 "runhooks" | 85 "runhooks" |
88 ], | 86 ], |
89 "cwd": "[SLAVE_BUILD]", | |
90 "env": { | 87 "env": { |
91 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 88 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
92 "GYP_DEFINES": "cfi_diag=1 cfi_vptr=1 clang=1 gomadir='[BUILD]/goma' relea
se_extra_cflags='-O1 -fno-inline-functions -fno-inline' target_arch=x64 test_iso
lation_mode=prepare use_goma=1 v8_target_arch=x64", | 89 "GYP_DEFINES": "cfi_diag=1 cfi_vptr=1 clang=1 gomadir='[ROOT]/b/build/goma
' release_extra_cflags='-O1 -fno-inline-functions -fno-inline' target_arch=x64 t
est_isolation_mode=prepare use_goma=1 v8_target_arch=x64", |
93 "GYP_GENERATORS": "ninja", | 90 "GYP_GENERATORS": "ninja", |
94 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 91 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
95 }, | 92 }, |
96 "name": "gclient runhooks" | 93 "name": "gclient runhooks" |
97 }, | 94 }, |
98 { | 95 { |
99 "cmd": [ | 96 "cmd": [ |
100 "python", | 97 "python", |
101 "-u", | 98 "-u", |
102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
103 "--show-path", | 100 "--show-path", |
104 "python", | 101 "python", |
105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
106 ], | 103 ], |
107 "cwd": "[SLAVE_BUILD]", | |
108 "name": "cleanup_temp" | 104 "name": "cleanup_temp" |
109 }, | 105 }, |
110 { | 106 { |
111 "allow_subannotations": true, | 107 "allow_subannotations": true, |
112 "cmd": [ | 108 "cmd": [ |
113 "python", | 109 "python", |
114 "-u", | 110 "-u", |
115 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 111 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
116 "--src-dir", | 112 "--src-dir", |
117 "[SLAVE_BUILD]/v8", | 113 "[CWD]/v8", |
118 "--output-json", | 114 "--output-json", |
119 "/path/to/tmp/json" | 115 "/path/to/tmp/json" |
120 ], | 116 ], |
121 "cwd": "[SLAVE_BUILD]", | |
122 "env": { | 117 "env": { |
123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 118 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
124 }, | 119 }, |
125 "name": "clang_revision", | 120 "name": "clang_revision", |
126 "~followup_annotations": [ | 121 "~followup_annotations": [ |
127 "@@@STEP_LOG_LINE@json.output@{@@@", | 122 "@@@STEP_LOG_LINE@json.output@{@@@", |
128 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 123 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
129 "@@@STEP_LOG_LINE@json.output@}@@@", | 124 "@@@STEP_LOG_LINE@json.output@}@@@", |
130 "@@@STEP_LOG_END@json.output@@@" | 125 "@@@STEP_LOG_END@json.output@@@" |
131 ] | 126 ] |
132 }, | 127 }, |
133 { | 128 { |
134 "cmd": [ | 129 "cmd": [ |
135 "python", | 130 "python", |
136 "-u", | 131 "-u", |
137 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 132 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
138 "--show-path", | 133 "--show-path", |
139 "python", | 134 "python", |
140 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 135 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
141 "--gsutil-py-path", | 136 "--gsutil-py-path", |
142 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 137 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
143 "--ninja-path", | 138 "--ninja-path", |
144 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 139 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
145 "--target", | 140 "--target", |
146 "Release", | 141 "Release", |
147 "--src-dir", | 142 "--src-dir", |
148 "[SLAVE_BUILD]/v8", | 143 "[CWD]/v8", |
149 "--goma-cache-dir", | 144 "--goma-cache-dir", |
150 "[GOMA_CACHE]", | 145 "[ROOT]/b/build/slave/goma_cache", |
151 "--build-tool", | 146 "--build-tool", |
152 "ninja", | 147 "ninja", |
153 "--compiler", | 148 "--compiler", |
154 "goma-clang", | 149 "goma-clang", |
155 "--goma-jsonstatus", | 150 "--goma-jsonstatus", |
156 "/path/to/tmp/json", | 151 "/path/to/tmp/json", |
157 "--goma-service-account-json-file", | 152 "--goma-service-account-json-file", |
158 "/creds/service_accounts/service-account-goma-client.json", | 153 "/creds/service_accounts/service-account-goma-client.json", |
159 "--goma-dir", | 154 "--goma-dir", |
160 "[BUILD]/goma", | 155 "[ROOT]/b/build/goma", |
161 "--" | 156 "--" |
162 ], | 157 ], |
163 "cwd": "[SLAVE_BUILD]", | |
164 "env": { | 158 "env": { |
165 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 159 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
166 }, | 160 }, |
167 "name": "compile", | 161 "name": "compile", |
168 "~followup_annotations": [ | 162 "~followup_annotations": [ |
169 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 163 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
170 "@@@STEP_LOG_END@json.output (invalid)@@@" | 164 "@@@STEP_LOG_END@json.output (invalid)@@@" |
171 ] | 165 ] |
172 }, | 166 }, |
173 { | 167 { |
174 "cmd": [ | 168 "cmd": [ |
175 "python", | 169 "python", |
176 "-u", | 170 "-u", |
177 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 171 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
178 "[SLAVE_BUILD]/v8/tools/swarming_client", | 172 "[CWD]/v8/tools/swarming_client", |
179 "batcharchive", | 173 "batcharchive", |
180 "--dump-json", | 174 "--dump-json", |
181 "/path/to/tmp/json", | 175 "/path/to/tmp/json", |
182 "--isolate-server", | 176 "--isolate-server", |
183 "https://isolateserver.appspot.com", | 177 "https://isolateserver.appspot.com", |
184 "--verbose", | 178 "--verbose", |
185 "[SLAVE_BUILD]/v8/out/Release/benchmarks.isolated.gen.json", | 179 "[CWD]/v8/out/Release/benchmarks.isolated.gen.json", |
186 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", | 180 "[CWD]/v8/out/Release/bot_default.isolated.gen.json", |
187 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json", | 181 "[CWD]/v8/out/Release/ignition.isolated.gen.json", |
188 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json", | 182 "[CWD]/v8/out/Release/mozilla.isolated.gen.json", |
189 "[SLAVE_BUILD]/v8/out/Release/optimize_for_size.isolated.gen.json", | 183 "[CWD]/v8/out/Release/optimize_for_size.isolated.gen.json", |
190 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", | 184 "[CWD]/v8/out/Release/simdjs.isolated.gen.json", |
191 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" | 185 "[CWD]/v8/out/Release/test262.isolated.gen.json" |
192 ], | 186 ], |
193 "cwd": "[SLAVE_BUILD]", | |
194 "name": "isolate tests", | 187 "name": "isolate tests", |
195 "~followup_annotations": [ | 188 "~followup_annotations": [ |
196 "@@@STEP_LOG_LINE@json.output@{@@@", | 189 "@@@STEP_LOG_LINE@json.output@{@@@", |
197 "@@@STEP_LOG_LINE@json.output@ \"benchmarks\": \"[dummy hash for benchmar
ks]\", @@@", | 190 "@@@STEP_LOG_LINE@json.output@ \"benchmarks\": \"[dummy hash for benchmar
ks]\", @@@", |
198 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 191 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
199 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | 192 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
200 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", | 193 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", |
201 "@@@STEP_LOG_LINE@json.output@ \"optimize_for_size\": \"[dummy hash for o
ptimize_for_size]\", @@@", | 194 "@@@STEP_LOG_LINE@json.output@ \"optimize_for_size\": \"[dummy hash for o
ptimize_for_size]\", @@@", |
202 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", | 195 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", |
203 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 196 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
204 "@@@STEP_LOG_LINE@json.output@}@@@", | 197 "@@@STEP_LOG_LINE@json.output@}@@@", |
205 "@@@STEP_LOG_END@json.output@@@" | 198 "@@@STEP_LOG_END@json.output@@@" |
206 ] | 199 ] |
207 }, | 200 }, |
208 { | 201 { |
209 "cmd": [ | 202 "cmd": [ |
210 "python", | 203 "python", |
211 "-u", | 204 "-u", |
212 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 205 "[CWD]/v8/tools/swarming_client/swarming.py", |
213 "trigger", | 206 "trigger", |
214 "--swarming", | 207 "--swarming", |
215 "https://chromium-swarm.appspot.com", | 208 "https://chromium-swarm.appspot.com", |
216 "--isolate-server", | 209 "--isolate-server", |
217 "https://isolateserver.appspot.com", | 210 "https://isolateserver.appspot.com", |
218 "--priority", | 211 "--priority", |
219 "25", | 212 "25", |
220 "--shards", | 213 "--shards", |
221 "1", | 214 "1", |
222 "--task-name", | 215 "--task-name", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 "--timeout=200", | 270 "--timeout=200", |
278 "--random-seed=1260174835", | 271 "--random-seed=1260174835", |
279 "bot_default", | 272 "bot_default", |
280 "--exhaustive-variants", | 273 "--exhaustive-variants", |
281 "--cfi-vptr", | 274 "--cfi-vptr", |
282 "--rerun-failures-count=2", | 275 "--rerun-failures-count=2", |
283 "--swarming", | 276 "--swarming", |
284 "--json-test-results", | 277 "--json-test-results", |
285 "${ISOLATED_OUTDIR}/output.json" | 278 "${ISOLATED_OUTDIR}/output.json" |
286 ], | 279 ], |
287 "cwd": "[SLAVE_BUILD]", | |
288 "name": "[trigger] Check on Ubuntu-14.04", | 280 "name": "[trigger] Check on Ubuntu-14.04", |
289 "~followup_annotations": [ | 281 "~followup_annotations": [ |
290 "@@@STEP_LOG_LINE@json.output@{@@@", | 282 "@@@STEP_LOG_LINE@json.output@{@@@", |
291 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-14.04/[
dummy has/V8 Linux64 - cfi/571\", @@@", | 283 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-14.04/[
dummy has/V8 Linux64 - cfi/571\", @@@", |
292 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 284 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
293 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/V8 Linux
64 - cfi/571\": {@@@", | 285 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/V8 Linux
64 - cfi/571\": {@@@", |
294 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 286 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
295 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
296 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 288 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
297 "@@@STEP_LOG_LINE@json.output@ }@@@", | 289 "@@@STEP_LOG_LINE@json.output@ }@@@", |
298 "@@@STEP_LOG_LINE@json.output@ }@@@", | 290 "@@@STEP_LOG_LINE@json.output@ }@@@", |
299 "@@@STEP_LOG_LINE@json.output@}@@@", | 291 "@@@STEP_LOG_LINE@json.output@}@@@", |
300 "@@@STEP_LOG_END@json.output@@@", | 292 "@@@STEP_LOG_END@json.output@@@", |
301 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 293 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
302 ] | 294 ] |
303 }, | 295 }, |
304 { | 296 { |
305 "cmd": [ | 297 "cmd": [ |
306 "python", | 298 "python", |
307 "-u", | 299 "-u", |
308 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 300 "[CWD]/v8/tools/swarming_client/swarming.py", |
309 "trigger", | 301 "trigger", |
310 "--swarming", | 302 "--swarming", |
311 "https://chromium-swarm.appspot.com", | 303 "https://chromium-swarm.appspot.com", |
312 "--isolate-server", | 304 "--isolate-server", |
313 "https://isolateserver.appspot.com", | 305 "https://isolateserver.appspot.com", |
314 "--priority", | 306 "--priority", |
315 "25", | 307 "25", |
316 "--shards", | 308 "--shards", |
317 "1", | 309 "1", |
318 "--task-name", | 310 "--task-name", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 "--random-seed=1260174835", | 366 "--random-seed=1260174835", |
375 "optimize_for_size", | 367 "optimize_for_size", |
376 "--extra-flags=--optimize-for-size", | 368 "--extra-flags=--optimize-for-size", |
377 "--variants=default", | 369 "--variants=default", |
378 "--cfi-vptr", | 370 "--cfi-vptr", |
379 "--rerun-failures-count=2", | 371 "--rerun-failures-count=2", |
380 "--swarming", | 372 "--swarming", |
381 "--json-test-results", | 373 "--json-test-results", |
382 "${ISOLATED_OUTDIR}/output.json" | 374 "${ISOLATED_OUTDIR}/output.json" |
383 ], | 375 ], |
384 "cwd": "[SLAVE_BUILD]", | |
385 "name": "[trigger] OptimizeForSize on Ubuntu-14.04", | 376 "name": "[trigger] OptimizeForSize on Ubuntu-14.04", |
386 "~followup_annotations": [ | 377 "~followup_annotations": [ |
387 "@@@STEP_LOG_LINE@json.output@{@@@", | 378 "@@@STEP_LOG_LINE@json.output@{@@@", |
388 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"OptimizeForSize/Ubun
tu-14.04/[dummy has/V8 Linux64 - cfi/571\", @@@", | 379 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"OptimizeForSize/Ubun
tu-14.04/[dummy has/V8 Linux64 - cfi/571\", @@@", |
389 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 380 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
390 "@@@STEP_LOG_LINE@json.output@ \"OptimizeForSize/Ubuntu-14.04/[dummy ha
s/V8 Linux64 - cfi/571\": {@@@", | 381 "@@@STEP_LOG_LINE@json.output@ \"OptimizeForSize/Ubuntu-14.04/[dummy ha
s/V8 Linux64 - cfi/571\": {@@@", |
391 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 382 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
392 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 383 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
393 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 384 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
394 "@@@STEP_LOG_LINE@json.output@ }@@@", | 385 "@@@STEP_LOG_LINE@json.output@ }@@@", |
395 "@@@STEP_LOG_LINE@json.output@ }@@@", | 386 "@@@STEP_LOG_LINE@json.output@ }@@@", |
396 "@@@STEP_LOG_LINE@json.output@}@@@", | 387 "@@@STEP_LOG_LINE@json.output@}@@@", |
397 "@@@STEP_LOG_END@json.output@@@", | 388 "@@@STEP_LOG_END@json.output@@@", |
398 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 389 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
399 ] | 390 ] |
400 }, | 391 }, |
401 { | 392 { |
402 "cmd": [ | 393 "cmd": [ |
403 "python", | 394 "python", |
404 "-u", | 395 "-u", |
405 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 396 "[CWD]/v8/tools/swarming_client/swarming.py", |
406 "trigger", | 397 "trigger", |
407 "--swarming", | 398 "--swarming", |
408 "https://chromium-swarm.appspot.com", | 399 "https://chromium-swarm.appspot.com", |
409 "--isolate-server", | 400 "--isolate-server", |
410 "https://isolateserver.appspot.com", | 401 "https://isolateserver.appspot.com", |
411 "--priority", | 402 "--priority", |
412 "25", | 403 "25", |
413 "--shards", | 404 "--shards", |
414 "1", | 405 "1", |
415 "--task-name", | 406 "--task-name", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
471 "--random-seed=1260174835", | 462 "--random-seed=1260174835", |
472 "benchmarks", | 463 "benchmarks", |
473 "--download-data", | 464 "--download-data", |
474 "--exhaustive-variants", | 465 "--exhaustive-variants", |
475 "--cfi-vptr", | 466 "--cfi-vptr", |
476 "--rerun-failures-count=2", | 467 "--rerun-failures-count=2", |
477 "--swarming", | 468 "--swarming", |
478 "--json-test-results", | 469 "--json-test-results", |
479 "${ISOLATED_OUTDIR}/output.json" | 470 "${ISOLATED_OUTDIR}/output.json" |
480 ], | 471 ], |
481 "cwd": "[SLAVE_BUILD]", | |
482 "name": "[trigger] Benchmarks on Ubuntu-14.04", | 472 "name": "[trigger] Benchmarks on Ubuntu-14.04", |
483 "~followup_annotations": [ | 473 "~followup_annotations": [ |
484 "@@@STEP_LOG_LINE@json.output@{@@@", | 474 "@@@STEP_LOG_LINE@json.output@{@@@", |
485 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Benchmarks/Ubuntu-14
.04/[dummy has/V8 Linux64 - cfi/571\", @@@", | 475 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Benchmarks/Ubuntu-14
.04/[dummy has/V8 Linux64 - cfi/571\", @@@", |
486 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 476 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
487 "@@@STEP_LOG_LINE@json.output@ \"Benchmarks/Ubuntu-14.04/[dummy has/V8
Linux64 - cfi/571\": {@@@", | 477 "@@@STEP_LOG_LINE@json.output@ \"Benchmarks/Ubuntu-14.04/[dummy has/V8
Linux64 - cfi/571\": {@@@", |
488 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 478 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
489 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 479 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
490 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 480 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
491 "@@@STEP_LOG_LINE@json.output@ }@@@", | 481 "@@@STEP_LOG_LINE@json.output@ }@@@", |
492 "@@@STEP_LOG_LINE@json.output@ }@@@", | 482 "@@@STEP_LOG_LINE@json.output@ }@@@", |
493 "@@@STEP_LOG_LINE@json.output@}@@@", | 483 "@@@STEP_LOG_LINE@json.output@}@@@", |
494 "@@@STEP_LOG_END@json.output@@@", | 484 "@@@STEP_LOG_END@json.output@@@", |
495 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 485 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
496 ] | 486 ] |
497 }, | 487 }, |
498 { | 488 { |
499 "cmd": [ | 489 "cmd": [ |
500 "python", | 490 "python", |
501 "-u", | 491 "-u", |
502 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 492 "[CWD]/v8/tools/swarming_client/swarming.py", |
503 "trigger", | 493 "trigger", |
504 "--swarming", | 494 "--swarming", |
505 "https://chromium-swarm.appspot.com", | 495 "https://chromium-swarm.appspot.com", |
506 "--isolate-server", | 496 "--isolate-server", |
507 "https://isolateserver.appspot.com", | 497 "https://isolateserver.appspot.com", |
508 "--priority", | 498 "--priority", |
509 "25", | 499 "25", |
510 "--shards", | 500 "--shards", |
511 "1", | 501 "1", |
512 "--task-name", | 502 "--task-name", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
568 "--random-seed=1260174835", | 558 "--random-seed=1260174835", |
569 "test262", | 559 "test262", |
570 "--download-data", | 560 "--download-data", |
571 "--variants=default", | 561 "--variants=default", |
572 "--cfi-vptr", | 562 "--cfi-vptr", |
573 "--rerun-failures-count=2", | 563 "--rerun-failures-count=2", |
574 "--swarming", | 564 "--swarming", |
575 "--json-test-results", | 565 "--json-test-results", |
576 "${ISOLATED_OUTDIR}/output.json" | 566 "${ISOLATED_OUTDIR}/output.json" |
577 ], | 567 ], |
578 "cwd": "[SLAVE_BUILD]", | |
579 "name": "[trigger] Test262 - no variants on Ubuntu-14.04", | 568 "name": "[trigger] Test262 - no variants on Ubuntu-14.04", |
580 "~followup_annotations": [ | 569 "~followup_annotations": [ |
581 "@@@STEP_LOG_LINE@json.output@{@@@", | 570 "@@@STEP_LOG_LINE@json.output@{@@@", |
582 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571\", @@@", | 571 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571\", @@@", |
583 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 572 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
584 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-14.04/[du
mmy has/V8 Linux64 - cfi/571\": {@@@", | 573 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-14.04/[du
mmy has/V8 Linux64 - cfi/571\": {@@@", |
585 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 574 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
586 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 575 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
587 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 576 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
588 "@@@STEP_LOG_LINE@json.output@ }@@@", | 577 "@@@STEP_LOG_LINE@json.output@ }@@@", |
589 "@@@STEP_LOG_LINE@json.output@ }@@@", | 578 "@@@STEP_LOG_LINE@json.output@ }@@@", |
590 "@@@STEP_LOG_LINE@json.output@}@@@", | 579 "@@@STEP_LOG_LINE@json.output@}@@@", |
591 "@@@STEP_LOG_END@json.output@@@", | 580 "@@@STEP_LOG_END@json.output@@@", |
592 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 581 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
593 ] | 582 ] |
594 }, | 583 }, |
595 { | 584 { |
596 "cmd": [ | 585 "cmd": [ |
597 "python", | 586 "python", |
598 "-u", | 587 "-u", |
599 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 588 "[CWD]/v8/tools/swarming_client/swarming.py", |
600 "trigger", | 589 "trigger", |
601 "--swarming", | 590 "--swarming", |
602 "https://chromium-swarm.appspot.com", | 591 "https://chromium-swarm.appspot.com", |
603 "--isolate-server", | 592 "--isolate-server", |
604 "https://isolateserver.appspot.com", | 593 "https://isolateserver.appspot.com", |
605 "--priority", | 594 "--priority", |
606 "25", | 595 "25", |
607 "--shards", | 596 "--shards", |
608 "1", | 597 "1", |
609 "--task-name", | 598 "--task-name", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
664 "--timeout=200", | 653 "--timeout=200", |
665 "--random-seed=1260174835", | 654 "--random-seed=1260174835", |
666 "mozilla", | 655 "mozilla", |
667 "--exhaustive-variants", | 656 "--exhaustive-variants", |
668 "--cfi-vptr", | 657 "--cfi-vptr", |
669 "--rerun-failures-count=2", | 658 "--rerun-failures-count=2", |
670 "--swarming", | 659 "--swarming", |
671 "--json-test-results", | 660 "--json-test-results", |
672 "${ISOLATED_OUTDIR}/output.json" | 661 "${ISOLATED_OUTDIR}/output.json" |
673 ], | 662 ], |
674 "cwd": "[SLAVE_BUILD]", | |
675 "name": "[trigger] Mozilla on Ubuntu-14.04", | 663 "name": "[trigger] Mozilla on Ubuntu-14.04", |
676 "~followup_annotations": [ | 664 "~followup_annotations": [ |
677 "@@@STEP_LOG_LINE@json.output@{@@@", | 665 "@@@STEP_LOG_LINE@json.output@{@@@", |
678 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-14.04
/[dummy has/V8 Linux64 - cfi/571\", @@@", | 666 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-14.04
/[dummy has/V8 Linux64 - cfi/571\", @@@", |
679 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 667 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
680 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-14.04/[dummy has/V8 Lin
ux64 - cfi/571\": {@@@", | 668 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-14.04/[dummy has/V8 Lin
ux64 - cfi/571\": {@@@", |
681 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 669 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
682 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 670 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
683 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 671 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
684 "@@@STEP_LOG_LINE@json.output@ }@@@", | 672 "@@@STEP_LOG_LINE@json.output@ }@@@", |
685 "@@@STEP_LOG_LINE@json.output@ }@@@", | 673 "@@@STEP_LOG_LINE@json.output@ }@@@", |
686 "@@@STEP_LOG_LINE@json.output@}@@@", | 674 "@@@STEP_LOG_LINE@json.output@}@@@", |
687 "@@@STEP_LOG_END@json.output@@@", | 675 "@@@STEP_LOG_END@json.output@@@", |
688 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 676 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
689 ] | 677 ] |
690 }, | 678 }, |
691 { | 679 { |
692 "cmd": [ | 680 "cmd": [ |
693 "python", | 681 "python", |
694 "-u", | 682 "-u", |
695 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 683 "[CWD]/v8/tools/swarming_client/swarming.py", |
696 "trigger", | 684 "trigger", |
697 "--swarming", | 685 "--swarming", |
698 "https://chromium-swarm.appspot.com", | 686 "https://chromium-swarm.appspot.com", |
699 "--isolate-server", | 687 "--isolate-server", |
700 "https://isolateserver.appspot.com", | 688 "https://isolateserver.appspot.com", |
701 "--priority", | 689 "--priority", |
702 "25", | 690 "25", |
703 "--shards", | 691 "--shards", |
704 "1", | 692 "1", |
705 "--task-name", | 693 "--task-name", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
761 "--random-seed=1260174835", | 749 "--random-seed=1260174835", |
762 "simdjs", | 750 "simdjs", |
763 "--download-data", | 751 "--download-data", |
764 "--exhaustive-variants", | 752 "--exhaustive-variants", |
765 "--cfi-vptr", | 753 "--cfi-vptr", |
766 "--rerun-failures-count=2", | 754 "--rerun-failures-count=2", |
767 "--swarming", | 755 "--swarming", |
768 "--json-test-results", | 756 "--json-test-results", |
769 "${ISOLATED_OUTDIR}/output.json" | 757 "${ISOLATED_OUTDIR}/output.json" |
770 ], | 758 ], |
771 "cwd": "[SLAVE_BUILD]", | |
772 "name": "[trigger] SimdJs - all on Ubuntu-14.04", | 759 "name": "[trigger] SimdJs - all on Ubuntu-14.04", |
773 "~followup_annotations": [ | 760 "~followup_annotations": [ |
774 "@@@STEP_LOG_LINE@json.output@{@@@", | 761 "@@@STEP_LOG_LINE@json.output@{@@@", |
775 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
14.04/[dummy has/V8 Linux64 - cfi/571\", @@@", | 762 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
14.04/[dummy has/V8 Linux64 - cfi/571\", @@@", |
776 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 763 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
777 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-14.04/[dummy has/V
8 Linux64 - cfi/571\": {@@@", | 764 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-14.04/[dummy has/V
8 Linux64 - cfi/571\": {@@@", |
778 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 765 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
779 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 766 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
780 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 767 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
781 "@@@STEP_LOG_LINE@json.output@ }@@@", | 768 "@@@STEP_LOG_LINE@json.output@ }@@@", |
782 "@@@STEP_LOG_LINE@json.output@ }@@@", | 769 "@@@STEP_LOG_LINE@json.output@ }@@@", |
783 "@@@STEP_LOG_LINE@json.output@}@@@", | 770 "@@@STEP_LOG_LINE@json.output@}@@@", |
784 "@@@STEP_LOG_END@json.output@@@", | 771 "@@@STEP_LOG_END@json.output@@@", |
785 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 772 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
786 ] | 773 ] |
787 }, | 774 }, |
788 { | 775 { |
789 "cmd": [ | 776 "cmd": [ |
790 "python", | 777 "python", |
791 "-u", | 778 "-u", |
792 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 779 "[CWD]/v8/tools/swarming_client/swarming.py", |
793 "trigger", | 780 "trigger", |
794 "--swarming", | 781 "--swarming", |
795 "https://chromium-swarm.appspot.com", | 782 "https://chromium-swarm.appspot.com", |
796 "--isolate-server", | 783 "--isolate-server", |
797 "https://isolateserver.appspot.com", | 784 "https://isolateserver.appspot.com", |
798 "--priority", | 785 "--priority", |
799 "25", | 786 "25", |
800 "--shards", | 787 "--shards", |
801 "1", | 788 "1", |
802 "--task-name", | 789 "--task-name", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
858 "--random-seed=1260174835", | 845 "--random-seed=1260174835", |
859 "ignition", | 846 "ignition", |
860 "--ignition-turbofan", | 847 "--ignition-turbofan", |
861 "--variants=ignition_turbofan", | 848 "--variants=ignition_turbofan", |
862 "--cfi-vptr", | 849 "--cfi-vptr", |
863 "--rerun-failures-count=2", | 850 "--rerun-failures-count=2", |
864 "--swarming", | 851 "--swarming", |
865 "--json-test-results", | 852 "--json-test-results", |
866 "${ISOLATED_OUTDIR}/output.json" | 853 "${ISOLATED_OUTDIR}/output.json" |
867 ], | 854 ], |
868 "cwd": "[SLAVE_BUILD]", | |
869 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", | 855 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", |
870 "~followup_annotations": [ | 856 "~followup_annotations": [ |
871 "@@@STEP_LOG_LINE@json.output@{@@@", | 857 "@@@STEP_LOG_LINE@json.output@{@@@", |
872 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571\", @@@", | 858 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571\", @@@", |
873 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 859 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
874 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Ubuntu-14.04/[dumm
y has/V8 Linux64 - cfi/571\": {@@@", | 860 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Ubuntu-14.04/[dumm
y has/V8 Linux64 - cfi/571\": {@@@", |
875 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 861 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
876 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 862 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
877 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 863 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
878 "@@@STEP_LOG_LINE@json.output@ }@@@", | 864 "@@@STEP_LOG_LINE@json.output@ }@@@", |
879 "@@@STEP_LOG_LINE@json.output@ }@@@", | 865 "@@@STEP_LOG_LINE@json.output@ }@@@", |
880 "@@@STEP_LOG_LINE@json.output@}@@@", | 866 "@@@STEP_LOG_LINE@json.output@}@@@", |
881 "@@@STEP_LOG_END@json.output@@@", | 867 "@@@STEP_LOG_END@json.output@@@", |
882 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 868 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
883 ] | 869 ] |
884 }, | 870 }, |
885 { | 871 { |
886 "allow_subannotations": true, | 872 "allow_subannotations": true, |
887 "cmd": [ | 873 "cmd": [ |
888 "python", | 874 "python", |
889 "-u", | 875 "-u", |
890 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 876 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
891 "--swarming-client-dir", | 877 "--swarming-client-dir", |
892 "[SLAVE_BUILD]/v8/tools/swarming_client", | 878 "[CWD]/v8/tools/swarming_client", |
893 "--temp-root-dir", | 879 "--temp-root-dir", |
894 "[TMP_BASE]", | 880 "[TMP]", |
895 "--merged-test-output", | 881 "--merged-test-output", |
896 "/path/to/tmp/json", | 882 "/path/to/tmp/json", |
897 "--", | 883 "--", |
898 "collect", | 884 "collect", |
899 "--swarming", | 885 "--swarming", |
900 "https://chromium-swarm.appspot.com", | 886 "https://chromium-swarm.appspot.com", |
901 "--decorate", | 887 "--decorate", |
902 "--print-status-updates", | 888 "--print-status-updates", |
903 "--shards", | 889 "--shards", |
904 "1", | 890 "1", |
905 "Check/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" | 891 "Check/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" |
906 ], | 892 ], |
907 "cwd": "[SLAVE_BUILD]", | |
908 "name": "Check", | 893 "name": "Check", |
909 "~followup_annotations": [ | 894 "~followup_annotations": [ |
910 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 895 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
911 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 896 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
912 "@@@STEP_LOG_LINE@durations@@@@", | 897 "@@@STEP_LOG_LINE@durations@@@@", |
913 "@@@STEP_LOG_LINE@durations@Details:@@@", | 898 "@@@STEP_LOG_LINE@durations@Details:@@@", |
914 "@@@STEP_LOG_LINE@durations@@@@", | 899 "@@@STEP_LOG_LINE@durations@@@@", |
915 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 900 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
916 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 901 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
917 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 902 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
918 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 903 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
919 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 904 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
920 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 905 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
921 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 906 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
922 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 907 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
923 "@@@STEP_LOG_END@durations@@@" | 908 "@@@STEP_LOG_END@durations@@@" |
924 ] | 909 ] |
925 }, | 910 }, |
926 { | 911 { |
927 "allow_subannotations": true, | 912 "allow_subannotations": true, |
928 "cmd": [ | 913 "cmd": [ |
929 "python", | 914 "python", |
930 "-u", | 915 "-u", |
931 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 916 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
932 "--swarming-client-dir", | 917 "--swarming-client-dir", |
933 "[SLAVE_BUILD]/v8/tools/swarming_client", | 918 "[CWD]/v8/tools/swarming_client", |
934 "--temp-root-dir", | 919 "--temp-root-dir", |
935 "[TMP_BASE]", | 920 "[TMP]", |
936 "--merged-test-output", | 921 "--merged-test-output", |
937 "/path/to/tmp/json", | 922 "/path/to/tmp/json", |
938 "--", | 923 "--", |
939 "collect", | 924 "collect", |
940 "--swarming", | 925 "--swarming", |
941 "https://chromium-swarm.appspot.com", | 926 "https://chromium-swarm.appspot.com", |
942 "--decorate", | 927 "--decorate", |
943 "--print-status-updates", | 928 "--print-status-updates", |
944 "--shards", | 929 "--shards", |
945 "1", | 930 "1", |
946 "OptimizeForSize/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" | 931 "OptimizeForSize/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" |
947 ], | 932 ], |
948 "cwd": "[SLAVE_BUILD]", | |
949 "name": "OptimizeForSize", | 933 "name": "OptimizeForSize", |
950 "~followup_annotations": [ | 934 "~followup_annotations": [ |
951 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 935 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
952 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 936 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
953 "@@@STEP_LOG_LINE@durations@@@@", | 937 "@@@STEP_LOG_LINE@durations@@@@", |
954 "@@@STEP_LOG_LINE@durations@Details:@@@", | 938 "@@@STEP_LOG_LINE@durations@Details:@@@", |
955 "@@@STEP_LOG_LINE@durations@@@@", | 939 "@@@STEP_LOG_LINE@durations@@@@", |
956 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 940 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
957 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 941 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
958 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 942 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
959 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 943 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
960 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 944 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
961 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 945 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
962 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 946 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
963 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 947 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
964 "@@@STEP_LOG_END@durations@@@" | 948 "@@@STEP_LOG_END@durations@@@" |
965 ] | 949 ] |
966 }, | 950 }, |
967 { | 951 { |
968 "allow_subannotations": true, | 952 "allow_subannotations": true, |
969 "cmd": [ | 953 "cmd": [ |
970 "python", | 954 "python", |
971 "-u", | 955 "-u", |
972 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 956 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
973 "--swarming-client-dir", | 957 "--swarming-client-dir", |
974 "[SLAVE_BUILD]/v8/tools/swarming_client", | 958 "[CWD]/v8/tools/swarming_client", |
975 "--temp-root-dir", | 959 "--temp-root-dir", |
976 "[TMP_BASE]", | 960 "[TMP]", |
977 "--merged-test-output", | 961 "--merged-test-output", |
978 "/path/to/tmp/json", | 962 "/path/to/tmp/json", |
979 "--", | 963 "--", |
980 "collect", | 964 "collect", |
981 "--swarming", | 965 "--swarming", |
982 "https://chromium-swarm.appspot.com", | 966 "https://chromium-swarm.appspot.com", |
983 "--decorate", | 967 "--decorate", |
984 "--print-status-updates", | 968 "--print-status-updates", |
985 "--shards", | 969 "--shards", |
986 "1", | 970 "1", |
987 "Benchmarks/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" | 971 "Benchmarks/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" |
988 ], | 972 ], |
989 "cwd": "[SLAVE_BUILD]", | |
990 "name": "Benchmarks", | 973 "name": "Benchmarks", |
991 "~followup_annotations": [ | 974 "~followup_annotations": [ |
992 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 975 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
993 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 976 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
994 "@@@STEP_LOG_LINE@durations@@@@", | 977 "@@@STEP_LOG_LINE@durations@@@@", |
995 "@@@STEP_LOG_LINE@durations@Details:@@@", | 978 "@@@STEP_LOG_LINE@durations@Details:@@@", |
996 "@@@STEP_LOG_LINE@durations@@@@", | 979 "@@@STEP_LOG_LINE@durations@@@@", |
997 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 980 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
998 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 981 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
999 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 982 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
1000 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 983 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
1001 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 984 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
1002 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 985 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
1003 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 986 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
1004 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 987 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1005 "@@@STEP_LOG_END@durations@@@" | 988 "@@@STEP_LOG_END@durations@@@" |
1006 ] | 989 ] |
1007 }, | 990 }, |
1008 { | 991 { |
1009 "allow_subannotations": true, | 992 "allow_subannotations": true, |
1010 "cmd": [ | 993 "cmd": [ |
1011 "python", | 994 "python", |
1012 "-u", | 995 "-u", |
1013 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 996 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
1014 "--swarming-client-dir", | 997 "--swarming-client-dir", |
1015 "[SLAVE_BUILD]/v8/tools/swarming_client", | 998 "[CWD]/v8/tools/swarming_client", |
1016 "--temp-root-dir", | 999 "--temp-root-dir", |
1017 "[TMP_BASE]", | 1000 "[TMP]", |
1018 "--merged-test-output", | 1001 "--merged-test-output", |
1019 "/path/to/tmp/json", | 1002 "/path/to/tmp/json", |
1020 "--", | 1003 "--", |
1021 "collect", | 1004 "collect", |
1022 "--swarming", | 1005 "--swarming", |
1023 "https://chromium-swarm.appspot.com", | 1006 "https://chromium-swarm.appspot.com", |
1024 "--decorate", | 1007 "--decorate", |
1025 "--print-status-updates", | 1008 "--print-status-updates", |
1026 "--shards", | 1009 "--shards", |
1027 "1", | 1010 "1", |
1028 "Test262 - no variants/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" | 1011 "Test262 - no variants/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" |
1029 ], | 1012 ], |
1030 "cwd": "[SLAVE_BUILD]", | |
1031 "name": "Test262 - no variants", | 1013 "name": "Test262 - no variants", |
1032 "~followup_annotations": [ | 1014 "~followup_annotations": [ |
1033 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1015 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
1034 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1016 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
1035 "@@@STEP_LOG_LINE@durations@@@@", | 1017 "@@@STEP_LOG_LINE@durations@@@@", |
1036 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1018 "@@@STEP_LOG_LINE@durations@Details:@@@", |
1037 "@@@STEP_LOG_LINE@durations@@@@", | 1019 "@@@STEP_LOG_LINE@durations@@@@", |
1038 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1020 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
1039 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1021 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
1040 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1022 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
1041 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1023 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
1042 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1024 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
1043 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1025 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
1044 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1026 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
1045 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1027 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1046 "@@@STEP_LOG_END@durations@@@" | 1028 "@@@STEP_LOG_END@durations@@@" |
1047 ] | 1029 ] |
1048 }, | 1030 }, |
1049 { | 1031 { |
1050 "allow_subannotations": true, | 1032 "allow_subannotations": true, |
1051 "cmd": [ | 1033 "cmd": [ |
1052 "python", | 1034 "python", |
1053 "-u", | 1035 "-u", |
1054 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1036 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
1055 "--swarming-client-dir", | 1037 "--swarming-client-dir", |
1056 "[SLAVE_BUILD]/v8/tools/swarming_client", | 1038 "[CWD]/v8/tools/swarming_client", |
1057 "--temp-root-dir", | 1039 "--temp-root-dir", |
1058 "[TMP_BASE]", | 1040 "[TMP]", |
1059 "--merged-test-output", | 1041 "--merged-test-output", |
1060 "/path/to/tmp/json", | 1042 "/path/to/tmp/json", |
1061 "--", | 1043 "--", |
1062 "collect", | 1044 "collect", |
1063 "--swarming", | 1045 "--swarming", |
1064 "https://chromium-swarm.appspot.com", | 1046 "https://chromium-swarm.appspot.com", |
1065 "--decorate", | 1047 "--decorate", |
1066 "--print-status-updates", | 1048 "--print-status-updates", |
1067 "--shards", | 1049 "--shards", |
1068 "1", | 1050 "1", |
1069 "Mozilla/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" | 1051 "Mozilla/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" |
1070 ], | 1052 ], |
1071 "cwd": "[SLAVE_BUILD]", | |
1072 "name": "Mozilla", | 1053 "name": "Mozilla", |
1073 "~followup_annotations": [ | 1054 "~followup_annotations": [ |
1074 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1055 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
1075 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1056 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
1076 "@@@STEP_LOG_LINE@durations@@@@", | 1057 "@@@STEP_LOG_LINE@durations@@@@", |
1077 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1058 "@@@STEP_LOG_LINE@durations@Details:@@@", |
1078 "@@@STEP_LOG_LINE@durations@@@@", | 1059 "@@@STEP_LOG_LINE@durations@@@@", |
1079 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1060 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
1080 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1061 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
1081 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1062 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
1082 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1063 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
1083 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1064 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
1084 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1065 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
1085 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1066 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
1086 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1067 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1087 "@@@STEP_LOG_END@durations@@@" | 1068 "@@@STEP_LOG_END@durations@@@" |
1088 ] | 1069 ] |
1089 }, | 1070 }, |
1090 { | 1071 { |
1091 "allow_subannotations": true, | 1072 "allow_subannotations": true, |
1092 "cmd": [ | 1073 "cmd": [ |
1093 "python", | 1074 "python", |
1094 "-u", | 1075 "-u", |
1095 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1076 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
1096 "--swarming-client-dir", | 1077 "--swarming-client-dir", |
1097 "[SLAVE_BUILD]/v8/tools/swarming_client", | 1078 "[CWD]/v8/tools/swarming_client", |
1098 "--temp-root-dir", | 1079 "--temp-root-dir", |
1099 "[TMP_BASE]", | 1080 "[TMP]", |
1100 "--merged-test-output", | 1081 "--merged-test-output", |
1101 "/path/to/tmp/json", | 1082 "/path/to/tmp/json", |
1102 "--", | 1083 "--", |
1103 "collect", | 1084 "collect", |
1104 "--swarming", | 1085 "--swarming", |
1105 "https://chromium-swarm.appspot.com", | 1086 "https://chromium-swarm.appspot.com", |
1106 "--decorate", | 1087 "--decorate", |
1107 "--print-status-updates", | 1088 "--print-status-updates", |
1108 "--shards", | 1089 "--shards", |
1109 "1", | 1090 "1", |
1110 "SimdJs - all/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" | 1091 "SimdJs - all/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" |
1111 ], | 1092 ], |
1112 "cwd": "[SLAVE_BUILD]", | |
1113 "name": "SimdJs - all", | 1093 "name": "SimdJs - all", |
1114 "~followup_annotations": [ | 1094 "~followup_annotations": [ |
1115 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1095 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
1116 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1096 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
1117 "@@@STEP_LOG_LINE@durations@@@@", | 1097 "@@@STEP_LOG_LINE@durations@@@@", |
1118 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1098 "@@@STEP_LOG_LINE@durations@Details:@@@", |
1119 "@@@STEP_LOG_LINE@durations@@@@", | 1099 "@@@STEP_LOG_LINE@durations@@@@", |
1120 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1100 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
1121 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1101 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
1122 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1102 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
1123 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1103 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
1124 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1104 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
1125 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1105 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
1126 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1106 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
1127 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1107 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1128 "@@@STEP_LOG_END@durations@@@" | 1108 "@@@STEP_LOG_END@durations@@@" |
1129 ] | 1109 ] |
1130 }, | 1110 }, |
1131 { | 1111 { |
1132 "allow_subannotations": true, | 1112 "allow_subannotations": true, |
1133 "cmd": [ | 1113 "cmd": [ |
1134 "python", | 1114 "python", |
1135 "-u", | 1115 "-u", |
1136 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1116 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
1137 "--swarming-client-dir", | 1117 "--swarming-client-dir", |
1138 "[SLAVE_BUILD]/v8/tools/swarming_client", | 1118 "[CWD]/v8/tools/swarming_client", |
1139 "--temp-root-dir", | 1119 "--temp-root-dir", |
1140 "[TMP_BASE]", | 1120 "[TMP]", |
1141 "--merged-test-output", | 1121 "--merged-test-output", |
1142 "/path/to/tmp/json", | 1122 "/path/to/tmp/json", |
1143 "--", | 1123 "--", |
1144 "collect", | 1124 "collect", |
1145 "--swarming", | 1125 "--swarming", |
1146 "https://chromium-swarm.appspot.com", | 1126 "https://chromium-swarm.appspot.com", |
1147 "--decorate", | 1127 "--decorate", |
1148 "--print-status-updates", | 1128 "--print-status-updates", |
1149 "--shards", | 1129 "--shards", |
1150 "1", | 1130 "1", |
1151 "Ignition - turbofan/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" | 1131 "Ignition - turbofan/Ubuntu-14.04/[dummy has/V8 Linux64 - cfi/571" |
1152 ], | 1132 ], |
1153 "cwd": "[SLAVE_BUILD]", | |
1154 "name": "Ignition - turbofan", | 1133 "name": "Ignition - turbofan", |
1155 "~followup_annotations": [ | 1134 "~followup_annotations": [ |
1156 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1135 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
1157 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1136 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
1158 "@@@STEP_LOG_LINE@durations@@@@", | 1137 "@@@STEP_LOG_LINE@durations@@@@", |
1159 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1138 "@@@STEP_LOG_LINE@durations@Details:@@@", |
1160 "@@@STEP_LOG_LINE@durations@@@@", | 1139 "@@@STEP_LOG_LINE@durations@@@@", |
1161 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1140 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
1162 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1141 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
1163 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1142 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
1164 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1143 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
1165 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1144 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
1166 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1145 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
1167 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1146 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
1168 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1147 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1169 "@@@STEP_LOG_END@durations@@@" | 1148 "@@@STEP_LOG_END@durations@@@" |
1170 ] | 1149 ] |
1171 }, | 1150 }, |
1172 { | 1151 { |
1173 "name": "$result", | 1152 "name": "$result", |
1174 "recipe_result": null, | 1153 "recipe_result": null, |
1175 "status_code": 0 | 1154 "status_code": 0 |
1176 } | 1155 } |
1177 ] | 1156 ] |
OLD | NEW |