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