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 Mac64", | 10 "V8 Mac64", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
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'}]", | 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'}]", |
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 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
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]", |
28 "env": { | 29 "env": { |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 31 }, |
31 "name": "bot_update", | 32 "name": "bot_update", |
32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", |
(...skipping 23 matching lines...) Expand all Loading... |
61 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 62 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", | 63 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", |
63 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", | 64 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", |
64 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 65 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
65 ] | 66 ] |
66 }, | 67 }, |
67 { | 68 { |
68 "cmd": [ | 69 "cmd": [ |
69 "python", | 70 "python", |
70 "-u", | 71 "-u", |
71 "[CWD]/v8/tools/swarming_client/swarming.py", | 72 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
72 "--version" | 73 "--version" |
73 ], | 74 ], |
| 75 "cwd": "[SLAVE_BUILD]", |
74 "name": "swarming.py --version", | 76 "name": "swarming.py --version", |
75 "stdout": "/path/to/tmp/", | 77 "stdout": "/path/to/tmp/", |
76 "~followup_annotations": [ | 78 "~followup_annotations": [ |
77 "@@@STEP_TEXT@0.4.10@@@" | 79 "@@@STEP_TEXT@0.4.10@@@" |
78 ] | 80 ] |
79 }, | 81 }, |
80 { | 82 { |
81 "cmd": [ | 83 "cmd": [ |
82 "python", | 84 "python", |
83 "-u", | 85 "-u", |
84 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 86 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
85 "runhooks" | 87 "runhooks" |
86 ], | 88 ], |
| 89 "cwd": "[SLAVE_BUILD]", |
87 "env": { | 90 "env": { |
88 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 91 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
89 "GYP_DEFINES": "clang=1 gomadir='[ROOT]/b/build/goma' target_arch=x64 test
_isolation_mode=prepare use_goma=1 v8_target_arch=x64", | 92 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolat
ion_mode=prepare use_goma=1 v8_target_arch=x64", |
90 "GYP_GENERATORS": "ninja", | 93 "GYP_GENERATORS": "ninja", |
91 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 94 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
92 }, | 95 }, |
93 "name": "gclient runhooks" | 96 "name": "gclient runhooks" |
94 }, | 97 }, |
95 { | 98 { |
96 "cmd": [ | 99 "cmd": [ |
97 "python", | 100 "python", |
98 "-u", | 101 "-u", |
99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
100 "--show-path", | 103 "--show-path", |
101 "python", | 104 "python", |
102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
103 ], | 106 ], |
| 107 "cwd": "[SLAVE_BUILD]", |
104 "name": "cleanup_temp" | 108 "name": "cleanup_temp" |
105 }, | 109 }, |
106 { | 110 { |
107 "allow_subannotations": true, | 111 "allow_subannotations": true, |
108 "cmd": [ | 112 "cmd": [ |
109 "python", | 113 "python", |
110 "-u", | 114 "-u", |
111 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 115 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
112 "--src-dir", | 116 "--src-dir", |
113 "[CWD]/v8", | 117 "[SLAVE_BUILD]/v8", |
114 "--output-json", | 118 "--output-json", |
115 "/path/to/tmp/json" | 119 "/path/to/tmp/json" |
116 ], | 120 ], |
| 121 "cwd": "[SLAVE_BUILD]", |
117 "env": { | 122 "env": { |
118 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
119 }, | 124 }, |
120 "name": "clang_revision", | 125 "name": "clang_revision", |
121 "~followup_annotations": [ | 126 "~followup_annotations": [ |
122 "@@@STEP_LOG_LINE@json.output@{@@@", | 127 "@@@STEP_LOG_LINE@json.output@{@@@", |
123 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 128 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
124 "@@@STEP_LOG_LINE@json.output@}@@@", | 129 "@@@STEP_LOG_LINE@json.output@}@@@", |
125 "@@@STEP_LOG_END@json.output@@@" | 130 "@@@STEP_LOG_END@json.output@@@" |
126 ] | 131 ] |
127 }, | 132 }, |
128 { | 133 { |
129 "cmd": [ | 134 "cmd": [ |
130 "python", | 135 "python", |
131 "-u", | 136 "-u", |
132 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 137 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
133 "--show-path", | 138 "--show-path", |
134 "python", | 139 "python", |
135 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 140 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
136 "--gsutil-py-path", | 141 "--gsutil-py-path", |
137 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 142 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
138 "--ninja-path", | 143 "--ninja-path", |
139 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 144 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
140 "--target", | 145 "--target", |
141 "Release", | 146 "Release", |
142 "--src-dir", | 147 "--src-dir", |
143 "[CWD]/v8", | 148 "[SLAVE_BUILD]/v8", |
144 "--goma-cache-dir", | 149 "--goma-cache-dir", |
145 "[ROOT]/b/build/slave/goma_cache", | 150 "[GOMA_CACHE]", |
146 "--build-tool", | 151 "--build-tool", |
147 "ninja", | 152 "ninja", |
148 "--compiler", | 153 "--compiler", |
149 "goma-clang", | 154 "goma-clang", |
150 "--goma-jsonstatus", | 155 "--goma-jsonstatus", |
151 "/path/to/tmp/json", | 156 "/path/to/tmp/json", |
152 "--goma-service-account-json-file", | 157 "--goma-service-account-json-file", |
153 "/creds/service_accounts/service-account-goma-client.json", | 158 "/creds/service_accounts/service-account-goma-client.json", |
154 "--goma-dir", | 159 "--goma-dir", |
155 "[ROOT]/b/build/goma", | 160 "[BUILD]/goma", |
156 "--" | 161 "--" |
157 ], | 162 ], |
| 163 "cwd": "[SLAVE_BUILD]", |
158 "env": { | 164 "env": { |
159 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 165 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
160 }, | 166 }, |
161 "name": "compile", | 167 "name": "compile", |
162 "~followup_annotations": [ | 168 "~followup_annotations": [ |
163 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 169 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
164 "@@@STEP_LOG_END@json.output (invalid)@@@" | 170 "@@@STEP_LOG_END@json.output (invalid)@@@" |
165 ] | 171 ] |
166 }, | 172 }, |
167 { | 173 { |
168 "cmd": [ | 174 "cmd": [ |
169 "python", | 175 "python", |
170 "-u", | 176 "-u", |
171 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 177 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
172 "[CWD]/v8/tools/swarming_client", | 178 "[SLAVE_BUILD]/v8/tools/swarming_client", |
173 "batcharchive", | 179 "batcharchive", |
174 "--dump-json", | 180 "--dump-json", |
175 "/path/to/tmp/json", | 181 "/path/to/tmp/json", |
176 "--isolate-server", | 182 "--isolate-server", |
177 "https://isolateserver.appspot.com", | 183 "https://isolateserver.appspot.com", |
178 "--verbose", | 184 "--verbose", |
179 "[CWD]/v8/out/Release/bot_default.isolated.gen.json", | 185 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", |
180 "[CWD]/v8/out/Release/ignition.isolated.gen.json", | 186 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json", |
181 "[CWD]/v8/out/Release/mozilla.isolated.gen.json", | 187 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json", |
182 "[CWD]/v8/out/Release/simdjs.isolated.gen.json", | 188 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", |
183 "[CWD]/v8/out/Release/test262.isolated.gen.json" | 189 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" |
184 ], | 190 ], |
| 191 "cwd": "[SLAVE_BUILD]", |
185 "name": "isolate tests", | 192 "name": "isolate tests", |
186 "~followup_annotations": [ | 193 "~followup_annotations": [ |
187 "@@@STEP_LOG_LINE@json.output@{@@@", | 194 "@@@STEP_LOG_LINE@json.output@{@@@", |
188 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 195 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
189 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | 196 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
190 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", | 197 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", |
191 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", | 198 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", |
192 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 199 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
193 "@@@STEP_LOG_LINE@json.output@}@@@", | 200 "@@@STEP_LOG_LINE@json.output@}@@@", |
194 "@@@STEP_LOG_END@json.output@@@" | 201 "@@@STEP_LOG_END@json.output@@@" |
195 ] | 202 ] |
196 }, | 203 }, |
197 { | 204 { |
198 "cmd": [ | 205 "cmd": [ |
199 "python", | 206 "python", |
200 "-u", | 207 "-u", |
201 "[CWD]/v8/tools/swarming_client/swarming.py", | 208 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
202 "trigger", | 209 "trigger", |
203 "--swarming", | 210 "--swarming", |
204 "https://chromium-swarm.appspot.com", | 211 "https://chromium-swarm.appspot.com", |
205 "--isolate-server", | 212 "--isolate-server", |
206 "https://isolateserver.appspot.com", | 213 "https://isolateserver.appspot.com", |
207 "--priority", | 214 "--priority", |
208 "25", | 215 "25", |
209 "--shards", | 216 "--shards", |
210 "1", | 217 "1", |
211 "--task-name", | 218 "--task-name", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 "--buildbot", | 272 "--buildbot", |
266 "--timeout=200", | 273 "--timeout=200", |
267 "--random-seed=1127209095", | 274 "--random-seed=1127209095", |
268 "bot_default", | 275 "bot_default", |
269 "--exhaustive-variants", | 276 "--exhaustive-variants", |
270 "--rerun-failures-count=2", | 277 "--rerun-failures-count=2", |
271 "--swarming", | 278 "--swarming", |
272 "--json-test-results", | 279 "--json-test-results", |
273 "${ISOLATED_OUTDIR}/output.json" | 280 "${ISOLATED_OUTDIR}/output.json" |
274 ], | 281 ], |
| 282 "cwd": "[SLAVE_BUILD]", |
275 "name": "[trigger] Check on Mac-10.9", | 283 "name": "[trigger] Check on Mac-10.9", |
276 "~followup_annotations": [ | 284 "~followup_annotations": [ |
277 "@@@STEP_LOG_LINE@json.output@{@@@", | 285 "@@@STEP_LOG_LINE@json.output@{@@@", |
278 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Mac-10.9/[dumm
y has/V8 Mac64/571\", @@@", | 286 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Mac-10.9/[dumm
y has/V8 Mac64/571\", @@@", |
279 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
280 "@@@STEP_LOG_LINE@json.output@ \"Check/Mac-10.9/[dummy has/V8 Mac64/571
\": {@@@", | 288 "@@@STEP_LOG_LINE@json.output@ \"Check/Mac-10.9/[dummy has/V8 Mac64/571
\": {@@@", |
281 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 289 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
282 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 290 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
283 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 291 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
284 "@@@STEP_LOG_LINE@json.output@ }@@@", | 292 "@@@STEP_LOG_LINE@json.output@ }@@@", |
285 "@@@STEP_LOG_LINE@json.output@ }@@@", | 293 "@@@STEP_LOG_LINE@json.output@ }@@@", |
286 "@@@STEP_LOG_LINE@json.output@}@@@", | 294 "@@@STEP_LOG_LINE@json.output@}@@@", |
287 "@@@STEP_LOG_END@json.output@@@", | 295 "@@@STEP_LOG_END@json.output@@@", |
288 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 296 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
289 ] | 297 ] |
290 }, | 298 }, |
291 { | 299 { |
292 "cmd": [ | 300 "cmd": [ |
293 "python", | 301 "python", |
294 "-u", | 302 "-u", |
295 "[CWD]/v8/tools/swarming_client/swarming.py", | 303 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
296 "trigger", | 304 "trigger", |
297 "--swarming", | 305 "--swarming", |
298 "https://chromium-swarm.appspot.com", | 306 "https://chromium-swarm.appspot.com", |
299 "--isolate-server", | 307 "--isolate-server", |
300 "https://isolateserver.appspot.com", | 308 "https://isolateserver.appspot.com", |
301 "--priority", | 309 "--priority", |
302 "25", | 310 "25", |
303 "--shards", | 311 "--shards", |
304 "1", | 312 "1", |
305 "--task-name", | 313 "--task-name", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 "--timeout=200", | 368 "--timeout=200", |
361 "--random-seed=1127209095", | 369 "--random-seed=1127209095", |
362 "test262", | 370 "test262", |
363 "--download-data", | 371 "--download-data", |
364 "--variants=default", | 372 "--variants=default", |
365 "--rerun-failures-count=2", | 373 "--rerun-failures-count=2", |
366 "--swarming", | 374 "--swarming", |
367 "--json-test-results", | 375 "--json-test-results", |
368 "${ISOLATED_OUTDIR}/output.json" | 376 "${ISOLATED_OUTDIR}/output.json" |
369 ], | 377 ], |
| 378 "cwd": "[SLAVE_BUILD]", |
370 "name": "[trigger] Test262 - no variants on Mac-10.9", | 379 "name": "[trigger] Test262 - no variants on Mac-10.9", |
371 "~followup_annotations": [ | 380 "~followup_annotations": [ |
372 "@@@STEP_LOG_LINE@json.output@{@@@", | 381 "@@@STEP_LOG_LINE@json.output@{@@@", |
373 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Mac-10.9/[dummy has/V8 Mac64/571\", @@@", | 382 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Mac-10.9/[dummy has/V8 Mac64/571\", @@@", |
374 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 383 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
375 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Mac-10.9/[dummy
has/V8 Mac64/571\": {@@@", | 384 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Mac-10.9/[dummy
has/V8 Mac64/571\": {@@@", |
376 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 385 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
377 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 386 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
378 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 387 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
379 "@@@STEP_LOG_LINE@json.output@ }@@@", | 388 "@@@STEP_LOG_LINE@json.output@ }@@@", |
380 "@@@STEP_LOG_LINE@json.output@ }@@@", | 389 "@@@STEP_LOG_LINE@json.output@ }@@@", |
381 "@@@STEP_LOG_LINE@json.output@}@@@", | 390 "@@@STEP_LOG_LINE@json.output@}@@@", |
382 "@@@STEP_LOG_END@json.output@@@", | 391 "@@@STEP_LOG_END@json.output@@@", |
383 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 392 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
384 ] | 393 ] |
385 }, | 394 }, |
386 { | 395 { |
387 "cmd": [ | 396 "cmd": [ |
388 "python", | 397 "python", |
389 "-u", | 398 "-u", |
390 "[CWD]/v8/tools/swarming_client/swarming.py", | 399 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
391 "trigger", | 400 "trigger", |
392 "--swarming", | 401 "--swarming", |
393 "https://chromium-swarm.appspot.com", | 402 "https://chromium-swarm.appspot.com", |
394 "--isolate-server", | 403 "--isolate-server", |
395 "https://isolateserver.appspot.com", | 404 "https://isolateserver.appspot.com", |
396 "--priority", | 405 "--priority", |
397 "25", | 406 "25", |
398 "--shards", | 407 "--shards", |
399 "1", | 408 "1", |
400 "--task-name", | 409 "--task-name", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
454 "--buildbot", | 463 "--buildbot", |
455 "--timeout=200", | 464 "--timeout=200", |
456 "--random-seed=1127209095", | 465 "--random-seed=1127209095", |
457 "mozilla", | 466 "mozilla", |
458 "--exhaustive-variants", | 467 "--exhaustive-variants", |
459 "--rerun-failures-count=2", | 468 "--rerun-failures-count=2", |
460 "--swarming", | 469 "--swarming", |
461 "--json-test-results", | 470 "--json-test-results", |
462 "${ISOLATED_OUTDIR}/output.json" | 471 "${ISOLATED_OUTDIR}/output.json" |
463 ], | 472 ], |
| 473 "cwd": "[SLAVE_BUILD]", |
464 "name": "[trigger] Mozilla on Mac-10.9", | 474 "name": "[trigger] Mozilla on Mac-10.9", |
465 "~followup_annotations": [ | 475 "~followup_annotations": [ |
466 "@@@STEP_LOG_LINE@json.output@{@@@", | 476 "@@@STEP_LOG_LINE@json.output@{@@@", |
467 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Mac-10.9/[du
mmy has/V8 Mac64/571\", @@@", | 477 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Mac-10.9/[du
mmy has/V8 Mac64/571\", @@@", |
468 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 478 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
469 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Mac-10.9/[dummy has/V8 Mac64/5
71\": {@@@", | 479 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Mac-10.9/[dummy has/V8 Mac64/5
71\": {@@@", |
470 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 480 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
471 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 481 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
472 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 482 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
473 "@@@STEP_LOG_LINE@json.output@ }@@@", | 483 "@@@STEP_LOG_LINE@json.output@ }@@@", |
474 "@@@STEP_LOG_LINE@json.output@ }@@@", | 484 "@@@STEP_LOG_LINE@json.output@ }@@@", |
475 "@@@STEP_LOG_LINE@json.output@}@@@", | 485 "@@@STEP_LOG_LINE@json.output@}@@@", |
476 "@@@STEP_LOG_END@json.output@@@", | 486 "@@@STEP_LOG_END@json.output@@@", |
477 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 487 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
478 ] | 488 ] |
479 }, | 489 }, |
480 { | 490 { |
481 "cmd": [ | 491 "cmd": [ |
482 "python", | 492 "python", |
483 "-u", | 493 "-u", |
484 "[CWD]/v8/tools/swarming_client/swarming.py", | 494 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
485 "trigger", | 495 "trigger", |
486 "--swarming", | 496 "--swarming", |
487 "https://chromium-swarm.appspot.com", | 497 "https://chromium-swarm.appspot.com", |
488 "--isolate-server", | 498 "--isolate-server", |
489 "https://isolateserver.appspot.com", | 499 "https://isolateserver.appspot.com", |
490 "--priority", | 500 "--priority", |
491 "25", | 501 "25", |
492 "--shards", | 502 "--shards", |
493 "1", | 503 "1", |
494 "--task-name", | 504 "--task-name", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
549 "--timeout=200", | 559 "--timeout=200", |
550 "--random-seed=1127209095", | 560 "--random-seed=1127209095", |
551 "simdjs", | 561 "simdjs", |
552 "--download-data", | 562 "--download-data", |
553 "--exhaustive-variants", | 563 "--exhaustive-variants", |
554 "--rerun-failures-count=2", | 564 "--rerun-failures-count=2", |
555 "--swarming", | 565 "--swarming", |
556 "--json-test-results", | 566 "--json-test-results", |
557 "${ISOLATED_OUTDIR}/output.json" | 567 "${ISOLATED_OUTDIR}/output.json" |
558 ], | 568 ], |
| 569 "cwd": "[SLAVE_BUILD]", |
559 "name": "[trigger] SimdJs - all on Mac-10.9", | 570 "name": "[trigger] SimdJs - all on Mac-10.9", |
560 "~followup_annotations": [ | 571 "~followup_annotations": [ |
561 "@@@STEP_LOG_LINE@json.output@{@@@", | 572 "@@@STEP_LOG_LINE@json.output@{@@@", |
562 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Mac-10.
9/[dummy has/V8 Mac64/571\", @@@", | 573 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Mac-10.
9/[dummy has/V8 Mac64/571\", @@@", |
563 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 574 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
564 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Mac-10.9/[dummy has/V8 Ma
c64/571\": {@@@", | 575 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Mac-10.9/[dummy has/V8 Ma
c64/571\": {@@@", |
565 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 576 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
566 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 577 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
567 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 578 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
568 "@@@STEP_LOG_LINE@json.output@ }@@@", | 579 "@@@STEP_LOG_LINE@json.output@ }@@@", |
569 "@@@STEP_LOG_LINE@json.output@ }@@@", | 580 "@@@STEP_LOG_LINE@json.output@ }@@@", |
570 "@@@STEP_LOG_LINE@json.output@}@@@", | 581 "@@@STEP_LOG_LINE@json.output@}@@@", |
571 "@@@STEP_LOG_END@json.output@@@", | 582 "@@@STEP_LOG_END@json.output@@@", |
572 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 583 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
573 ] | 584 ] |
574 }, | 585 }, |
575 { | 586 { |
576 "cmd": [ | 587 "cmd": [ |
577 "python", | 588 "python", |
578 "-u", | 589 "-u", |
579 "[CWD]/v8/tools/swarming_client/swarming.py", | 590 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
580 "trigger", | 591 "trigger", |
581 "--swarming", | 592 "--swarming", |
582 "https://chromium-swarm.appspot.com", | 593 "https://chromium-swarm.appspot.com", |
583 "--isolate-server", | 594 "--isolate-server", |
584 "https://isolateserver.appspot.com", | 595 "https://isolateserver.appspot.com", |
585 "--priority", | 596 "--priority", |
586 "25", | 597 "25", |
587 "--shards", | 598 "--shards", |
588 "1", | 599 "1", |
589 "--task-name", | 600 "--task-name", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
644 "--timeout=200", | 655 "--timeout=200", |
645 "--random-seed=1127209095", | 656 "--random-seed=1127209095", |
646 "ignition", | 657 "ignition", |
647 "--ignition-turbofan", | 658 "--ignition-turbofan", |
648 "--variants=ignition_turbofan", | 659 "--variants=ignition_turbofan", |
649 "--rerun-failures-count=2", | 660 "--rerun-failures-count=2", |
650 "--swarming", | 661 "--swarming", |
651 "--json-test-results", | 662 "--json-test-results", |
652 "${ISOLATED_OUTDIR}/output.json" | 663 "${ISOLATED_OUTDIR}/output.json" |
653 ], | 664 ], |
| 665 "cwd": "[SLAVE_BUILD]", |
654 "name": "[trigger] Ignition - turbofan on Mac-10.9", | 666 "name": "[trigger] Ignition - turbofan on Mac-10.9", |
655 "~followup_annotations": [ | 667 "~followup_annotations": [ |
656 "@@@STEP_LOG_LINE@json.output@{@@@", | 668 "@@@STEP_LOG_LINE@json.output@{@@@", |
657 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Mac-10.9/[dummy has/V8 Mac64/571\", @@@", | 669 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Mac-10.9/[dummy has/V8 Mac64/571\", @@@", |
658 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 670 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
659 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Mac-10.9/[dummy ha
s/V8 Mac64/571\": {@@@", | 671 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Mac-10.9/[dummy ha
s/V8 Mac64/571\": {@@@", |
660 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 672 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
661 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 673 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
662 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 674 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
663 "@@@STEP_LOG_LINE@json.output@ }@@@", | 675 "@@@STEP_LOG_LINE@json.output@ }@@@", |
664 "@@@STEP_LOG_LINE@json.output@ }@@@", | 676 "@@@STEP_LOG_LINE@json.output@ }@@@", |
665 "@@@STEP_LOG_LINE@json.output@}@@@", | 677 "@@@STEP_LOG_LINE@json.output@}@@@", |
666 "@@@STEP_LOG_END@json.output@@@", | 678 "@@@STEP_LOG_END@json.output@@@", |
667 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 679 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
668 ] | 680 ] |
669 }, | 681 }, |
670 { | 682 { |
671 "allow_subannotations": true, | 683 "allow_subannotations": true, |
672 "cmd": [ | 684 "cmd": [ |
673 "python", | 685 "python", |
674 "-u", | 686 "-u", |
675 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 687 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
676 "--swarming-client-dir", | 688 "--swarming-client-dir", |
677 "[CWD]/v8/tools/swarming_client", | 689 "[SLAVE_BUILD]/v8/tools/swarming_client", |
678 "--temp-root-dir", | 690 "--temp-root-dir", |
679 "[TMP]", | 691 "[TMP_BASE]", |
680 "--merged-test-output", | 692 "--merged-test-output", |
681 "/path/to/tmp/json", | 693 "/path/to/tmp/json", |
682 "--", | 694 "--", |
683 "collect", | 695 "collect", |
684 "--swarming", | 696 "--swarming", |
685 "https://chromium-swarm.appspot.com", | 697 "https://chromium-swarm.appspot.com", |
686 "--decorate", | 698 "--decorate", |
687 "--print-status-updates", | 699 "--print-status-updates", |
688 "--shards", | 700 "--shards", |
689 "1", | 701 "1", |
690 "Check/Mac-10.9/[dummy has/V8 Mac64/571" | 702 "Check/Mac-10.9/[dummy has/V8 Mac64/571" |
691 ], | 703 ], |
| 704 "cwd": "[SLAVE_BUILD]", |
692 "name": "Check", | 705 "name": "Check", |
693 "~followup_annotations": [ | 706 "~followup_annotations": [ |
694 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 707 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
695 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 708 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
696 "@@@STEP_LOG_LINE@durations@@@@", | 709 "@@@STEP_LOG_LINE@durations@@@@", |
697 "@@@STEP_LOG_LINE@durations@Details:@@@", | 710 "@@@STEP_LOG_LINE@durations@Details:@@@", |
698 "@@@STEP_LOG_LINE@durations@@@@", | 711 "@@@STEP_LOG_LINE@durations@@@@", |
699 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 712 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
700 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 713 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
701 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 714 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
702 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 715 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
703 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 716 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
704 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 717 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
705 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 718 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
706 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 719 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
707 "@@@STEP_LOG_END@durations@@@" | 720 "@@@STEP_LOG_END@durations@@@" |
708 ] | 721 ] |
709 }, | 722 }, |
710 { | 723 { |
711 "allow_subannotations": true, | 724 "allow_subannotations": true, |
712 "cmd": [ | 725 "cmd": [ |
713 "python", | 726 "python", |
714 "-u", | 727 "-u", |
715 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 728 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
716 "--swarming-client-dir", | 729 "--swarming-client-dir", |
717 "[CWD]/v8/tools/swarming_client", | 730 "[SLAVE_BUILD]/v8/tools/swarming_client", |
718 "--temp-root-dir", | 731 "--temp-root-dir", |
719 "[TMP]", | 732 "[TMP_BASE]", |
720 "--merged-test-output", | 733 "--merged-test-output", |
721 "/path/to/tmp/json", | 734 "/path/to/tmp/json", |
722 "--", | 735 "--", |
723 "collect", | 736 "collect", |
724 "--swarming", | 737 "--swarming", |
725 "https://chromium-swarm.appspot.com", | 738 "https://chromium-swarm.appspot.com", |
726 "--decorate", | 739 "--decorate", |
727 "--print-status-updates", | 740 "--print-status-updates", |
728 "--shards", | 741 "--shards", |
729 "1", | 742 "1", |
730 "Test262 - no variants/Mac-10.9/[dummy has/V8 Mac64/571" | 743 "Test262 - no variants/Mac-10.9/[dummy has/V8 Mac64/571" |
731 ], | 744 ], |
| 745 "cwd": "[SLAVE_BUILD]", |
732 "name": "Test262 - no variants", | 746 "name": "Test262 - no variants", |
733 "~followup_annotations": [ | 747 "~followup_annotations": [ |
734 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 748 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
735 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 749 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
736 "@@@STEP_LOG_LINE@durations@@@@", | 750 "@@@STEP_LOG_LINE@durations@@@@", |
737 "@@@STEP_LOG_LINE@durations@Details:@@@", | 751 "@@@STEP_LOG_LINE@durations@Details:@@@", |
738 "@@@STEP_LOG_LINE@durations@@@@", | 752 "@@@STEP_LOG_LINE@durations@@@@", |
739 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 753 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
740 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 754 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
741 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 755 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
742 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 756 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
743 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 757 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
744 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 758 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
745 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 759 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
746 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 760 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
747 "@@@STEP_LOG_END@durations@@@" | 761 "@@@STEP_LOG_END@durations@@@" |
748 ] | 762 ] |
749 }, | 763 }, |
750 { | 764 { |
751 "allow_subannotations": true, | 765 "allow_subannotations": true, |
752 "cmd": [ | 766 "cmd": [ |
753 "python", | 767 "python", |
754 "-u", | 768 "-u", |
755 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 769 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
756 "--swarming-client-dir", | 770 "--swarming-client-dir", |
757 "[CWD]/v8/tools/swarming_client", | 771 "[SLAVE_BUILD]/v8/tools/swarming_client", |
758 "--temp-root-dir", | 772 "--temp-root-dir", |
759 "[TMP]", | 773 "[TMP_BASE]", |
760 "--merged-test-output", | 774 "--merged-test-output", |
761 "/path/to/tmp/json", | 775 "/path/to/tmp/json", |
762 "--", | 776 "--", |
763 "collect", | 777 "collect", |
764 "--swarming", | 778 "--swarming", |
765 "https://chromium-swarm.appspot.com", | 779 "https://chromium-swarm.appspot.com", |
766 "--decorate", | 780 "--decorate", |
767 "--print-status-updates", | 781 "--print-status-updates", |
768 "--shards", | 782 "--shards", |
769 "1", | 783 "1", |
770 "Mozilla/Mac-10.9/[dummy has/V8 Mac64/571" | 784 "Mozilla/Mac-10.9/[dummy has/V8 Mac64/571" |
771 ], | 785 ], |
| 786 "cwd": "[SLAVE_BUILD]", |
772 "name": "Mozilla", | 787 "name": "Mozilla", |
773 "~followup_annotations": [ | 788 "~followup_annotations": [ |
774 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 789 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
775 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 790 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
776 "@@@STEP_LOG_LINE@durations@@@@", | 791 "@@@STEP_LOG_LINE@durations@@@@", |
777 "@@@STEP_LOG_LINE@durations@Details:@@@", | 792 "@@@STEP_LOG_LINE@durations@Details:@@@", |
778 "@@@STEP_LOG_LINE@durations@@@@", | 793 "@@@STEP_LOG_LINE@durations@@@@", |
779 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 794 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
780 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 795 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
781 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 796 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
782 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 797 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
783 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 798 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
784 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 799 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
785 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 800 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
786 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 801 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
787 "@@@STEP_LOG_END@durations@@@" | 802 "@@@STEP_LOG_END@durations@@@" |
788 ] | 803 ] |
789 }, | 804 }, |
790 { | 805 { |
791 "allow_subannotations": true, | 806 "allow_subannotations": true, |
792 "cmd": [ | 807 "cmd": [ |
793 "python", | 808 "python", |
794 "-u", | 809 "-u", |
795 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 810 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
796 "--swarming-client-dir", | 811 "--swarming-client-dir", |
797 "[CWD]/v8/tools/swarming_client", | 812 "[SLAVE_BUILD]/v8/tools/swarming_client", |
798 "--temp-root-dir", | 813 "--temp-root-dir", |
799 "[TMP]", | 814 "[TMP_BASE]", |
800 "--merged-test-output", | 815 "--merged-test-output", |
801 "/path/to/tmp/json", | 816 "/path/to/tmp/json", |
802 "--", | 817 "--", |
803 "collect", | 818 "collect", |
804 "--swarming", | 819 "--swarming", |
805 "https://chromium-swarm.appspot.com", | 820 "https://chromium-swarm.appspot.com", |
806 "--decorate", | 821 "--decorate", |
807 "--print-status-updates", | 822 "--print-status-updates", |
808 "--shards", | 823 "--shards", |
809 "1", | 824 "1", |
810 "SimdJs - all/Mac-10.9/[dummy has/V8 Mac64/571" | 825 "SimdJs - all/Mac-10.9/[dummy has/V8 Mac64/571" |
811 ], | 826 ], |
| 827 "cwd": "[SLAVE_BUILD]", |
812 "name": "SimdJs - all", | 828 "name": "SimdJs - all", |
813 "~followup_annotations": [ | 829 "~followup_annotations": [ |
814 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 830 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
815 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 831 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
816 "@@@STEP_LOG_LINE@durations@@@@", | 832 "@@@STEP_LOG_LINE@durations@@@@", |
817 "@@@STEP_LOG_LINE@durations@Details:@@@", | 833 "@@@STEP_LOG_LINE@durations@Details:@@@", |
818 "@@@STEP_LOG_LINE@durations@@@@", | 834 "@@@STEP_LOG_LINE@durations@@@@", |
819 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 835 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
820 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 836 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
821 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 837 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
822 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 838 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
823 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 839 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
824 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 840 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
825 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 841 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
826 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 842 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
827 "@@@STEP_LOG_END@durations@@@" | 843 "@@@STEP_LOG_END@durations@@@" |
828 ] | 844 ] |
829 }, | 845 }, |
830 { | 846 { |
831 "allow_subannotations": true, | 847 "allow_subannotations": true, |
832 "cmd": [ | 848 "cmd": [ |
833 "python", | 849 "python", |
834 "-u", | 850 "-u", |
835 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 851 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
836 "--swarming-client-dir", | 852 "--swarming-client-dir", |
837 "[CWD]/v8/tools/swarming_client", | 853 "[SLAVE_BUILD]/v8/tools/swarming_client", |
838 "--temp-root-dir", | 854 "--temp-root-dir", |
839 "[TMP]", | 855 "[TMP_BASE]", |
840 "--merged-test-output", | 856 "--merged-test-output", |
841 "/path/to/tmp/json", | 857 "/path/to/tmp/json", |
842 "--", | 858 "--", |
843 "collect", | 859 "collect", |
844 "--swarming", | 860 "--swarming", |
845 "https://chromium-swarm.appspot.com", | 861 "https://chromium-swarm.appspot.com", |
846 "--decorate", | 862 "--decorate", |
847 "--print-status-updates", | 863 "--print-status-updates", |
848 "--shards", | 864 "--shards", |
849 "1", | 865 "1", |
850 "Ignition - turbofan/Mac-10.9/[dummy has/V8 Mac64/571" | 866 "Ignition - turbofan/Mac-10.9/[dummy has/V8 Mac64/571" |
851 ], | 867 ], |
| 868 "cwd": "[SLAVE_BUILD]", |
852 "name": "Ignition - turbofan", | 869 "name": "Ignition - turbofan", |
853 "~followup_annotations": [ | 870 "~followup_annotations": [ |
854 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 871 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
855 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 872 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
856 "@@@STEP_LOG_LINE@durations@@@@", | 873 "@@@STEP_LOG_LINE@durations@@@@", |
857 "@@@STEP_LOG_LINE@durations@Details:@@@", | 874 "@@@STEP_LOG_LINE@durations@Details:@@@", |
858 "@@@STEP_LOG_LINE@durations@@@@", | 875 "@@@STEP_LOG_LINE@durations@@@@", |
859 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 876 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
860 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 877 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
861 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 878 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
862 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 879 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
863 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 880 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
864 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 881 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
865 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 882 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
866 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 883 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
867 "@@@STEP_LOG_END@durations@@@" | 884 "@@@STEP_LOG_END@durations@@@" |
868 ] | 885 ] |
869 }, | 886 }, |
870 { | 887 { |
871 "name": "$result", | 888 "name": "$result", |
872 "recipe_result": null, | 889 "recipe_result": null, |
873 "status_code": 0 | 890 "status_code": 0 |
874 } | 891 } |
875 ] | 892 ] |
OLD | NEW |