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 Linux - shared", | 10 "V8 Linux - shared", |
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 component=shared_library gomadir='[BUILD]/goma' ta
rget_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_verify_heap=1 v8
_target_arch=ia32", | 89 "GYP_DEFINES": "clang=1 component=shared_library gomadir='[ROOT]/b/build/g
oma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_verify_he
ap=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 "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/bot_default.isolated.gen.json", | 179 "[CWD]/v8/out/Release/bot_default.isolated.gen.json", |
186 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json", | 180 "[CWD]/v8/out/Release/mozilla.isolated.gen.json", |
187 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", | 181 "[CWD]/v8/out/Release/simdjs.isolated.gen.json", |
188 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" | 182 "[CWD]/v8/out/Release/test262.isolated.gen.json" |
189 ], | 183 ], |
190 "cwd": "[SLAVE_BUILD]", | |
191 "name": "isolate tests", | 184 "name": "isolate tests", |
192 "~followup_annotations": [ | 185 "~followup_annotations": [ |
193 "@@@STEP_LOG_LINE@json.output@{@@@", | 186 "@@@STEP_LOG_LINE@json.output@{@@@", |
194 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 187 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
195 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", | 188 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", |
196 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", | 189 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", |
197 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 190 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
198 "@@@STEP_LOG_LINE@json.output@}@@@", | 191 "@@@STEP_LOG_LINE@json.output@}@@@", |
199 "@@@STEP_LOG_END@json.output@@@" | 192 "@@@STEP_LOG_END@json.output@@@" |
200 ] | 193 ] |
201 }, | 194 }, |
202 { | 195 { |
203 "cmd": [ | 196 "cmd": [ |
204 "python", | 197 "python", |
205 "-u", | 198 "-u", |
206 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 199 "[CWD]/v8/tools/swarming_client/swarming.py", |
207 "trigger", | 200 "trigger", |
208 "--swarming", | 201 "--swarming", |
209 "https://chromium-swarm.appspot.com", | 202 "https://chromium-swarm.appspot.com", |
210 "--isolate-server", | 203 "--isolate-server", |
211 "https://isolateserver.appspot.com", | 204 "https://isolateserver.appspot.com", |
212 "--priority", | 205 "--priority", |
213 "25", | 206 "25", |
214 "--shards", | 207 "--shards", |
215 "1", | 208 "1", |
216 "--task-name", | 209 "--task-name", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 "--buildbot", | 263 "--buildbot", |
271 "--timeout=200", | 264 "--timeout=200", |
272 "--random-seed=-564235616", | 265 "--random-seed=-564235616", |
273 "bot_default", | 266 "bot_default", |
274 "--exhaustive-variants", | 267 "--exhaustive-variants", |
275 "--rerun-failures-count=2", | 268 "--rerun-failures-count=2", |
276 "--swarming", | 269 "--swarming", |
277 "--json-test-results", | 270 "--json-test-results", |
278 "${ISOLATED_OUTDIR}/output.json" | 271 "${ISOLATED_OUTDIR}/output.json" |
279 ], | 272 ], |
280 "cwd": "[SLAVE_BUILD]", | |
281 "name": "[trigger] Check on Ubuntu-12.04", | 273 "name": "[trigger] Check on Ubuntu-12.04", |
282 "~followup_annotations": [ | 274 "~followup_annotations": [ |
283 "@@@STEP_LOG_LINE@json.output@{@@@", | 275 "@@@STEP_LOG_LINE@json.output@{@@@", |
284 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/V8 Linux - shared/571\", @@@", | 276 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/V8 Linux - shared/571\", @@@", |
285 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 277 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
286 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux
- shared/571\": {@@@", | 278 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux
- shared/571\": {@@@", |
287 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 279 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
288 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 280 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
289 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 281 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
290 "@@@STEP_LOG_LINE@json.output@ }@@@", | 282 "@@@STEP_LOG_LINE@json.output@ }@@@", |
291 "@@@STEP_LOG_LINE@json.output@ }@@@", | 283 "@@@STEP_LOG_LINE@json.output@ }@@@", |
292 "@@@STEP_LOG_LINE@json.output@}@@@", | 284 "@@@STEP_LOG_LINE@json.output@}@@@", |
293 "@@@STEP_LOG_END@json.output@@@", | 285 "@@@STEP_LOG_END@json.output@@@", |
294 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 286 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
295 ] | 287 ] |
296 }, | 288 }, |
297 { | 289 { |
298 "cmd": [ | 290 "cmd": [ |
299 "python", | 291 "python", |
300 "-u", | 292 "-u", |
301 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 293 "[CWD]/v8/tools/swarming_client/swarming.py", |
302 "trigger", | 294 "trigger", |
303 "--swarming", | 295 "--swarming", |
304 "https://chromium-swarm.appspot.com", | 296 "https://chromium-swarm.appspot.com", |
305 "--isolate-server", | 297 "--isolate-server", |
306 "https://isolateserver.appspot.com", | 298 "https://isolateserver.appspot.com", |
307 "--priority", | 299 "--priority", |
308 "25", | 300 "25", |
309 "--shards", | 301 "--shards", |
310 "1", | 302 "1", |
311 "--task-name", | 303 "--task-name", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
366 "--timeout=200", | 358 "--timeout=200", |
367 "--random-seed=-564235616", | 359 "--random-seed=-564235616", |
368 "test262", | 360 "test262", |
369 "--download-data", | 361 "--download-data", |
370 "--variants=default", | 362 "--variants=default", |
371 "--rerun-failures-count=2", | 363 "--rerun-failures-count=2", |
372 "--swarming", | 364 "--swarming", |
373 "--json-test-results", | 365 "--json-test-results", |
374 "${ISOLATED_OUTDIR}/output.json" | 366 "${ISOLATED_OUTDIR}/output.json" |
375 ], | 367 ], |
376 "cwd": "[SLAVE_BUILD]", | |
377 "name": "[trigger] Test262 - no variants on Ubuntu-12.04", | 368 "name": "[trigger] Test262 - no variants on Ubuntu-12.04", |
378 "~followup_annotations": [ | 369 "~followup_annotations": [ |
379 "@@@STEP_LOG_LINE@json.output@{@@@", | 370 "@@@STEP_LOG_LINE@json.output@{@@@", |
380 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-12.04/[dummy has/V8 Linux - shared/571\", @@@", | 371 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-12.04/[dummy has/V8 Linux - shared/571\", @@@", |
381 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 372 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
382 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-12.04/[du
mmy has/V8 Linux - shared/571\": {@@@", | 373 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-12.04/[du
mmy has/V8 Linux - shared/571\": {@@@", |
383 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 374 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
384 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 375 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
385 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 376 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
386 "@@@STEP_LOG_LINE@json.output@ }@@@", | 377 "@@@STEP_LOG_LINE@json.output@ }@@@", |
387 "@@@STEP_LOG_LINE@json.output@ }@@@", | 378 "@@@STEP_LOG_LINE@json.output@ }@@@", |
388 "@@@STEP_LOG_LINE@json.output@}@@@", | 379 "@@@STEP_LOG_LINE@json.output@}@@@", |
389 "@@@STEP_LOG_END@json.output@@@", | 380 "@@@STEP_LOG_END@json.output@@@", |
390 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 381 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
391 ] | 382 ] |
392 }, | 383 }, |
393 { | 384 { |
394 "cmd": [ | 385 "cmd": [ |
395 "python", | 386 "python", |
396 "-u", | 387 "-u", |
397 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 388 "[CWD]/v8/tools/swarming_client/swarming.py", |
398 "trigger", | 389 "trigger", |
399 "--swarming", | 390 "--swarming", |
400 "https://chromium-swarm.appspot.com", | 391 "https://chromium-swarm.appspot.com", |
401 "--isolate-server", | 392 "--isolate-server", |
402 "https://isolateserver.appspot.com", | 393 "https://isolateserver.appspot.com", |
403 "--priority", | 394 "--priority", |
404 "25", | 395 "25", |
405 "--shards", | 396 "--shards", |
406 "1", | 397 "1", |
407 "--task-name", | 398 "--task-name", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
461 "--buildbot", | 452 "--buildbot", |
462 "--timeout=200", | 453 "--timeout=200", |
463 "--random-seed=-564235616", | 454 "--random-seed=-564235616", |
464 "mozilla", | 455 "mozilla", |
465 "--exhaustive-variants", | 456 "--exhaustive-variants", |
466 "--rerun-failures-count=2", | 457 "--rerun-failures-count=2", |
467 "--swarming", | 458 "--swarming", |
468 "--json-test-results", | 459 "--json-test-results", |
469 "${ISOLATED_OUTDIR}/output.json" | 460 "${ISOLATED_OUTDIR}/output.json" |
470 ], | 461 ], |
471 "cwd": "[SLAVE_BUILD]", | |
472 "name": "[trigger] Mozilla on Ubuntu-12.04", | 462 "name": "[trigger] Mozilla on Ubuntu-12.04", |
473 "~followup_annotations": [ | 463 "~followup_annotations": [ |
474 "@@@STEP_LOG_LINE@json.output@{@@@", | 464 "@@@STEP_LOG_LINE@json.output@{@@@", |
475 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-12.04
/[dummy has/V8 Linux - shared/571\", @@@", | 465 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-12.04
/[dummy has/V8 Linux - shared/571\", @@@", |
476 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 466 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
477 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/V8 Lin
ux - shared/571\": {@@@", | 467 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/V8 Lin
ux - shared/571\": {@@@", |
478 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 468 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
479 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 469 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
480 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 470 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
481 "@@@STEP_LOG_LINE@json.output@ }@@@", | 471 "@@@STEP_LOG_LINE@json.output@ }@@@", |
482 "@@@STEP_LOG_LINE@json.output@ }@@@", | 472 "@@@STEP_LOG_LINE@json.output@ }@@@", |
483 "@@@STEP_LOG_LINE@json.output@}@@@", | 473 "@@@STEP_LOG_LINE@json.output@}@@@", |
484 "@@@STEP_LOG_END@json.output@@@", | 474 "@@@STEP_LOG_END@json.output@@@", |
485 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 475 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
486 ] | 476 ] |
487 }, | 477 }, |
488 { | 478 { |
489 "cmd": [ | 479 "cmd": [ |
490 "python", | 480 "python", |
491 "-u", | 481 "-u", |
492 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 482 "[CWD]/v8/tools/swarming_client/swarming.py", |
493 "trigger", | 483 "trigger", |
494 "--swarming", | 484 "--swarming", |
495 "https://chromium-swarm.appspot.com", | 485 "https://chromium-swarm.appspot.com", |
496 "--isolate-server", | 486 "--isolate-server", |
497 "https://isolateserver.appspot.com", | 487 "https://isolateserver.appspot.com", |
498 "--priority", | 488 "--priority", |
499 "25", | 489 "25", |
500 "--shards", | 490 "--shards", |
501 "1", | 491 "1", |
502 "--task-name", | 492 "--task-name", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
557 "--timeout=200", | 547 "--timeout=200", |
558 "--random-seed=-564235616", | 548 "--random-seed=-564235616", |
559 "simdjs", | 549 "simdjs", |
560 "--download-data", | 550 "--download-data", |
561 "--exhaustive-variants", | 551 "--exhaustive-variants", |
562 "--rerun-failures-count=2", | 552 "--rerun-failures-count=2", |
563 "--swarming", | 553 "--swarming", |
564 "--json-test-results", | 554 "--json-test-results", |
565 "${ISOLATED_OUTDIR}/output.json" | 555 "${ISOLATED_OUTDIR}/output.json" |
566 ], | 556 ], |
567 "cwd": "[SLAVE_BUILD]", | |
568 "name": "[trigger] SimdJs - all on Ubuntu-12.04", | 557 "name": "[trigger] SimdJs - all on Ubuntu-12.04", |
569 "~followup_annotations": [ | 558 "~followup_annotations": [ |
570 "@@@STEP_LOG_LINE@json.output@{@@@", | 559 "@@@STEP_LOG_LINE@json.output@{@@@", |
571 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
12.04/[dummy has/V8 Linux - shared/571\", @@@", | 560 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
12.04/[dummy has/V8 Linux - shared/571\", @@@", |
572 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 561 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
573 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/V
8 Linux - shared/571\": {@@@", | 562 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/V
8 Linux - shared/571\": {@@@", |
574 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 563 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
575 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 564 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
576 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 565 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
577 "@@@STEP_LOG_LINE@json.output@ }@@@", | 566 "@@@STEP_LOG_LINE@json.output@ }@@@", |
578 "@@@STEP_LOG_LINE@json.output@ }@@@", | 567 "@@@STEP_LOG_LINE@json.output@ }@@@", |
579 "@@@STEP_LOG_LINE@json.output@}@@@", | 568 "@@@STEP_LOG_LINE@json.output@}@@@", |
580 "@@@STEP_LOG_END@json.output@@@", | 569 "@@@STEP_LOG_END@json.output@@@", |
581 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 570 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
582 ] | 571 ] |
583 }, | 572 }, |
584 { | 573 { |
585 "allow_subannotations": true, | 574 "allow_subannotations": true, |
586 "cmd": [ | 575 "cmd": [ |
587 "python", | 576 "python", |
588 "-u", | 577 "-u", |
589 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 578 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
590 "--swarming-client-dir", | 579 "--swarming-client-dir", |
591 "[SLAVE_BUILD]/v8/tools/swarming_client", | 580 "[CWD]/v8/tools/swarming_client", |
592 "--temp-root-dir", | 581 "--temp-root-dir", |
593 "[TMP_BASE]", | 582 "[TMP]", |
594 "--merged-test-output", | 583 "--merged-test-output", |
595 "/path/to/tmp/json", | 584 "/path/to/tmp/json", |
596 "--", | 585 "--", |
597 "collect", | 586 "collect", |
598 "--swarming", | 587 "--swarming", |
599 "https://chromium-swarm.appspot.com", | 588 "https://chromium-swarm.appspot.com", |
600 "--decorate", | 589 "--decorate", |
601 "--print-status-updates", | 590 "--print-status-updates", |
602 "--shards", | 591 "--shards", |
603 "1", | 592 "1", |
604 "Check/Ubuntu-12.04/[dummy has/V8 Linux - shared/571" | 593 "Check/Ubuntu-12.04/[dummy has/V8 Linux - shared/571" |
605 ], | 594 ], |
606 "cwd": "[SLAVE_BUILD]", | |
607 "name": "Check", | 595 "name": "Check", |
608 "~followup_annotations": [ | 596 "~followup_annotations": [ |
609 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 597 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
610 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 598 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
611 "@@@STEP_LOG_LINE@durations@@@@", | 599 "@@@STEP_LOG_LINE@durations@@@@", |
612 "@@@STEP_LOG_LINE@durations@Details:@@@", | 600 "@@@STEP_LOG_LINE@durations@Details:@@@", |
613 "@@@STEP_LOG_LINE@durations@@@@", | 601 "@@@STEP_LOG_LINE@durations@@@@", |
614 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 602 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
615 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 603 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
616 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 604 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
617 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 605 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
618 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 606 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
619 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 607 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
620 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 608 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
621 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 609 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
622 "@@@STEP_LOG_END@durations@@@" | 610 "@@@STEP_LOG_END@durations@@@" |
623 ] | 611 ] |
624 }, | 612 }, |
625 { | 613 { |
626 "allow_subannotations": true, | 614 "allow_subannotations": true, |
627 "cmd": [ | 615 "cmd": [ |
628 "python", | 616 "python", |
629 "-u", | 617 "-u", |
630 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 618 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
631 "--swarming-client-dir", | 619 "--swarming-client-dir", |
632 "[SLAVE_BUILD]/v8/tools/swarming_client", | 620 "[CWD]/v8/tools/swarming_client", |
633 "--temp-root-dir", | 621 "--temp-root-dir", |
634 "[TMP_BASE]", | 622 "[TMP]", |
635 "--merged-test-output", | 623 "--merged-test-output", |
636 "/path/to/tmp/json", | 624 "/path/to/tmp/json", |
637 "--", | 625 "--", |
638 "collect", | 626 "collect", |
639 "--swarming", | 627 "--swarming", |
640 "https://chromium-swarm.appspot.com", | 628 "https://chromium-swarm.appspot.com", |
641 "--decorate", | 629 "--decorate", |
642 "--print-status-updates", | 630 "--print-status-updates", |
643 "--shards", | 631 "--shards", |
644 "1", | 632 "1", |
645 "Test262 - no variants/Ubuntu-12.04/[dummy has/V8 Linux - shared/571" | 633 "Test262 - no variants/Ubuntu-12.04/[dummy has/V8 Linux - shared/571" |
646 ], | 634 ], |
647 "cwd": "[SLAVE_BUILD]", | |
648 "name": "Test262 - no variants", | 635 "name": "Test262 - no variants", |
649 "~followup_annotations": [ | 636 "~followup_annotations": [ |
650 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 637 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
651 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 638 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
652 "@@@STEP_LOG_LINE@durations@@@@", | 639 "@@@STEP_LOG_LINE@durations@@@@", |
653 "@@@STEP_LOG_LINE@durations@Details:@@@", | 640 "@@@STEP_LOG_LINE@durations@Details:@@@", |
654 "@@@STEP_LOG_LINE@durations@@@@", | 641 "@@@STEP_LOG_LINE@durations@@@@", |
655 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 642 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
656 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 643 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
657 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 644 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
658 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 645 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
659 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 646 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
660 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 647 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
661 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 648 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
662 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 649 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
663 "@@@STEP_LOG_END@durations@@@" | 650 "@@@STEP_LOG_END@durations@@@" |
664 ] | 651 ] |
665 }, | 652 }, |
666 { | 653 { |
667 "allow_subannotations": true, | 654 "allow_subannotations": true, |
668 "cmd": [ | 655 "cmd": [ |
669 "python", | 656 "python", |
670 "-u", | 657 "-u", |
671 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 658 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
672 "--swarming-client-dir", | 659 "--swarming-client-dir", |
673 "[SLAVE_BUILD]/v8/tools/swarming_client", | 660 "[CWD]/v8/tools/swarming_client", |
674 "--temp-root-dir", | 661 "--temp-root-dir", |
675 "[TMP_BASE]", | 662 "[TMP]", |
676 "--merged-test-output", | 663 "--merged-test-output", |
677 "/path/to/tmp/json", | 664 "/path/to/tmp/json", |
678 "--", | 665 "--", |
679 "collect", | 666 "collect", |
680 "--swarming", | 667 "--swarming", |
681 "https://chromium-swarm.appspot.com", | 668 "https://chromium-swarm.appspot.com", |
682 "--decorate", | 669 "--decorate", |
683 "--print-status-updates", | 670 "--print-status-updates", |
684 "--shards", | 671 "--shards", |
685 "1", | 672 "1", |
686 "Mozilla/Ubuntu-12.04/[dummy has/V8 Linux - shared/571" | 673 "Mozilla/Ubuntu-12.04/[dummy has/V8 Linux - shared/571" |
687 ], | 674 ], |
688 "cwd": "[SLAVE_BUILD]", | |
689 "name": "Mozilla", | 675 "name": "Mozilla", |
690 "~followup_annotations": [ | 676 "~followup_annotations": [ |
691 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 677 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
692 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 678 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
693 "@@@STEP_LOG_LINE@durations@@@@", | 679 "@@@STEP_LOG_LINE@durations@@@@", |
694 "@@@STEP_LOG_LINE@durations@Details:@@@", | 680 "@@@STEP_LOG_LINE@durations@Details:@@@", |
695 "@@@STEP_LOG_LINE@durations@@@@", | 681 "@@@STEP_LOG_LINE@durations@@@@", |
696 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 682 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
697 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 683 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
698 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 684 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
699 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 685 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
700 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 686 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
701 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 687 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
702 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 688 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
703 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 689 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
704 "@@@STEP_LOG_END@durations@@@" | 690 "@@@STEP_LOG_END@durations@@@" |
705 ] | 691 ] |
706 }, | 692 }, |
707 { | 693 { |
708 "allow_subannotations": true, | 694 "allow_subannotations": true, |
709 "cmd": [ | 695 "cmd": [ |
710 "python", | 696 "python", |
711 "-u", | 697 "-u", |
712 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 698 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
713 "--swarming-client-dir", | 699 "--swarming-client-dir", |
714 "[SLAVE_BUILD]/v8/tools/swarming_client", | 700 "[CWD]/v8/tools/swarming_client", |
715 "--temp-root-dir", | 701 "--temp-root-dir", |
716 "[TMP_BASE]", | 702 "[TMP]", |
717 "--merged-test-output", | 703 "--merged-test-output", |
718 "/path/to/tmp/json", | 704 "/path/to/tmp/json", |
719 "--", | 705 "--", |
720 "collect", | 706 "collect", |
721 "--swarming", | 707 "--swarming", |
722 "https://chromium-swarm.appspot.com", | 708 "https://chromium-swarm.appspot.com", |
723 "--decorate", | 709 "--decorate", |
724 "--print-status-updates", | 710 "--print-status-updates", |
725 "--shards", | 711 "--shards", |
726 "1", | 712 "1", |
727 "SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux - shared/571" | 713 "SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux - shared/571" |
728 ], | 714 ], |
729 "cwd": "[SLAVE_BUILD]", | |
730 "name": "SimdJs - all", | 715 "name": "SimdJs - all", |
731 "~followup_annotations": [ | 716 "~followup_annotations": [ |
732 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 717 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
733 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 718 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
734 "@@@STEP_LOG_LINE@durations@@@@", | 719 "@@@STEP_LOG_LINE@durations@@@@", |
735 "@@@STEP_LOG_LINE@durations@Details:@@@", | 720 "@@@STEP_LOG_LINE@durations@Details:@@@", |
736 "@@@STEP_LOG_LINE@durations@@@@", | 721 "@@@STEP_LOG_LINE@durations@@@@", |
737 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 722 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
738 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 723 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
739 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 724 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
740 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 725 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
741 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 726 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
742 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 727 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
743 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 728 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
744 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 729 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
745 "@@@STEP_LOG_END@durations@@@" | 730 "@@@STEP_LOG_END@durations@@@" |
746 ] | 731 ] |
747 }, | 732 }, |
748 { | 733 { |
749 "name": "$result", | 734 "name": "$result", |
750 "recipe_result": null, | 735 "recipe_result": null, |
751 "status_code": 0 | 736 "status_code": 0 |
752 } | 737 } |
753 ] | 738 ] |
OLD | NEW |