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 Mac - debug", | 10 "V8 Mac - debug", |
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": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 test_isola
tion_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_ta
rget_arch=ia32", | 89 "GYP_DEFINES": "clang=1 gomadir='[ROOT]/b/build/goma' target_arch=ia32 tes
t_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=
1 v8_target_arch=ia32", |
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 "Debug", | 141 "Debug", |
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/Debug/bot_default.isolated.gen.json", | 179 "[CWD]/v8/out/Debug/bot_default.isolated.gen.json", |
186 "[SLAVE_BUILD]/v8/out/Debug/ignition.isolated.gen.json", | 180 "[CWD]/v8/out/Debug/ignition.isolated.gen.json", |
187 "[SLAVE_BUILD]/v8/out/Debug/mozilla.isolated.gen.json", | 181 "[CWD]/v8/out/Debug/mozilla.isolated.gen.json", |
188 "[SLAVE_BUILD]/v8/out/Debug/simdjs.isolated.gen.json", | 182 "[CWD]/v8/out/Debug/simdjs.isolated.gen.json", |
189 "[SLAVE_BUILD]/v8/out/Debug/test262.isolated.gen.json" | 183 "[CWD]/v8/out/Debug/test262.isolated.gen.json" |
190 ], | 184 ], |
191 "cwd": "[SLAVE_BUILD]", | |
192 "name": "isolate tests", | 185 "name": "isolate tests", |
193 "~followup_annotations": [ | 186 "~followup_annotations": [ |
194 "@@@STEP_LOG_LINE@json.output@{@@@", | 187 "@@@STEP_LOG_LINE@json.output@{@@@", |
195 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 188 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
196 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | 189 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
197 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", | 190 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", |
198 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", | 191 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", |
199 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 192 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
200 "@@@STEP_LOG_LINE@json.output@}@@@", | 193 "@@@STEP_LOG_LINE@json.output@}@@@", |
201 "@@@STEP_LOG_END@json.output@@@" | 194 "@@@STEP_LOG_END@json.output@@@" |
202 ] | 195 ] |
203 }, | 196 }, |
204 { | 197 { |
205 "cmd": [ | 198 "cmd": [ |
206 "python", | 199 "python", |
207 "-u", | 200 "-u", |
208 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 201 "[CWD]/v8/tools/swarming_client/swarming.py", |
209 "trigger", | 202 "trigger", |
210 "--swarming", | 203 "--swarming", |
211 "https://chromium-swarm.appspot.com", | 204 "https://chromium-swarm.appspot.com", |
212 "--isolate-server", | 205 "--isolate-server", |
213 "https://isolateserver.appspot.com", | 206 "https://isolateserver.appspot.com", |
214 "--priority", | 207 "--priority", |
215 "25", | 208 "25", |
216 "--shards", | 209 "--shards", |
217 "1", | 210 "1", |
218 "--task-name", | 211 "--task-name", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 "--buildbot", | 265 "--buildbot", |
273 "--timeout=200", | 266 "--timeout=200", |
274 "--random-seed=1127209095", | 267 "--random-seed=1127209095", |
275 "bot_default", | 268 "bot_default", |
276 "--exhaustive-variants", | 269 "--exhaustive-variants", |
277 "--rerun-failures-count=2", | 270 "--rerun-failures-count=2", |
278 "--swarming", | 271 "--swarming", |
279 "--json-test-results", | 272 "--json-test-results", |
280 "${ISOLATED_OUTDIR}/output.json" | 273 "${ISOLATED_OUTDIR}/output.json" |
281 ], | 274 ], |
282 "cwd": "[SLAVE_BUILD]", | |
283 "name": "[trigger] Check on Mac-10.9", | 275 "name": "[trigger] Check on Mac-10.9", |
284 "~followup_annotations": [ | 276 "~followup_annotations": [ |
285 "@@@STEP_LOG_LINE@json.output@{@@@", | 277 "@@@STEP_LOG_LINE@json.output@{@@@", |
286 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Mac-10.9/[dumm
y has/V8 Mac - debug/571\", @@@", | 278 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Mac-10.9/[dumm
y has/V8 Mac - debug/571\", @@@", |
287 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 279 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
288 "@@@STEP_LOG_LINE@json.output@ \"Check/Mac-10.9/[dummy has/V8 Mac - deb
ug/571\": {@@@", | 280 "@@@STEP_LOG_LINE@json.output@ \"Check/Mac-10.9/[dummy has/V8 Mac - deb
ug/571\": {@@@", |
289 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 281 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
290 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 282 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
291 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 283 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
292 "@@@STEP_LOG_LINE@json.output@ }@@@", | 284 "@@@STEP_LOG_LINE@json.output@ }@@@", |
293 "@@@STEP_LOG_LINE@json.output@ }@@@", | 285 "@@@STEP_LOG_LINE@json.output@ }@@@", |
294 "@@@STEP_LOG_LINE@json.output@}@@@", | 286 "@@@STEP_LOG_LINE@json.output@}@@@", |
295 "@@@STEP_LOG_END@json.output@@@", | 287 "@@@STEP_LOG_END@json.output@@@", |
296 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 288 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
297 ] | 289 ] |
298 }, | 290 }, |
299 { | 291 { |
300 "cmd": [ | 292 "cmd": [ |
301 "python", | 293 "python", |
302 "-u", | 294 "-u", |
303 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 295 "[CWD]/v8/tools/swarming_client/swarming.py", |
304 "trigger", | 296 "trigger", |
305 "--swarming", | 297 "--swarming", |
306 "https://chromium-swarm.appspot.com", | 298 "https://chromium-swarm.appspot.com", |
307 "--isolate-server", | 299 "--isolate-server", |
308 "https://isolateserver.appspot.com", | 300 "https://isolateserver.appspot.com", |
309 "--priority", | 301 "--priority", |
310 "25", | 302 "25", |
311 "--shards", | 303 "--shards", |
312 "1", | 304 "1", |
313 "--task-name", | 305 "--task-name", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 "--timeout=200", | 360 "--timeout=200", |
369 "--random-seed=1127209095", | 361 "--random-seed=1127209095", |
370 "test262", | 362 "test262", |
371 "--download-data", | 363 "--download-data", |
372 "--variants=default", | 364 "--variants=default", |
373 "--rerun-failures-count=2", | 365 "--rerun-failures-count=2", |
374 "--swarming", | 366 "--swarming", |
375 "--json-test-results", | 367 "--json-test-results", |
376 "${ISOLATED_OUTDIR}/output.json" | 368 "${ISOLATED_OUTDIR}/output.json" |
377 ], | 369 ], |
378 "cwd": "[SLAVE_BUILD]", | |
379 "name": "[trigger] Test262 - no variants on Mac-10.9", | 370 "name": "[trigger] Test262 - no variants on Mac-10.9", |
380 "~followup_annotations": [ | 371 "~followup_annotations": [ |
381 "@@@STEP_LOG_LINE@json.output@{@@@", | 372 "@@@STEP_LOG_LINE@json.output@{@@@", |
382 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Mac-10.9/[dummy has/V8 Mac - debug/571\", @@@", | 373 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Mac-10.9/[dummy has/V8 Mac - debug/571\", @@@", |
383 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 374 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
384 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Mac-10.9/[dummy
has/V8 Mac - debug/571\": {@@@", | 375 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Mac-10.9/[dummy
has/V8 Mac - debug/571\": {@@@", |
385 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 376 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
386 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 377 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
387 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 378 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
388 "@@@STEP_LOG_LINE@json.output@ }@@@", | 379 "@@@STEP_LOG_LINE@json.output@ }@@@", |
389 "@@@STEP_LOG_LINE@json.output@ }@@@", | 380 "@@@STEP_LOG_LINE@json.output@ }@@@", |
390 "@@@STEP_LOG_LINE@json.output@}@@@", | 381 "@@@STEP_LOG_LINE@json.output@}@@@", |
391 "@@@STEP_LOG_END@json.output@@@", | 382 "@@@STEP_LOG_END@json.output@@@", |
392 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 383 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
393 ] | 384 ] |
394 }, | 385 }, |
395 { | 386 { |
396 "cmd": [ | 387 "cmd": [ |
397 "python", | 388 "python", |
398 "-u", | 389 "-u", |
399 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 390 "[CWD]/v8/tools/swarming_client/swarming.py", |
400 "trigger", | 391 "trigger", |
401 "--swarming", | 392 "--swarming", |
402 "https://chromium-swarm.appspot.com", | 393 "https://chromium-swarm.appspot.com", |
403 "--isolate-server", | 394 "--isolate-server", |
404 "https://isolateserver.appspot.com", | 395 "https://isolateserver.appspot.com", |
405 "--priority", | 396 "--priority", |
406 "25", | 397 "25", |
407 "--shards", | 398 "--shards", |
408 "1", | 399 "1", |
409 "--task-name", | 400 "--task-name", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
463 "--buildbot", | 454 "--buildbot", |
464 "--timeout=200", | 455 "--timeout=200", |
465 "--random-seed=1127209095", | 456 "--random-seed=1127209095", |
466 "mozilla", | 457 "mozilla", |
467 "--exhaustive-variants", | 458 "--exhaustive-variants", |
468 "--rerun-failures-count=2", | 459 "--rerun-failures-count=2", |
469 "--swarming", | 460 "--swarming", |
470 "--json-test-results", | 461 "--json-test-results", |
471 "${ISOLATED_OUTDIR}/output.json" | 462 "${ISOLATED_OUTDIR}/output.json" |
472 ], | 463 ], |
473 "cwd": "[SLAVE_BUILD]", | |
474 "name": "[trigger] Mozilla on Mac-10.9", | 464 "name": "[trigger] Mozilla on Mac-10.9", |
475 "~followup_annotations": [ | 465 "~followup_annotations": [ |
476 "@@@STEP_LOG_LINE@json.output@{@@@", | 466 "@@@STEP_LOG_LINE@json.output@{@@@", |
477 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Mac-10.9/[du
mmy has/V8 Mac - debug/571\", @@@", | 467 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Mac-10.9/[du
mmy has/V8 Mac - debug/571\", @@@", |
478 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 468 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
479 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Mac-10.9/[dummy has/V8 Mac - d
ebug/571\": {@@@", | 469 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Mac-10.9/[dummy has/V8 Mac - d
ebug/571\": {@@@", |
480 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 470 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
481 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 471 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
482 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 472 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
483 "@@@STEP_LOG_LINE@json.output@ }@@@", | 473 "@@@STEP_LOG_LINE@json.output@ }@@@", |
484 "@@@STEP_LOG_LINE@json.output@ }@@@", | 474 "@@@STEP_LOG_LINE@json.output@ }@@@", |
485 "@@@STEP_LOG_LINE@json.output@}@@@", | 475 "@@@STEP_LOG_LINE@json.output@}@@@", |
486 "@@@STEP_LOG_END@json.output@@@", | 476 "@@@STEP_LOG_END@json.output@@@", |
487 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 477 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
488 ] | 478 ] |
489 }, | 479 }, |
490 { | 480 { |
491 "cmd": [ | 481 "cmd": [ |
492 "python", | 482 "python", |
493 "-u", | 483 "-u", |
494 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 484 "[CWD]/v8/tools/swarming_client/swarming.py", |
495 "trigger", | 485 "trigger", |
496 "--swarming", | 486 "--swarming", |
497 "https://chromium-swarm.appspot.com", | 487 "https://chromium-swarm.appspot.com", |
498 "--isolate-server", | 488 "--isolate-server", |
499 "https://isolateserver.appspot.com", | 489 "https://isolateserver.appspot.com", |
500 "--priority", | 490 "--priority", |
501 "25", | 491 "25", |
502 "--shards", | 492 "--shards", |
503 "1", | 493 "1", |
504 "--task-name", | 494 "--task-name", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
559 "--timeout=200", | 549 "--timeout=200", |
560 "--random-seed=1127209095", | 550 "--random-seed=1127209095", |
561 "simdjs", | 551 "simdjs", |
562 "--download-data", | 552 "--download-data", |
563 "--exhaustive-variants", | 553 "--exhaustive-variants", |
564 "--rerun-failures-count=2", | 554 "--rerun-failures-count=2", |
565 "--swarming", | 555 "--swarming", |
566 "--json-test-results", | 556 "--json-test-results", |
567 "${ISOLATED_OUTDIR}/output.json" | 557 "${ISOLATED_OUTDIR}/output.json" |
568 ], | 558 ], |
569 "cwd": "[SLAVE_BUILD]", | |
570 "name": "[trigger] SimdJs - all on Mac-10.9", | 559 "name": "[trigger] SimdJs - all on Mac-10.9", |
571 "~followup_annotations": [ | 560 "~followup_annotations": [ |
572 "@@@STEP_LOG_LINE@json.output@{@@@", | 561 "@@@STEP_LOG_LINE@json.output@{@@@", |
573 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Mac-10.
9/[dummy has/V8 Mac - debug/571\", @@@", | 562 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Mac-10.
9/[dummy has/V8 Mac - debug/571\", @@@", |
574 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 563 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
575 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Mac-10.9/[dummy has/V8 Ma
c - debug/571\": {@@@", | 564 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Mac-10.9/[dummy has/V8 Ma
c - debug/571\": {@@@", |
576 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 565 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
577 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 566 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
578 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 567 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
579 "@@@STEP_LOG_LINE@json.output@ }@@@", | 568 "@@@STEP_LOG_LINE@json.output@ }@@@", |
580 "@@@STEP_LOG_LINE@json.output@ }@@@", | 569 "@@@STEP_LOG_LINE@json.output@ }@@@", |
581 "@@@STEP_LOG_LINE@json.output@}@@@", | 570 "@@@STEP_LOG_LINE@json.output@}@@@", |
582 "@@@STEP_LOG_END@json.output@@@", | 571 "@@@STEP_LOG_END@json.output@@@", |
583 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 572 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
584 ] | 573 ] |
585 }, | 574 }, |
586 { | 575 { |
587 "cmd": [ | 576 "cmd": [ |
588 "python", | 577 "python", |
589 "-u", | 578 "-u", |
590 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 579 "[CWD]/v8/tools/swarming_client/swarming.py", |
591 "trigger", | 580 "trigger", |
592 "--swarming", | 581 "--swarming", |
593 "https://chromium-swarm.appspot.com", | 582 "https://chromium-swarm.appspot.com", |
594 "--isolate-server", | 583 "--isolate-server", |
595 "https://isolateserver.appspot.com", | 584 "https://isolateserver.appspot.com", |
596 "--priority", | 585 "--priority", |
597 "25", | 586 "25", |
598 "--shards", | 587 "--shards", |
599 "1", | 588 "1", |
600 "--task-name", | 589 "--task-name", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
655 "--timeout=200", | 644 "--timeout=200", |
656 "--random-seed=1127209095", | 645 "--random-seed=1127209095", |
657 "ignition", | 646 "ignition", |
658 "--ignition", | 647 "--ignition", |
659 "--variants=ignition", | 648 "--variants=ignition", |
660 "--rerun-failures-count=2", | 649 "--rerun-failures-count=2", |
661 "--swarming", | 650 "--swarming", |
662 "--json-test-results", | 651 "--json-test-results", |
663 "${ISOLATED_OUTDIR}/output.json" | 652 "${ISOLATED_OUTDIR}/output.json" |
664 ], | 653 ], |
665 "cwd": "[SLAVE_BUILD]", | |
666 "name": "[trigger] Ignition on Mac-10.9", | 654 "name": "[trigger] Ignition on Mac-10.9", |
667 "~followup_annotations": [ | 655 "~followup_annotations": [ |
668 "@@@STEP_LOG_LINE@json.output@{@@@", | 656 "@@@STEP_LOG_LINE@json.output@{@@@", |
669 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition/Mac-10.9/[d
ummy has/V8 Mac - debug/571\", @@@", | 657 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition/Mac-10.9/[d
ummy has/V8 Mac - debug/571\", @@@", |
670 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 658 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
671 "@@@STEP_LOG_LINE@json.output@ \"Ignition/Mac-10.9/[dummy has/V8 Mac -
debug/571\": {@@@", | 659 "@@@STEP_LOG_LINE@json.output@ \"Ignition/Mac-10.9/[dummy has/V8 Mac -
debug/571\": {@@@", |
672 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 660 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
673 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 661 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
674 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 662 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
675 "@@@STEP_LOG_LINE@json.output@ }@@@", | 663 "@@@STEP_LOG_LINE@json.output@ }@@@", |
676 "@@@STEP_LOG_LINE@json.output@ }@@@", | 664 "@@@STEP_LOG_LINE@json.output@ }@@@", |
677 "@@@STEP_LOG_LINE@json.output@}@@@", | 665 "@@@STEP_LOG_LINE@json.output@}@@@", |
678 "@@@STEP_LOG_END@json.output@@@", | 666 "@@@STEP_LOG_END@json.output@@@", |
679 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 667 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
680 ] | 668 ] |
681 }, | 669 }, |
682 { | 670 { |
683 "allow_subannotations": true, | 671 "allow_subannotations": true, |
684 "cmd": [ | 672 "cmd": [ |
685 "python", | 673 "python", |
686 "-u", | 674 "-u", |
687 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 675 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
688 "--swarming-client-dir", | 676 "--swarming-client-dir", |
689 "[SLAVE_BUILD]/v8/tools/swarming_client", | 677 "[CWD]/v8/tools/swarming_client", |
690 "--temp-root-dir", | 678 "--temp-root-dir", |
691 "[TMP_BASE]", | 679 "[TMP]", |
692 "--merged-test-output", | 680 "--merged-test-output", |
693 "/path/to/tmp/json", | 681 "/path/to/tmp/json", |
694 "--", | 682 "--", |
695 "collect", | 683 "collect", |
696 "--swarming", | 684 "--swarming", |
697 "https://chromium-swarm.appspot.com", | 685 "https://chromium-swarm.appspot.com", |
698 "--decorate", | 686 "--decorate", |
699 "--print-status-updates", | 687 "--print-status-updates", |
700 "--shards", | 688 "--shards", |
701 "1", | 689 "1", |
702 "Check/Mac-10.9/[dummy has/V8 Mac - debug/571" | 690 "Check/Mac-10.9/[dummy has/V8 Mac - debug/571" |
703 ], | 691 ], |
704 "cwd": "[SLAVE_BUILD]", | |
705 "name": "Check", | 692 "name": "Check", |
706 "~followup_annotations": [ | 693 "~followup_annotations": [ |
707 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 694 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
708 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 695 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
709 "@@@STEP_LOG_LINE@durations@@@@", | 696 "@@@STEP_LOG_LINE@durations@@@@", |
710 "@@@STEP_LOG_LINE@durations@Details:@@@", | 697 "@@@STEP_LOG_LINE@durations@Details:@@@", |
711 "@@@STEP_LOG_LINE@durations@@@@", | 698 "@@@STEP_LOG_LINE@durations@@@@", |
712 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 699 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
713 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 700 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
714 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 701 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
715 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 702 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
716 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 703 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
717 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 704 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
718 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 705 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
719 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 706 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
720 "@@@STEP_LOG_END@durations@@@" | 707 "@@@STEP_LOG_END@durations@@@" |
721 ] | 708 ] |
722 }, | 709 }, |
723 { | 710 { |
724 "allow_subannotations": true, | 711 "allow_subannotations": true, |
725 "cmd": [ | 712 "cmd": [ |
726 "python", | 713 "python", |
727 "-u", | 714 "-u", |
728 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 715 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
729 "--swarming-client-dir", | 716 "--swarming-client-dir", |
730 "[SLAVE_BUILD]/v8/tools/swarming_client", | 717 "[CWD]/v8/tools/swarming_client", |
731 "--temp-root-dir", | 718 "--temp-root-dir", |
732 "[TMP_BASE]", | 719 "[TMP]", |
733 "--merged-test-output", | 720 "--merged-test-output", |
734 "/path/to/tmp/json", | 721 "/path/to/tmp/json", |
735 "--", | 722 "--", |
736 "collect", | 723 "collect", |
737 "--swarming", | 724 "--swarming", |
738 "https://chromium-swarm.appspot.com", | 725 "https://chromium-swarm.appspot.com", |
739 "--decorate", | 726 "--decorate", |
740 "--print-status-updates", | 727 "--print-status-updates", |
741 "--shards", | 728 "--shards", |
742 "1", | 729 "1", |
743 "Test262 - no variants/Mac-10.9/[dummy has/V8 Mac - debug/571" | 730 "Test262 - no variants/Mac-10.9/[dummy has/V8 Mac - debug/571" |
744 ], | 731 ], |
745 "cwd": "[SLAVE_BUILD]", | |
746 "name": "Test262 - no variants", | 732 "name": "Test262 - no variants", |
747 "~followup_annotations": [ | 733 "~followup_annotations": [ |
748 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 734 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
749 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 735 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
750 "@@@STEP_LOG_LINE@durations@@@@", | 736 "@@@STEP_LOG_LINE@durations@@@@", |
751 "@@@STEP_LOG_LINE@durations@Details:@@@", | 737 "@@@STEP_LOG_LINE@durations@Details:@@@", |
752 "@@@STEP_LOG_LINE@durations@@@@", | 738 "@@@STEP_LOG_LINE@durations@@@@", |
753 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 739 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
754 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 740 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
755 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 741 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
756 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 742 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
757 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 743 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
758 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 744 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
759 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 745 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
760 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 746 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
761 "@@@STEP_LOG_END@durations@@@" | 747 "@@@STEP_LOG_END@durations@@@" |
762 ] | 748 ] |
763 }, | 749 }, |
764 { | 750 { |
765 "allow_subannotations": true, | 751 "allow_subannotations": true, |
766 "cmd": [ | 752 "cmd": [ |
767 "python", | 753 "python", |
768 "-u", | 754 "-u", |
769 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 755 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
770 "--swarming-client-dir", | 756 "--swarming-client-dir", |
771 "[SLAVE_BUILD]/v8/tools/swarming_client", | 757 "[CWD]/v8/tools/swarming_client", |
772 "--temp-root-dir", | 758 "--temp-root-dir", |
773 "[TMP_BASE]", | 759 "[TMP]", |
774 "--merged-test-output", | 760 "--merged-test-output", |
775 "/path/to/tmp/json", | 761 "/path/to/tmp/json", |
776 "--", | 762 "--", |
777 "collect", | 763 "collect", |
778 "--swarming", | 764 "--swarming", |
779 "https://chromium-swarm.appspot.com", | 765 "https://chromium-swarm.appspot.com", |
780 "--decorate", | 766 "--decorate", |
781 "--print-status-updates", | 767 "--print-status-updates", |
782 "--shards", | 768 "--shards", |
783 "1", | 769 "1", |
784 "Mozilla/Mac-10.9/[dummy has/V8 Mac - debug/571" | 770 "Mozilla/Mac-10.9/[dummy has/V8 Mac - debug/571" |
785 ], | 771 ], |
786 "cwd": "[SLAVE_BUILD]", | |
787 "name": "Mozilla", | 772 "name": "Mozilla", |
788 "~followup_annotations": [ | 773 "~followup_annotations": [ |
789 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 774 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
790 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 775 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
791 "@@@STEP_LOG_LINE@durations@@@@", | 776 "@@@STEP_LOG_LINE@durations@@@@", |
792 "@@@STEP_LOG_LINE@durations@Details:@@@", | 777 "@@@STEP_LOG_LINE@durations@Details:@@@", |
793 "@@@STEP_LOG_LINE@durations@@@@", | 778 "@@@STEP_LOG_LINE@durations@@@@", |
794 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 779 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
795 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 780 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
796 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 781 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
797 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 782 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
798 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 783 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
799 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 784 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
800 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 785 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
801 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 786 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
802 "@@@STEP_LOG_END@durations@@@" | 787 "@@@STEP_LOG_END@durations@@@" |
803 ] | 788 ] |
804 }, | 789 }, |
805 { | 790 { |
806 "allow_subannotations": true, | 791 "allow_subannotations": true, |
807 "cmd": [ | 792 "cmd": [ |
808 "python", | 793 "python", |
809 "-u", | 794 "-u", |
810 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 795 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
811 "--swarming-client-dir", | 796 "--swarming-client-dir", |
812 "[SLAVE_BUILD]/v8/tools/swarming_client", | 797 "[CWD]/v8/tools/swarming_client", |
813 "--temp-root-dir", | 798 "--temp-root-dir", |
814 "[TMP_BASE]", | 799 "[TMP]", |
815 "--merged-test-output", | 800 "--merged-test-output", |
816 "/path/to/tmp/json", | 801 "/path/to/tmp/json", |
817 "--", | 802 "--", |
818 "collect", | 803 "collect", |
819 "--swarming", | 804 "--swarming", |
820 "https://chromium-swarm.appspot.com", | 805 "https://chromium-swarm.appspot.com", |
821 "--decorate", | 806 "--decorate", |
822 "--print-status-updates", | 807 "--print-status-updates", |
823 "--shards", | 808 "--shards", |
824 "1", | 809 "1", |
825 "SimdJs - all/Mac-10.9/[dummy has/V8 Mac - debug/571" | 810 "SimdJs - all/Mac-10.9/[dummy has/V8 Mac - debug/571" |
826 ], | 811 ], |
827 "cwd": "[SLAVE_BUILD]", | |
828 "name": "SimdJs - all", | 812 "name": "SimdJs - all", |
829 "~followup_annotations": [ | 813 "~followup_annotations": [ |
830 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 814 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
831 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 815 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
832 "@@@STEP_LOG_LINE@durations@@@@", | 816 "@@@STEP_LOG_LINE@durations@@@@", |
833 "@@@STEP_LOG_LINE@durations@Details:@@@", | 817 "@@@STEP_LOG_LINE@durations@Details:@@@", |
834 "@@@STEP_LOG_LINE@durations@@@@", | 818 "@@@STEP_LOG_LINE@durations@@@@", |
835 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 819 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
836 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 820 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
837 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 821 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
838 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 822 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
839 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 823 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
840 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 824 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
841 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 825 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
842 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 826 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
843 "@@@STEP_LOG_END@durations@@@" | 827 "@@@STEP_LOG_END@durations@@@" |
844 ] | 828 ] |
845 }, | 829 }, |
846 { | 830 { |
847 "allow_subannotations": true, | 831 "allow_subannotations": true, |
848 "cmd": [ | 832 "cmd": [ |
849 "python", | 833 "python", |
850 "-u", | 834 "-u", |
851 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 835 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
852 "--swarming-client-dir", | 836 "--swarming-client-dir", |
853 "[SLAVE_BUILD]/v8/tools/swarming_client", | 837 "[CWD]/v8/tools/swarming_client", |
854 "--temp-root-dir", | 838 "--temp-root-dir", |
855 "[TMP_BASE]", | 839 "[TMP]", |
856 "--merged-test-output", | 840 "--merged-test-output", |
857 "/path/to/tmp/json", | 841 "/path/to/tmp/json", |
858 "--", | 842 "--", |
859 "collect", | 843 "collect", |
860 "--swarming", | 844 "--swarming", |
861 "https://chromium-swarm.appspot.com", | 845 "https://chromium-swarm.appspot.com", |
862 "--decorate", | 846 "--decorate", |
863 "--print-status-updates", | 847 "--print-status-updates", |
864 "--shards", | 848 "--shards", |
865 "1", | 849 "1", |
866 "Ignition/Mac-10.9/[dummy has/V8 Mac - debug/571" | 850 "Ignition/Mac-10.9/[dummy has/V8 Mac - debug/571" |
867 ], | 851 ], |
868 "cwd": "[SLAVE_BUILD]", | |
869 "name": "Ignition", | 852 "name": "Ignition", |
870 "~followup_annotations": [ | 853 "~followup_annotations": [ |
871 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 854 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
872 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 855 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
873 "@@@STEP_LOG_LINE@durations@@@@", | 856 "@@@STEP_LOG_LINE@durations@@@@", |
874 "@@@STEP_LOG_LINE@durations@Details:@@@", | 857 "@@@STEP_LOG_LINE@durations@Details:@@@", |
875 "@@@STEP_LOG_LINE@durations@@@@", | 858 "@@@STEP_LOG_LINE@durations@@@@", |
876 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 859 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
877 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 860 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
878 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 861 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
879 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 862 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
880 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 863 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
881 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 864 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
882 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 865 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
883 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 866 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
884 "@@@STEP_LOG_END@durations@@@" | 867 "@@@STEP_LOG_END@durations@@@" |
885 ] | 868 ] |
886 }, | 869 }, |
887 { | 870 { |
888 "name": "$result", | 871 "name": "$result", |
889 "recipe_result": null, | 872 "recipe_result": null, |
890 "status_code": 0 | 873 "status_code": 0 |
891 } | 874 } |
892 ] | 875 ] |
OLD | NEW |