OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.v8", | 8 "client.v8", |
9 "--builder", | 9 "--builder", |
10 "V8 Linux - predictable", | 10 "V8 Linux - predictable", |
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\"}", | 18 "{\"v8\": \"got_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 18 matching lines...) Expand all Loading... |
56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
57 ] | 58 ] |
58 }, | 59 }, |
59 { | 60 { |
60 "cmd": [ | 61 "cmd": [ |
61 "python", | 62 "python", |
62 "-u", | 63 "-u", |
63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 64 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
64 "runhooks" | 65 "runhooks" |
65 ], | 66 ], |
| 67 "cwd": "[SLAVE_BUILD]", |
66 "env": { | 68 "env": { |
67 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 69 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
68 "GYP_DEFINES": "clang=1 gomadir='[ROOT]/b/build/goma' target_arch=ia32 use
_goma=1 v8_enable_verify_predictable=1 v8_target_arch=ia32", | 70 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1
v8_enable_verify_predictable=1 v8_target_arch=ia32", |
69 "GYP_GENERATORS": "ninja", | 71 "GYP_GENERATORS": "ninja", |
70 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 72 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
71 }, | 73 }, |
72 "name": "gclient runhooks" | 74 "name": "gclient runhooks" |
73 }, | 75 }, |
74 { | 76 { |
75 "cmd": [ | 77 "cmd": [ |
76 "python", | 78 "python", |
77 "-u", | 79 "-u", |
78 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 80 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
79 "--show-path", | 81 "--show-path", |
80 "python", | 82 "python", |
81 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 83 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
82 ], | 84 ], |
| 85 "cwd": "[SLAVE_BUILD]", |
83 "name": "cleanup_temp" | 86 "name": "cleanup_temp" |
84 }, | 87 }, |
85 { | 88 { |
86 "allow_subannotations": true, | 89 "allow_subannotations": true, |
87 "cmd": [ | 90 "cmd": [ |
88 "python", | 91 "python", |
89 "-u", | 92 "-u", |
90 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 93 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
91 "--src-dir", | 94 "--src-dir", |
92 "[CWD]/v8", | 95 "[SLAVE_BUILD]/v8", |
93 "--output-json", | 96 "--output-json", |
94 "/path/to/tmp/json" | 97 "/path/to/tmp/json" |
95 ], | 98 ], |
| 99 "cwd": "[SLAVE_BUILD]", |
96 "env": { | 100 "env": { |
97 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 101 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
98 }, | 102 }, |
99 "name": "clang_revision", | 103 "name": "clang_revision", |
100 "~followup_annotations": [ | 104 "~followup_annotations": [ |
101 "@@@STEP_LOG_LINE@json.output@{@@@", | 105 "@@@STEP_LOG_LINE@json.output@{@@@", |
102 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 106 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
103 "@@@STEP_LOG_LINE@json.output@}@@@", | 107 "@@@STEP_LOG_LINE@json.output@}@@@", |
104 "@@@STEP_LOG_END@json.output@@@" | 108 "@@@STEP_LOG_END@json.output@@@" |
105 ] | 109 ] |
106 }, | 110 }, |
107 { | 111 { |
108 "cmd": [ | 112 "cmd": [ |
109 "python", | 113 "python", |
110 "-u", | 114 "-u", |
111 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 115 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
112 "--show-path", | 116 "--show-path", |
113 "python", | 117 "python", |
114 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 118 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
115 "--gsutil-py-path", | 119 "--gsutil-py-path", |
116 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 120 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
117 "--ninja-path", | 121 "--ninja-path", |
118 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 122 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
119 "--target", | 123 "--target", |
120 "Release", | 124 "Release", |
121 "--src-dir", | 125 "--src-dir", |
122 "[CWD]/v8", | 126 "[SLAVE_BUILD]/v8", |
123 "--goma-cache-dir", | 127 "--goma-cache-dir", |
124 "[ROOT]/b/build/slave/goma_cache", | 128 "[GOMA_CACHE]", |
125 "--build-tool", | 129 "--build-tool", |
126 "ninja", | 130 "ninja", |
127 "--compiler", | 131 "--compiler", |
128 "goma-clang", | 132 "goma-clang", |
129 "--goma-jsonstatus", | 133 "--goma-jsonstatus", |
130 "/path/to/tmp/json", | 134 "/path/to/tmp/json", |
131 "--goma-service-account-json-file", | 135 "--goma-service-account-json-file", |
132 "/creds/service_accounts/service-account-goma-client.json", | 136 "/creds/service_accounts/service-account-goma-client.json", |
133 "--goma-dir", | 137 "--goma-dir", |
134 "[ROOT]/b/build/goma", | 138 "[BUILD]/goma", |
135 "--" | 139 "--" |
136 ], | 140 ], |
| 141 "cwd": "[SLAVE_BUILD]", |
137 "env": { | 142 "env": { |
138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
139 }, | 144 }, |
140 "name": "compile", | 145 "name": "compile", |
141 "~followup_annotations": [ | 146 "~followup_annotations": [ |
142 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
143 "@@@STEP_LOG_END@json.output (invalid)@@@" | 148 "@@@STEP_LOG_END@json.output (invalid)@@@" |
144 ] | 149 ] |
145 }, | 150 }, |
146 { | 151 { |
147 "cmd": [ | 152 "cmd": [ |
148 "python", | 153 "python", |
149 "-u", | 154 "-u", |
150 "[CWD]/v8/tools/run-tests.py", | 155 "[SLAVE_BUILD]/v8/tools/run-tests.py", |
151 "--progress=verbose", | 156 "--progress=verbose", |
152 "--mode", | 157 "--mode", |
153 "Release", | 158 "Release", |
154 "--arch", | 159 "--arch", |
155 "ia32", | 160 "ia32", |
156 "--outdir", | 161 "--outdir", |
157 "out", | 162 "out", |
158 "--buildbot", | 163 "--buildbot", |
159 "--timeout=200", | 164 "--timeout=200", |
160 "--random-seed=-358114921", | 165 "--random-seed=-358114921", |
161 "mjsunit", | 166 "mjsunit", |
162 "--predictable", | 167 "--predictable", |
163 "--exhaustive-variants", | 168 "--exhaustive-variants", |
164 "--rerun-failures-count=2", | 169 "--rerun-failures-count=2", |
165 "--json-test-results", | 170 "--json-test-results", |
166 "/path/to/tmp/json" | 171 "/path/to/tmp/json" |
167 ], | 172 ], |
168 "cwd": "[CWD]/v8", | 173 "cwd": "[SLAVE_BUILD]/v8", |
169 "name": "Mjsunit", | 174 "name": "Mjsunit", |
170 "~followup_annotations": [ | 175 "~followup_annotations": [ |
171 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 176 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
172 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 177 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
173 "@@@STEP_LOG_LINE@durations@@@@", | 178 "@@@STEP_LOG_LINE@durations@@@@", |
174 "@@@STEP_LOG_LINE@durations@Details:@@@", | 179 "@@@STEP_LOG_LINE@durations@Details:@@@", |
175 "@@@STEP_LOG_LINE@durations@@@@", | 180 "@@@STEP_LOG_LINE@durations@@@@", |
176 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 181 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
177 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 182 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
178 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 183 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
179 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 184 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
180 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 185 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
181 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 186 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
182 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 187 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
183 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 188 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
184 "@@@STEP_LOG_END@durations@@@" | 189 "@@@STEP_LOG_END@durations@@@" |
185 ] | 190 ] |
186 }, | 191 }, |
187 { | 192 { |
188 "cmd": [ | 193 "cmd": [ |
189 "python", | 194 "python", |
190 "-u", | 195 "-u", |
191 "[CWD]/v8/tools/run-tests.py", | 196 "[SLAVE_BUILD]/v8/tools/run-tests.py", |
192 "--progress=verbose", | 197 "--progress=verbose", |
193 "--mode", | 198 "--mode", |
194 "Release", | 199 "Release", |
195 "--arch", | 200 "--arch", |
196 "ia32", | 201 "ia32", |
197 "--outdir", | 202 "--outdir", |
198 "out", | 203 "out", |
199 "--buildbot", | 204 "--buildbot", |
200 "--timeout=200", | 205 "--timeout=200", |
201 "--random-seed=-358114921", | 206 "--random-seed=-358114921", |
202 "webkit", | 207 "webkit", |
203 "--predictable", | 208 "--predictable", |
204 "--exhaustive-variants", | 209 "--exhaustive-variants", |
205 "--rerun-failures-count=2", | 210 "--rerun-failures-count=2", |
206 "--json-test-results", | 211 "--json-test-results", |
207 "/path/to/tmp/json" | 212 "/path/to/tmp/json" |
208 ], | 213 ], |
209 "cwd": "[CWD]/v8", | 214 "cwd": "[SLAVE_BUILD]/v8", |
210 "name": "Webkit", | 215 "name": "Webkit", |
211 "~followup_annotations": [ | 216 "~followup_annotations": [ |
212 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 217 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
213 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 218 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
214 "@@@STEP_LOG_LINE@durations@@@@", | 219 "@@@STEP_LOG_LINE@durations@@@@", |
215 "@@@STEP_LOG_LINE@durations@Details:@@@", | 220 "@@@STEP_LOG_LINE@durations@Details:@@@", |
216 "@@@STEP_LOG_LINE@durations@@@@", | 221 "@@@STEP_LOG_LINE@durations@@@@", |
217 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 222 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
218 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 223 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
219 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 224 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
220 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 225 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
221 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 226 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
222 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 227 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
223 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 228 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
224 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 229 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
225 "@@@STEP_LOG_END@durations@@@" | 230 "@@@STEP_LOG_END@durations@@@" |
226 ] | 231 ] |
227 }, | 232 }, |
228 { | 233 { |
229 "cmd": [ | 234 "cmd": [ |
230 "python", | 235 "python", |
231 "-u", | 236 "-u", |
232 "[CWD]/v8/tools/run-tests.py", | 237 "[SLAVE_BUILD]/v8/tools/run-tests.py", |
233 "--progress=verbose", | 238 "--progress=verbose", |
234 "--mode", | 239 "--mode", |
235 "Release", | 240 "Release", |
236 "--arch", | 241 "--arch", |
237 "ia32", | 242 "ia32", |
238 "--outdir", | 243 "--outdir", |
239 "out", | 244 "out", |
240 "--buildbot", | 245 "--buildbot", |
241 "--timeout=200", | 246 "--timeout=200", |
242 "--random-seed=-358114921", | 247 "--random-seed=-358114921", |
243 "benchmarks", | 248 "benchmarks", |
244 "--download-data", | 249 "--download-data", |
245 "--predictable", | 250 "--predictable", |
246 "--exhaustive-variants", | 251 "--exhaustive-variants", |
247 "--rerun-failures-count=2", | 252 "--rerun-failures-count=2", |
248 "--json-test-results", | 253 "--json-test-results", |
249 "/path/to/tmp/json" | 254 "/path/to/tmp/json" |
250 ], | 255 ], |
251 "cwd": "[CWD]/v8", | 256 "cwd": "[SLAVE_BUILD]/v8", |
252 "name": "Benchmarks", | 257 "name": "Benchmarks", |
253 "~followup_annotations": [ | 258 "~followup_annotations": [ |
254 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 259 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
255 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 260 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
256 "@@@STEP_LOG_LINE@durations@@@@", | 261 "@@@STEP_LOG_LINE@durations@@@@", |
257 "@@@STEP_LOG_LINE@durations@Details:@@@", | 262 "@@@STEP_LOG_LINE@durations@Details:@@@", |
258 "@@@STEP_LOG_LINE@durations@@@@", | 263 "@@@STEP_LOG_LINE@durations@@@@", |
259 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 264 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
260 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 265 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
261 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 266 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
262 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 267 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
263 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 268 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
264 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 269 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
265 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 270 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
266 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 271 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
267 "@@@STEP_LOG_END@durations@@@" | 272 "@@@STEP_LOG_END@durations@@@" |
268 ] | 273 ] |
269 }, | 274 }, |
270 { | 275 { |
271 "cmd": [ | 276 "cmd": [ |
272 "python", | 277 "python", |
273 "-u", | 278 "-u", |
274 "[CWD]/v8/tools/run-tests.py", | 279 "[SLAVE_BUILD]/v8/tools/run-tests.py", |
275 "--progress=verbose", | 280 "--progress=verbose", |
276 "--mode", | 281 "--mode", |
277 "Release", | 282 "Release", |
278 "--arch", | 283 "--arch", |
279 "ia32", | 284 "ia32", |
280 "--outdir", | 285 "--outdir", |
281 "out", | 286 "out", |
282 "--buildbot", | 287 "--buildbot", |
283 "--timeout=200", | 288 "--timeout=200", |
284 "--random-seed=-358114921", | 289 "--random-seed=-358114921", |
285 "mozilla", | 290 "mozilla", |
286 "--predictable", | 291 "--predictable", |
287 "--exhaustive-variants", | 292 "--exhaustive-variants", |
288 "--rerun-failures-count=2", | 293 "--rerun-failures-count=2", |
289 "--json-test-results", | 294 "--json-test-results", |
290 "/path/to/tmp/json" | 295 "/path/to/tmp/json" |
291 ], | 296 ], |
292 "cwd": "[CWD]/v8", | 297 "cwd": "[SLAVE_BUILD]/v8", |
293 "name": "Mozilla", | 298 "name": "Mozilla", |
294 "~followup_annotations": [ | 299 "~followup_annotations": [ |
295 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 300 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
296 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 301 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
297 "@@@STEP_LOG_LINE@durations@@@@", | 302 "@@@STEP_LOG_LINE@durations@@@@", |
298 "@@@STEP_LOG_LINE@durations@Details:@@@", | 303 "@@@STEP_LOG_LINE@durations@Details:@@@", |
299 "@@@STEP_LOG_LINE@durations@@@@", | 304 "@@@STEP_LOG_LINE@durations@@@@", |
300 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 305 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
301 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 306 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
302 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 307 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
303 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 308 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
304 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 309 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
305 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 310 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
306 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 311 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
307 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 312 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
308 "@@@STEP_LOG_END@durations@@@" | 313 "@@@STEP_LOG_END@durations@@@" |
309 ] | 314 ] |
310 }, | 315 }, |
311 { | 316 { |
312 "name": "$result", | 317 "name": "$result", |
313 "recipe_result": null, | 318 "recipe_result": null, |
314 "status_code": 0 | 319 "status_code": 0 |
315 } | 320 } |
316 ] | 321 ] |
OLD | NEW |