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 GC Stress", | 10 "V8 Mac GC Stress", |
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/mjsunit.isolated.gen.json", | 179 "[CWD]/v8/out/Debug/mjsunit.isolated.gen.json", |
186 "[SLAVE_BUILD]/v8/out/Debug/webkit.isolated.gen.json" | 180 "[CWD]/v8/out/Debug/webkit.isolated.gen.json" |
187 ], | 181 ], |
188 "cwd": "[SLAVE_BUILD]", | |
189 "name": "isolate tests", | 182 "name": "isolate tests", |
190 "~followup_annotations": [ | 183 "~followup_annotations": [ |
191 "@@@STEP_LOG_LINE@json.output@{@@@", | 184 "@@@STEP_LOG_LINE@json.output@{@@@", |
192 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\",
@@@", | 185 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\",
@@@", |
193 "@@@STEP_LOG_LINE@json.output@ \"webkit\": \"[dummy hash for webkit]\"@@@
", | 186 "@@@STEP_LOG_LINE@json.output@ \"webkit\": \"[dummy hash for webkit]\"@@@
", |
194 "@@@STEP_LOG_LINE@json.output@}@@@", | 187 "@@@STEP_LOG_LINE@json.output@}@@@", |
195 "@@@STEP_LOG_END@json.output@@@" | 188 "@@@STEP_LOG_END@json.output@@@" |
196 ] | 189 ] |
197 }, | 190 }, |
198 { | 191 { |
199 "cmd": [ | 192 "cmd": [ |
200 "python", | 193 "python", |
201 "-u", | 194 "-u", |
202 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 195 "[CWD]/v8/tools/swarming_client/swarming.py", |
203 "trigger", | 196 "trigger", |
204 "--swarming", | 197 "--swarming", |
205 "https://chromium-swarm.appspot.com", | 198 "https://chromium-swarm.appspot.com", |
206 "--isolate-server", | 199 "--isolate-server", |
207 "https://isolateserver.appspot.com", | 200 "https://isolateserver.appspot.com", |
208 "--priority", | 201 "--priority", |
209 "25", | 202 "25", |
210 "--shards", | 203 "--shards", |
211 "3", | 204 "3", |
212 "--task-name", | 205 "--task-name", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 "--timeout=200", | 260 "--timeout=200", |
268 "--random-seed=-2135455718", | 261 "--random-seed=-2135455718", |
269 "mjsunit", | 262 "mjsunit", |
270 "--gc-stress", | 263 "--gc-stress", |
271 "--exhaustive-variants", | 264 "--exhaustive-variants", |
272 "--rerun-failures-count=2", | 265 "--rerun-failures-count=2", |
273 "--swarming", | 266 "--swarming", |
274 "--json-test-results", | 267 "--json-test-results", |
275 "${ISOLATED_OUTDIR}/output.json" | 268 "${ISOLATED_OUTDIR}/output.json" |
276 ], | 269 ], |
277 "cwd": "[SLAVE_BUILD]", | |
278 "name": "[trigger] Mjsunit on Mac-10.9", | 270 "name": "[trigger] Mjsunit on Mac-10.9", |
279 "~followup_annotations": [ | 271 "~followup_annotations": [ |
280 "@@@STEP_LOG_LINE@json.output@{@@@", | 272 "@@@STEP_LOG_LINE@json.output@{@@@", |
281 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit/Mac-10.9/[du
mmy has/V8 Mac GC Stress/571\", @@@", | 273 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit/Mac-10.9/[du
mmy has/V8 Mac GC Stress/571\", @@@", |
282 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 274 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
283 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit/Mac-10.9/[dummy has/V8 Mac GC
Stress/571:3:0\": {@@@", | 275 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit/Mac-10.9/[dummy has/V8 Mac GC
Stress/571:3:0\": {@@@", |
284 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 276 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
285 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 277 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
286 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 278 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
287 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 279 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 12 matching lines...) Expand all Loading... |
300 "@@@STEP_LOG_END@json.output@@@", | 292 "@@@STEP_LOG_END@json.output@@@", |
301 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 293 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
302 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@", | 294 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@", |
303 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@
@@" | 295 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@
@@" |
304 ] | 296 ] |
305 }, | 297 }, |
306 { | 298 { |
307 "cmd": [ | 299 "cmd": [ |
308 "python", | 300 "python", |
309 "-u", | 301 "-u", |
310 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 302 "[CWD]/v8/tools/swarming_client/swarming.py", |
311 "trigger", | 303 "trigger", |
312 "--swarming", | 304 "--swarming", |
313 "https://chromium-swarm.appspot.com", | 305 "https://chromium-swarm.appspot.com", |
314 "--isolate-server", | 306 "--isolate-server", |
315 "https://isolateserver.appspot.com", | 307 "https://isolateserver.appspot.com", |
316 "--priority", | 308 "--priority", |
317 "25", | 309 "25", |
318 "--shards", | 310 "--shards", |
319 "1", | 311 "1", |
320 "--task-name", | 312 "--task-name", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 "--timeout=200", | 367 "--timeout=200", |
376 "--random-seed=-2135455718", | 368 "--random-seed=-2135455718", |
377 "webkit", | 369 "webkit", |
378 "--gc-stress", | 370 "--gc-stress", |
379 "--exhaustive-variants", | 371 "--exhaustive-variants", |
380 "--rerun-failures-count=2", | 372 "--rerun-failures-count=2", |
381 "--swarming", | 373 "--swarming", |
382 "--json-test-results", | 374 "--json-test-results", |
383 "${ISOLATED_OUTDIR}/output.json" | 375 "${ISOLATED_OUTDIR}/output.json" |
384 ], | 376 ], |
385 "cwd": "[SLAVE_BUILD]", | |
386 "name": "[trigger] Webkit on Mac-10.9", | 377 "name": "[trigger] Webkit on Mac-10.9", |
387 "~followup_annotations": [ | 378 "~followup_annotations": [ |
388 "@@@STEP_LOG_LINE@json.output@{@@@", | 379 "@@@STEP_LOG_LINE@json.output@{@@@", |
389 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Webkit/Mac-10.9/[dum
my has/V8 Mac GC Stress/571\", @@@", | 380 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Webkit/Mac-10.9/[dum
my has/V8 Mac GC Stress/571\", @@@", |
390 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 381 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
391 "@@@STEP_LOG_LINE@json.output@ \"Webkit/Mac-10.9/[dummy has/V8 Mac GC S
tress/571\": {@@@", | 382 "@@@STEP_LOG_LINE@json.output@ \"Webkit/Mac-10.9/[dummy has/V8 Mac GC S
tress/571\": {@@@", |
392 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 383 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
393 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 384 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
394 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 385 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
395 "@@@STEP_LOG_LINE@json.output@ }@@@", | 386 "@@@STEP_LOG_LINE@json.output@ }@@@", |
396 "@@@STEP_LOG_LINE@json.output@ }@@@", | 387 "@@@STEP_LOG_LINE@json.output@ }@@@", |
397 "@@@STEP_LOG_LINE@json.output@}@@@", | 388 "@@@STEP_LOG_LINE@json.output@}@@@", |
398 "@@@STEP_LOG_END@json.output@@@", | 389 "@@@STEP_LOG_END@json.output@@@", |
399 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 390 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
400 ] | 391 ] |
401 }, | 392 }, |
402 { | 393 { |
403 "allow_subannotations": true, | 394 "allow_subannotations": true, |
404 "cmd": [ | 395 "cmd": [ |
405 "python", | 396 "python", |
406 "-u", | 397 "-u", |
407 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 398 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
408 "--swarming-client-dir", | 399 "--swarming-client-dir", |
409 "[SLAVE_BUILD]/v8/tools/swarming_client", | 400 "[CWD]/v8/tools/swarming_client", |
410 "--temp-root-dir", | 401 "--temp-root-dir", |
411 "[TMP_BASE]", | 402 "[TMP]", |
412 "--merged-test-output", | 403 "--merged-test-output", |
413 "/path/to/tmp/json", | 404 "/path/to/tmp/json", |
414 "--", | 405 "--", |
415 "collect", | 406 "collect", |
416 "--swarming", | 407 "--swarming", |
417 "https://chromium-swarm.appspot.com", | 408 "https://chromium-swarm.appspot.com", |
418 "--decorate", | 409 "--decorate", |
419 "--print-status-updates", | 410 "--print-status-updates", |
420 "--shards", | 411 "--shards", |
421 "3", | 412 "3", |
422 "Mjsunit/Mac-10.9/[dummy has/V8 Mac GC Stress/571" | 413 "Mjsunit/Mac-10.9/[dummy has/V8 Mac GC Stress/571" |
423 ], | 414 ], |
424 "cwd": "[SLAVE_BUILD]", | |
425 "name": "Mjsunit", | 415 "name": "Mjsunit", |
426 "~followup_annotations": [ | 416 "~followup_annotations": [ |
427 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 417 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
428 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 418 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
429 "@@@STEP_LOG_LINE@durations@@@@", | 419 "@@@STEP_LOG_LINE@durations@@@@", |
430 "@@@STEP_LOG_LINE@durations@Details:@@@", | 420 "@@@STEP_LOG_LINE@durations@Details:@@@", |
431 "@@@STEP_LOG_LINE@durations@@@@", | 421 "@@@STEP_LOG_LINE@durations@@@@", |
432 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 422 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
433 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 423 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
434 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 424 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
435 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 425 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
436 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 426 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
437 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 427 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
438 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 428 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
439 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 429 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
440 "@@@STEP_LOG_END@durations@@@" | 430 "@@@STEP_LOG_END@durations@@@" |
441 ] | 431 ] |
442 }, | 432 }, |
443 { | 433 { |
444 "allow_subannotations": true, | 434 "allow_subannotations": true, |
445 "cmd": [ | 435 "cmd": [ |
446 "python", | 436 "python", |
447 "-u", | 437 "-u", |
448 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 438 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
449 "--swarming-client-dir", | 439 "--swarming-client-dir", |
450 "[SLAVE_BUILD]/v8/tools/swarming_client", | 440 "[CWD]/v8/tools/swarming_client", |
451 "--temp-root-dir", | 441 "--temp-root-dir", |
452 "[TMP_BASE]", | 442 "[TMP]", |
453 "--merged-test-output", | 443 "--merged-test-output", |
454 "/path/to/tmp/json", | 444 "/path/to/tmp/json", |
455 "--", | 445 "--", |
456 "collect", | 446 "collect", |
457 "--swarming", | 447 "--swarming", |
458 "https://chromium-swarm.appspot.com", | 448 "https://chromium-swarm.appspot.com", |
459 "--decorate", | 449 "--decorate", |
460 "--print-status-updates", | 450 "--print-status-updates", |
461 "--shards", | 451 "--shards", |
462 "1", | 452 "1", |
463 "Webkit/Mac-10.9/[dummy has/V8 Mac GC Stress/571" | 453 "Webkit/Mac-10.9/[dummy has/V8 Mac GC Stress/571" |
464 ], | 454 ], |
465 "cwd": "[SLAVE_BUILD]", | |
466 "name": "Webkit", | 455 "name": "Webkit", |
467 "~followup_annotations": [ | 456 "~followup_annotations": [ |
468 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 457 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
469 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 458 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
470 "@@@STEP_LOG_LINE@durations@@@@", | 459 "@@@STEP_LOG_LINE@durations@@@@", |
471 "@@@STEP_LOG_LINE@durations@Details:@@@", | 460 "@@@STEP_LOG_LINE@durations@Details:@@@", |
472 "@@@STEP_LOG_LINE@durations@@@@", | 461 "@@@STEP_LOG_LINE@durations@@@@", |
473 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 462 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
474 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 463 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
475 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 464 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
476 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 465 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
477 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 466 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
478 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 467 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
479 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 468 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
480 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 469 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
481 "@@@STEP_LOG_END@durations@@@" | 470 "@@@STEP_LOG_END@durations@@@" |
482 ] | 471 ] |
483 }, | 472 }, |
484 { | 473 { |
485 "name": "$result", | 474 "name": "$result", |
486 "recipe_result": null, | 475 "recipe_result": null, |
487 "status_code": 0 | 476 "status_code": 0 |
488 } | 477 } |
489 ] | 478 ] |
OLD | NEW |