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 "tryserver.v8", | 8 "tryserver.v8", |
9 "--builder", | 9 "--builder", |
10 "v8_linux64_avx2_dbg", | 10 "v8_linux64_avx2_dbg", |
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 "--issue", | 21 "--issue", |
22 "12853011", | 22 "12853011", |
23 "--patchset", | 23 "--patchset", |
24 "1", | 24 "1", |
25 "--rietveld_server", | 25 "--rietveld_server", |
26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
27 "--output_json", | 27 "--output_json", |
28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
29 "--revision", | 29 "--revision", |
30 "v8@12345", | 30 "v8@12345", |
31 "--no_shallow", | 31 "--no_shallow", |
32 "--output_manifest" | 32 "--output_manifest" |
33 ], | 33 ], |
| 34 "cwd": "[SLAVE_BUILD]", |
34 "env": { | 35 "env": { |
35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
36 }, | 37 }, |
37 "name": "bot_update", | 38 "name": "bot_update", |
38 "~followup_annotations": [ | 39 "~followup_annotations": [ |
39 "@@@STEP_TEXT@Some step text@@@", | 40 "@@@STEP_TEXT@Some step text@@@", |
40 "@@@STEP_LOG_LINE@json.output@{@@@", | 41 "@@@STEP_LOG_LINE@json.output@{@@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", |
(...skipping 23 matching lines...) Expand all Loading... |
67 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 68 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
68 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", | 69 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", |
69 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", | 70 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", |
70 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 71 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
71 ] | 72 ] |
72 }, | 73 }, |
73 { | 74 { |
74 "cmd": [ | 75 "cmd": [ |
75 "python", | 76 "python", |
76 "-u", | 77 "-u", |
77 "[CWD]/v8/tools/swarming_client/swarming.py", | 78 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
78 "--version" | 79 "--version" |
79 ], | 80 ], |
| 81 "cwd": "[SLAVE_BUILD]", |
80 "name": "swarming.py --version", | 82 "name": "swarming.py --version", |
81 "stdout": "/path/to/tmp/", | 83 "stdout": "/path/to/tmp/", |
82 "~followup_annotations": [ | 84 "~followup_annotations": [ |
83 "@@@STEP_TEXT@0.4.10@@@" | 85 "@@@STEP_TEXT@0.4.10@@@" |
84 ] | 86 ] |
85 }, | 87 }, |
86 { | 88 { |
87 "cmd": [ | 89 "cmd": [ |
88 "python", | 90 "python", |
89 "-u", | 91 "-u", |
90 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 92 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
91 "runhooks" | 93 "runhooks" |
92 ], | 94 ], |
| 95 "cwd": "[SLAVE_BUILD]", |
93 "env": { | 96 "env": { |
94 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 97 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
95 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[ROOT]/b/b
uild/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable_slow
_dchecks=1 v8_optimized_debug=1 v8_target_arch=x64", | 98 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/go
ma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dcheck
s=1 v8_optimized_debug=1 v8_target_arch=x64", |
96 "GYP_GENERATORS": "ninja", | 99 "GYP_GENERATORS": "ninja", |
97 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 100 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
98 }, | 101 }, |
99 "name": "gclient runhooks" | 102 "name": "gclient runhooks" |
100 }, | 103 }, |
101 { | 104 { |
102 "cmd": [ | 105 "cmd": [ |
103 "python", | 106 "python", |
104 "-u", | 107 "-u", |
105 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 108 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
106 "--show-path", | 109 "--show-path", |
107 "python", | 110 "python", |
108 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 111 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
109 ], | 112 ], |
| 113 "cwd": "[SLAVE_BUILD]", |
110 "name": "cleanup_temp" | 114 "name": "cleanup_temp" |
111 }, | 115 }, |
112 { | 116 { |
113 "allow_subannotations": true, | 117 "allow_subannotations": true, |
114 "cmd": [ | 118 "cmd": [ |
115 "python", | 119 "python", |
116 "-u", | 120 "-u", |
117 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 121 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
118 "--src-dir", | 122 "--src-dir", |
119 "[CWD]/v8", | 123 "[SLAVE_BUILD]/v8", |
120 "--output-json", | 124 "--output-json", |
121 "/path/to/tmp/json" | 125 "/path/to/tmp/json" |
122 ], | 126 ], |
| 127 "cwd": "[SLAVE_BUILD]", |
123 "env": { | 128 "env": { |
124 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
125 }, | 130 }, |
126 "name": "clang_revision", | 131 "name": "clang_revision", |
127 "~followup_annotations": [ | 132 "~followup_annotations": [ |
128 "@@@STEP_LOG_LINE@json.output@{@@@", | 133 "@@@STEP_LOG_LINE@json.output@{@@@", |
129 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 134 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
130 "@@@STEP_LOG_LINE@json.output@}@@@", | 135 "@@@STEP_LOG_LINE@json.output@}@@@", |
131 "@@@STEP_LOG_END@json.output@@@" | 136 "@@@STEP_LOG_END@json.output@@@" |
132 ] | 137 ] |
133 }, | 138 }, |
134 { | 139 { |
135 "cmd": [ | 140 "cmd": [ |
136 "python", | 141 "python", |
137 "-u", | 142 "-u", |
138 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 143 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
139 "--show-path", | 144 "--show-path", |
140 "python", | 145 "python", |
141 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 146 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
142 "--gsutil-py-path", | 147 "--gsutil-py-path", |
143 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 148 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
144 "--ninja-path", | 149 "--ninja-path", |
145 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 150 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
146 "--target", | 151 "--target", |
147 "Debug", | 152 "Debug", |
148 "--src-dir", | 153 "--src-dir", |
149 "[CWD]/v8", | 154 "[SLAVE_BUILD]/v8", |
150 "--goma-cache-dir", | 155 "--goma-cache-dir", |
151 "[ROOT]/b/build/slave/goma_cache", | 156 "[GOMA_CACHE]", |
152 "--build-tool", | 157 "--build-tool", |
153 "ninja", | 158 "ninja", |
154 "--compiler", | 159 "--compiler", |
155 "goma-clang", | 160 "goma-clang", |
156 "--goma-jsonstatus", | 161 "--goma-jsonstatus", |
157 "/path/to/tmp/json", | 162 "/path/to/tmp/json", |
158 "--goma-service-account-json-file", | 163 "--goma-service-account-json-file", |
159 "/creds/service_accounts/service-account-goma-client.json", | 164 "/creds/service_accounts/service-account-goma-client.json", |
160 "--goma-dir", | 165 "--goma-dir", |
161 "[ROOT]/b/build/goma", | 166 "[BUILD]/goma", |
162 "--goma-fail-fast", | 167 "--goma-fail-fast", |
163 "--goma-disable-local-fallback", | 168 "--goma-disable-local-fallback", |
164 "--" | 169 "--" |
165 ], | 170 ], |
| 171 "cwd": "[SLAVE_BUILD]", |
166 "env": { | 172 "env": { |
167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
168 }, | 174 }, |
169 "name": "compile", | 175 "name": "compile", |
170 "~followup_annotations": [ | 176 "~followup_annotations": [ |
171 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
172 "@@@STEP_LOG_END@json.output (invalid)@@@" | 178 "@@@STEP_LOG_END@json.output (invalid)@@@" |
173 ] | 179 ] |
174 }, | 180 }, |
175 { | 181 { |
176 "cmd": [ | 182 "cmd": [ |
177 "python", | 183 "python", |
178 "-u", | 184 "-u", |
179 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 185 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
180 "[CWD]/v8/tools/swarming_client", | 186 "[SLAVE_BUILD]/v8/tools/swarming_client", |
181 "batcharchive", | 187 "batcharchive", |
182 "--dump-json", | 188 "--dump-json", |
183 "/path/to/tmp/json", | 189 "/path/to/tmp/json", |
184 "--isolate-server", | 190 "--isolate-server", |
185 "https://isolateserver.appspot.com", | 191 "https://isolateserver.appspot.com", |
186 "--verbose", | 192 "--verbose", |
187 "[CWD]/v8/out/Debug/bot_default.isolated.gen.json", | 193 "[SLAVE_BUILD]/v8/out/Debug/bot_default.isolated.gen.json", |
188 "[CWD]/v8/out/Debug/simdjs.isolated.gen.json" | 194 "[SLAVE_BUILD]/v8/out/Debug/simdjs.isolated.gen.json" |
189 ], | 195 ], |
| 196 "cwd": "[SLAVE_BUILD]", |
190 "name": "isolate tests", | 197 "name": "isolate tests", |
191 "~followup_annotations": [ | 198 "~followup_annotations": [ |
192 "@@@STEP_LOG_LINE@json.output@{@@@", | 199 "@@@STEP_LOG_LINE@json.output@{@@@", |
193 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 200 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
194 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\"@@@
", | 201 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\"@@@
", |
195 "@@@STEP_LOG_LINE@json.output@}@@@", | 202 "@@@STEP_LOG_LINE@json.output@}@@@", |
196 "@@@STEP_LOG_END@json.output@@@" | 203 "@@@STEP_LOG_END@json.output@@@" |
197 ] | 204 ] |
198 }, | 205 }, |
199 { | 206 { |
200 "cmd": [ | 207 "cmd": [ |
201 "python", | 208 "python", |
202 "-u", | 209 "-u", |
203 "[CWD]/v8/tools/swarming_client/swarming.py", | 210 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
204 "trigger", | 211 "trigger", |
205 "--swarming", | 212 "--swarming", |
206 "https://chromium-swarm.appspot.com", | 213 "https://chromium-swarm.appspot.com", |
207 "--isolate-server", | 214 "--isolate-server", |
208 "https://isolateserver.appspot.com", | 215 "https://isolateserver.appspot.com", |
209 "--priority", | 216 "--priority", |
210 "30", | 217 "30", |
211 "--shards", | 218 "--shards", |
212 "2", | 219 "2", |
213 "--task-name", | 220 "--task-name", |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 "--timeout=200", | 281 "--timeout=200", |
275 "--random-seed=-99109869", | 282 "--random-seed=-99109869", |
276 "bot_default", | 283 "bot_default", |
277 "--exhaustive-variants", | 284 "--exhaustive-variants", |
278 "--dcheck-always-on", | 285 "--dcheck-always-on", |
279 "--rerun-failures-count=2", | 286 "--rerun-failures-count=2", |
280 "--swarming", | 287 "--swarming", |
281 "--json-test-results", | 288 "--json-test-results", |
282 "${ISOLATED_OUTDIR}/output.json" | 289 "${ISOLATED_OUTDIR}/output.json" |
283 ], | 290 ], |
| 291 "cwd": "[SLAVE_BUILD]", |
284 "name": "[trigger] Check on Ubuntu-14.04", | 292 "name": "[trigger] Check on Ubuntu-14.04", |
285 "~followup_annotations": [ | 293 "~followup_annotations": [ |
286 "@@@STEP_LOG_LINE@json.output@{@@@", | 294 "@@@STEP_LOG_LINE@json.output@{@@@", |
287 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-14.04/[
dummy has/v8_linux64_avx2_dbg/571\", @@@", | 295 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-14.04/[
dummy has/v8_linux64_avx2_dbg/571\", @@@", |
288 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 296 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
289 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/v8_linux
64_avx2_dbg/571:2:0\": {@@@", | 297 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/v8_linux
64_avx2_dbg/571:2:0\": {@@@", |
290 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 298 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
291 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 299 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
292 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 300 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
293 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 301 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
294 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/v8_linux
64_avx2_dbg/571:2:1\": {@@@", | 302 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/v8_linux
64_avx2_dbg/571:2:1\": {@@@", |
295 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 303 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
296 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 304 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
297 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", | 305 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", |
298 "@@@STEP_LOG_LINE@json.output@ }@@@", | 306 "@@@STEP_LOG_LINE@json.output@ }@@@", |
299 "@@@STEP_LOG_LINE@json.output@ }@@@", | 307 "@@@STEP_LOG_LINE@json.output@ }@@@", |
300 "@@@STEP_LOG_LINE@json.output@}@@@", | 308 "@@@STEP_LOG_LINE@json.output@}@@@", |
301 "@@@STEP_LOG_END@json.output@@@", | 309 "@@@STEP_LOG_END@json.output@@@", |
302 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 310 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
303 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" | 311 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" |
304 ] | 312 ] |
305 }, | 313 }, |
306 { | 314 { |
307 "cmd": [ | 315 "cmd": [ |
308 "python", | 316 "python", |
309 "-u", | 317 "-u", |
310 "[CWD]/v8/tools/swarming_client/swarming.py", | 318 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
311 "trigger", | 319 "trigger", |
312 "--swarming", | 320 "--swarming", |
313 "https://chromium-swarm.appspot.com", | 321 "https://chromium-swarm.appspot.com", |
314 "--isolate-server", | 322 "--isolate-server", |
315 "https://isolateserver.appspot.com", | 323 "https://isolateserver.appspot.com", |
316 "--priority", | 324 "--priority", |
317 "30", | 325 "30", |
318 "--shards", | 326 "--shards", |
319 "1", | 327 "1", |
320 "--task-name", | 328 "--task-name", |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
382 "--random-seed=-99109869", | 390 "--random-seed=-99109869", |
383 "simdjs", | 391 "simdjs", |
384 "--download-data", | 392 "--download-data", |
385 "--exhaustive-variants", | 393 "--exhaustive-variants", |
386 "--dcheck-always-on", | 394 "--dcheck-always-on", |
387 "--rerun-failures-count=2", | 395 "--rerun-failures-count=2", |
388 "--swarming", | 396 "--swarming", |
389 "--json-test-results", | 397 "--json-test-results", |
390 "${ISOLATED_OUTDIR}/output.json" | 398 "${ISOLATED_OUTDIR}/output.json" |
391 ], | 399 ], |
| 400 "cwd": "[SLAVE_BUILD]", |
392 "name": "[trigger] SimdJs - all on Ubuntu-14.04", | 401 "name": "[trigger] SimdJs - all on Ubuntu-14.04", |
393 "~followup_annotations": [ | 402 "~followup_annotations": [ |
394 "@@@STEP_LOG_LINE@json.output@{@@@", | 403 "@@@STEP_LOG_LINE@json.output@{@@@", |
395 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
14.04/[dummy has/v8_linux64_avx2_dbg/571\", @@@", | 404 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
14.04/[dummy has/v8_linux64_avx2_dbg/571\", @@@", |
396 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 405 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
397 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-14.04/[dummy has/v
8_linux64_avx2_dbg/571\": {@@@", | 406 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-14.04/[dummy has/v
8_linux64_avx2_dbg/571\": {@@@", |
398 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 407 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
399 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 408 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
400 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 409 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
401 "@@@STEP_LOG_LINE@json.output@ }@@@", | 410 "@@@STEP_LOG_LINE@json.output@ }@@@", |
402 "@@@STEP_LOG_LINE@json.output@ }@@@", | 411 "@@@STEP_LOG_LINE@json.output@ }@@@", |
403 "@@@STEP_LOG_LINE@json.output@}@@@", | 412 "@@@STEP_LOG_LINE@json.output@}@@@", |
404 "@@@STEP_LOG_END@json.output@@@", | 413 "@@@STEP_LOG_END@json.output@@@", |
405 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 414 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
406 ] | 415 ] |
407 }, | 416 }, |
408 { | 417 { |
409 "allow_subannotations": true, | 418 "allow_subannotations": true, |
410 "cmd": [ | 419 "cmd": [ |
411 "python", | 420 "python", |
412 "-u", | 421 "-u", |
413 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 422 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
414 "--swarming-client-dir", | 423 "--swarming-client-dir", |
415 "[CWD]/v8/tools/swarming_client", | 424 "[SLAVE_BUILD]/v8/tools/swarming_client", |
416 "--temp-root-dir", | 425 "--temp-root-dir", |
417 "[TMP]", | 426 "[TMP_BASE]", |
418 "--merged-test-output", | 427 "--merged-test-output", |
419 "/path/to/tmp/json", | 428 "/path/to/tmp/json", |
420 "--", | 429 "--", |
421 "collect", | 430 "collect", |
422 "--swarming", | 431 "--swarming", |
423 "https://chromium-swarm.appspot.com", | 432 "https://chromium-swarm.appspot.com", |
424 "--decorate", | 433 "--decorate", |
425 "--print-status-updates", | 434 "--print-status-updates", |
426 "--shards", | 435 "--shards", |
427 "2", | 436 "2", |
428 "Check/Ubuntu-14.04/[dummy has/v8_linux64_avx2_dbg/571" | 437 "Check/Ubuntu-14.04/[dummy has/v8_linux64_avx2_dbg/571" |
429 ], | 438 ], |
| 439 "cwd": "[SLAVE_BUILD]", |
430 "name": "Check", | 440 "name": "Check", |
431 "~followup_annotations": [ | 441 "~followup_annotations": [ |
432 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 442 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
433 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 443 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
434 "@@@STEP_LOG_LINE@durations@@@@", | 444 "@@@STEP_LOG_LINE@durations@@@@", |
435 "@@@STEP_LOG_LINE@durations@Details:@@@", | 445 "@@@STEP_LOG_LINE@durations@Details:@@@", |
436 "@@@STEP_LOG_LINE@durations@@@@", | 446 "@@@STEP_LOG_LINE@durations@@@@", |
437 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 447 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
438 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 448 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
439 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 449 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
440 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 450 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
441 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 451 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
442 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 452 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
443 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 453 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
444 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 454 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
445 "@@@STEP_LOG_END@durations@@@" | 455 "@@@STEP_LOG_END@durations@@@" |
446 ] | 456 ] |
447 }, | 457 }, |
448 { | 458 { |
449 "allow_subannotations": true, | 459 "allow_subannotations": true, |
450 "cmd": [ | 460 "cmd": [ |
451 "python", | 461 "python", |
452 "-u", | 462 "-u", |
453 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 463 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
454 "--swarming-client-dir", | 464 "--swarming-client-dir", |
455 "[CWD]/v8/tools/swarming_client", | 465 "[SLAVE_BUILD]/v8/tools/swarming_client", |
456 "--temp-root-dir", | 466 "--temp-root-dir", |
457 "[TMP]", | 467 "[TMP_BASE]", |
458 "--merged-test-output", | 468 "--merged-test-output", |
459 "/path/to/tmp/json", | 469 "/path/to/tmp/json", |
460 "--", | 470 "--", |
461 "collect", | 471 "collect", |
462 "--swarming", | 472 "--swarming", |
463 "https://chromium-swarm.appspot.com", | 473 "https://chromium-swarm.appspot.com", |
464 "--decorate", | 474 "--decorate", |
465 "--print-status-updates", | 475 "--print-status-updates", |
466 "--shards", | 476 "--shards", |
467 "1", | 477 "1", |
468 "SimdJs - all/Ubuntu-14.04/[dummy has/v8_linux64_avx2_dbg/571" | 478 "SimdJs - all/Ubuntu-14.04/[dummy has/v8_linux64_avx2_dbg/571" |
469 ], | 479 ], |
| 480 "cwd": "[SLAVE_BUILD]", |
470 "name": "SimdJs - all", | 481 "name": "SimdJs - all", |
471 "~followup_annotations": [ | 482 "~followup_annotations": [ |
472 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 483 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
473 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 484 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
474 "@@@STEP_LOG_LINE@durations@@@@", | 485 "@@@STEP_LOG_LINE@durations@@@@", |
475 "@@@STEP_LOG_LINE@durations@Details:@@@", | 486 "@@@STEP_LOG_LINE@durations@Details:@@@", |
476 "@@@STEP_LOG_LINE@durations@@@@", | 487 "@@@STEP_LOG_LINE@durations@@@@", |
477 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 488 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
478 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 489 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
479 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 490 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
480 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 491 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
481 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 492 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
482 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 493 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
483 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 494 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
484 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 495 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
485 "@@@STEP_LOG_END@durations@@@" | 496 "@@@STEP_LOG_END@durations@@@" |
486 ] | 497 ] |
487 }, | 498 }, |
488 { | 499 { |
489 "name": "$result", | 500 "name": "$result", |
490 "recipe_result": null, | 501 "recipe_result": null, |
491 "status_code": 0 | 502 "status_code": 0 |
492 } | 503 } |
493 ] | 504 ] |
OLD | NEW |