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 = '[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\"}", | 18 "{\"v8\": \"got_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 18 matching lines...) Expand all Loading... |
57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
58 ] | 57 ] |
59 }, | 58 }, |
60 { | 59 { |
61 "cmd": [ | 60 "cmd": [ |
62 "python", | 61 "python", |
63 "-u", | 62 "-u", |
64 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
65 "runhooks" | 64 "runhooks" |
66 ], | 65 ], |
67 "cwd": "[SLAVE_BUILD]", | |
68 "env": { | 66 "env": { |
69 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 67 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
70 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1
v8_enable_verify_predictable=1 v8_target_arch=ia32", | 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", |
71 "GYP_GENERATORS": "ninja", | 69 "GYP_GENERATORS": "ninja", |
72 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 70 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
73 }, | 71 }, |
74 "name": "gclient runhooks" | 72 "name": "gclient runhooks" |
75 }, | 73 }, |
76 { | 74 { |
77 "cmd": [ | 75 "cmd": [ |
78 "python", | 76 "python", |
79 "-u", | 77 "-u", |
80 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 78 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
81 "--show-path", | 79 "--show-path", |
82 "python", | 80 "python", |
83 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 81 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
84 ], | 82 ], |
85 "cwd": "[SLAVE_BUILD]", | |
86 "name": "cleanup_temp" | 83 "name": "cleanup_temp" |
87 }, | 84 }, |
88 { | 85 { |
89 "allow_subannotations": true, | 86 "allow_subannotations": true, |
90 "cmd": [ | 87 "cmd": [ |
91 "python", | 88 "python", |
92 "-u", | 89 "-u", |
93 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 90 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
94 "--src-dir", | 91 "--src-dir", |
95 "[SLAVE_BUILD]/v8", | 92 "[CWD]/v8", |
96 "--output-json", | 93 "--output-json", |
97 "/path/to/tmp/json" | 94 "/path/to/tmp/json" |
98 ], | 95 ], |
99 "cwd": "[SLAVE_BUILD]", | |
100 "env": { | 96 "env": { |
101 "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" |
102 }, | 98 }, |
103 "name": "clang_revision", | 99 "name": "clang_revision", |
104 "~followup_annotations": [ | 100 "~followup_annotations": [ |
105 "@@@STEP_LOG_LINE@json.output@{@@@", | 101 "@@@STEP_LOG_LINE@json.output@{@@@", |
106 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 102 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
107 "@@@STEP_LOG_LINE@json.output@}@@@", | 103 "@@@STEP_LOG_LINE@json.output@}@@@", |
108 "@@@STEP_LOG_END@json.output@@@" | 104 "@@@STEP_LOG_END@json.output@@@" |
109 ] | 105 ] |
110 }, | 106 }, |
111 { | 107 { |
112 "cmd": [ | 108 "cmd": [ |
113 "python", | 109 "python", |
114 "-u", | 110 "-u", |
115 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 111 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
116 "--show-path", | 112 "--show-path", |
117 "python", | 113 "python", |
118 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 114 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
119 "--gsutil-py-path", | 115 "--gsutil-py-path", |
120 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 116 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
121 "--ninja-path", | 117 "--ninja-path", |
122 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 118 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
123 "--target", | 119 "--target", |
124 "Release", | 120 "Release", |
125 "--src-dir", | 121 "--src-dir", |
126 "[SLAVE_BUILD]/v8", | 122 "[CWD]/v8", |
127 "--goma-cache-dir", | 123 "--goma-cache-dir", |
128 "[GOMA_CACHE]", | 124 "[ROOT]/b/build/slave/goma_cache", |
129 "--build-tool", | 125 "--build-tool", |
130 "ninja", | 126 "ninja", |
131 "--compiler", | 127 "--compiler", |
132 "goma-clang", | 128 "goma-clang", |
133 "--goma-jsonstatus", | 129 "--goma-jsonstatus", |
134 "/path/to/tmp/json", | 130 "/path/to/tmp/json", |
135 "--goma-service-account-json-file", | 131 "--goma-service-account-json-file", |
136 "/creds/service_accounts/service-account-goma-client.json", | 132 "/creds/service_accounts/service-account-goma-client.json", |
137 "--goma-dir", | 133 "--goma-dir", |
138 "[BUILD]/goma", | 134 "[ROOT]/b/build/goma", |
139 "--" | 135 "--" |
140 ], | 136 ], |
141 "cwd": "[SLAVE_BUILD]", | |
142 "env": { | 137 "env": { |
143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
144 }, | 139 }, |
145 "name": "compile", | 140 "name": "compile", |
146 "~followup_annotations": [ | 141 "~followup_annotations": [ |
147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 142 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
148 "@@@STEP_LOG_END@json.output (invalid)@@@" | 143 "@@@STEP_LOG_END@json.output (invalid)@@@" |
149 ] | 144 ] |
150 }, | 145 }, |
151 { | 146 { |
152 "cmd": [ | 147 "cmd": [ |
153 "python", | 148 "python", |
154 "-u", | 149 "-u", |
155 "[SLAVE_BUILD]/v8/tools/run-tests.py", | 150 "[CWD]/v8/tools/run-tests.py", |
156 "--progress=verbose", | 151 "--progress=verbose", |
157 "--mode", | 152 "--mode", |
158 "Release", | 153 "Release", |
159 "--arch", | 154 "--arch", |
160 "ia32", | 155 "ia32", |
161 "--outdir", | 156 "--outdir", |
162 "out", | 157 "out", |
163 "--buildbot", | 158 "--buildbot", |
164 "--timeout=200", | 159 "--timeout=200", |
165 "--random-seed=-358114921", | 160 "--random-seed=-358114921", |
166 "mjsunit", | 161 "mjsunit", |
167 "--predictable", | 162 "--predictable", |
168 "--exhaustive-variants", | 163 "--exhaustive-variants", |
169 "--rerun-failures-count=2", | 164 "--rerun-failures-count=2", |
170 "--json-test-results", | 165 "--json-test-results", |
171 "/path/to/tmp/json" | 166 "/path/to/tmp/json" |
172 ], | 167 ], |
173 "cwd": "[SLAVE_BUILD]/v8", | 168 "cwd": "[CWD]/v8", |
174 "name": "Mjsunit", | 169 "name": "Mjsunit", |
175 "~followup_annotations": [ | 170 "~followup_annotations": [ |
176 "@@@STEP_TEXT@failures: 2<br/>@@@", | 171 "@@@STEP_TEXT@failures: 2<br/>@@@", |
177 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 172 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
178 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 173 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
179 "@@@STEP_LOG_LINE@durations@@@@", | 174 "@@@STEP_LOG_LINE@durations@@@@", |
180 "@@@STEP_LOG_LINE@durations@Details:@@@", | 175 "@@@STEP_LOG_LINE@durations@Details:@@@", |
181 "@@@STEP_LOG_LINE@durations@@@@", | 176 "@@@STEP_LOG_LINE@durations@@@@", |
182 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 177 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
183 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 178 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 "@@@STEP_LOG_LINE@slow@Some errput.@@@", | 225 "@@@STEP_LOG_LINE@slow@Some errput.@@@", |
231 "@@@STEP_LOG_LINE@slow@@@@", | 226 "@@@STEP_LOG_LINE@slow@@@@", |
232 "@@@STEP_LOG_END@slow@@@", | 227 "@@@STEP_LOG_END@slow@@@", |
233 "@@@STEP_FAILURE@@@" | 228 "@@@STEP_FAILURE@@@" |
234 ] | 229 ] |
235 }, | 230 }, |
236 { | 231 { |
237 "cmd": [ | 232 "cmd": [ |
238 "python", | 233 "python", |
239 "-u", | 234 "-u", |
240 "[SLAVE_BUILD]/v8/tools/run-tests.py", | 235 "[CWD]/v8/tools/run-tests.py", |
241 "--progress=verbose", | 236 "--progress=verbose", |
242 "--mode", | 237 "--mode", |
243 "Release", | 238 "Release", |
244 "--arch", | 239 "--arch", |
245 "ia32", | 240 "ia32", |
246 "--outdir", | 241 "--outdir", |
247 "out", | 242 "out", |
248 "--buildbot", | 243 "--buildbot", |
249 "--timeout=200", | 244 "--timeout=200", |
250 "--random-seed=-358114921", | 245 "--random-seed=-358114921", |
251 "webkit", | 246 "webkit", |
252 "--predictable", | 247 "--predictable", |
253 "--exhaustive-variants", | 248 "--exhaustive-variants", |
254 "--rerun-failures-count=2", | 249 "--rerun-failures-count=2", |
255 "--json-test-results", | 250 "--json-test-results", |
256 "/path/to/tmp/json" | 251 "/path/to/tmp/json" |
257 ], | 252 ], |
258 "cwd": "[SLAVE_BUILD]/v8", | 253 "cwd": "[CWD]/v8", |
259 "name": "Webkit", | 254 "name": "Webkit", |
260 "~followup_annotations": [ | 255 "~followup_annotations": [ |
261 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 256 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
262 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 257 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
263 "@@@STEP_LOG_LINE@durations@@@@", | 258 "@@@STEP_LOG_LINE@durations@@@@", |
264 "@@@STEP_LOG_LINE@durations@Details:@@@", | 259 "@@@STEP_LOG_LINE@durations@Details:@@@", |
265 "@@@STEP_LOG_LINE@durations@@@@", | 260 "@@@STEP_LOG_LINE@durations@@@@", |
266 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 261 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
267 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 262 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
268 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 263 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
269 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 264 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
270 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 265 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
271 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 266 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
272 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 267 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
273 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 268 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
274 "@@@STEP_LOG_END@durations@@@" | 269 "@@@STEP_LOG_END@durations@@@" |
275 ] | 270 ] |
276 }, | 271 }, |
277 { | 272 { |
278 "cmd": [ | 273 "cmd": [ |
279 "python", | 274 "python", |
280 "-u", | 275 "-u", |
281 "[SLAVE_BUILD]/v8/tools/run-tests.py", | 276 "[CWD]/v8/tools/run-tests.py", |
282 "--progress=verbose", | 277 "--progress=verbose", |
283 "--mode", | 278 "--mode", |
284 "Release", | 279 "Release", |
285 "--arch", | 280 "--arch", |
286 "ia32", | 281 "ia32", |
287 "--outdir", | 282 "--outdir", |
288 "out", | 283 "out", |
289 "--buildbot", | 284 "--buildbot", |
290 "--timeout=200", | 285 "--timeout=200", |
291 "--random-seed=-358114921", | 286 "--random-seed=-358114921", |
292 "benchmarks", | 287 "benchmarks", |
293 "--download-data", | 288 "--download-data", |
294 "--predictable", | 289 "--predictable", |
295 "--exhaustive-variants", | 290 "--exhaustive-variants", |
296 "--rerun-failures-count=2", | 291 "--rerun-failures-count=2", |
297 "--json-test-results", | 292 "--json-test-results", |
298 "/path/to/tmp/json" | 293 "/path/to/tmp/json" |
299 ], | 294 ], |
300 "cwd": "[SLAVE_BUILD]/v8", | 295 "cwd": "[CWD]/v8", |
301 "name": "Benchmarks", | 296 "name": "Benchmarks", |
302 "~followup_annotations": [ | 297 "~followup_annotations": [ |
303 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 298 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
304 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 299 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
305 "@@@STEP_LOG_LINE@durations@@@@", | 300 "@@@STEP_LOG_LINE@durations@@@@", |
306 "@@@STEP_LOG_LINE@durations@Details:@@@", | 301 "@@@STEP_LOG_LINE@durations@Details:@@@", |
307 "@@@STEP_LOG_LINE@durations@@@@", | 302 "@@@STEP_LOG_LINE@durations@@@@", |
308 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 303 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
309 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 304 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
310 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 305 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
311 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 306 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
312 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 307 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
313 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 308 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
314 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 309 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
315 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 310 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
316 "@@@STEP_LOG_END@durations@@@" | 311 "@@@STEP_LOG_END@durations@@@" |
317 ] | 312 ] |
318 }, | 313 }, |
319 { | 314 { |
320 "cmd": [ | 315 "cmd": [ |
321 "python", | 316 "python", |
322 "-u", | 317 "-u", |
323 "[SLAVE_BUILD]/v8/tools/run-tests.py", | 318 "[CWD]/v8/tools/run-tests.py", |
324 "--progress=verbose", | 319 "--progress=verbose", |
325 "--mode", | 320 "--mode", |
326 "Release", | 321 "Release", |
327 "--arch", | 322 "--arch", |
328 "ia32", | 323 "ia32", |
329 "--outdir", | 324 "--outdir", |
330 "out", | 325 "out", |
331 "--buildbot", | 326 "--buildbot", |
332 "--timeout=200", | 327 "--timeout=200", |
333 "--random-seed=-358114921", | 328 "--random-seed=-358114921", |
334 "mozilla", | 329 "mozilla", |
335 "--predictable", | 330 "--predictable", |
336 "--exhaustive-variants", | 331 "--exhaustive-variants", |
337 "--rerun-failures-count=2", | 332 "--rerun-failures-count=2", |
338 "--json-test-results", | 333 "--json-test-results", |
339 "/path/to/tmp/json" | 334 "/path/to/tmp/json" |
340 ], | 335 ], |
341 "cwd": "[SLAVE_BUILD]/v8", | 336 "cwd": "[CWD]/v8", |
342 "name": "Mozilla", | 337 "name": "Mozilla", |
343 "~followup_annotations": [ | 338 "~followup_annotations": [ |
344 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 339 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
345 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 340 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
346 "@@@STEP_LOG_LINE@durations@@@@", | 341 "@@@STEP_LOG_LINE@durations@@@@", |
347 "@@@STEP_LOG_LINE@durations@Details:@@@", | 342 "@@@STEP_LOG_LINE@durations@Details:@@@", |
348 "@@@STEP_LOG_LINE@durations@@@@", | 343 "@@@STEP_LOG_LINE@durations@@@@", |
349 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 344 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
350 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 345 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
351 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 346 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
352 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 347 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
353 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 348 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
354 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 349 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
355 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 350 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
356 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 351 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
357 "@@@STEP_LOG_END@durations@@@" | 352 "@@@STEP_LOG_END@durations@@@" |
358 ] | 353 ] |
359 }, | 354 }, |
360 { | 355 { |
361 "cmd": [], | 356 "cmd": [], |
362 "cwd": "[SLAVE_BUILD]", | |
363 "name": "Bisect" | 357 "name": "Bisect" |
364 }, | 358 }, |
365 { | 359 { |
366 "cmd": [ | 360 "cmd": [ |
367 "python", | 361 "python", |
368 "-u", | 362 "-u", |
369 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", | 363 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", |
370 "http://c.org/p/cr/json/builders/V8%20Linux%20-%20predictable/builds/571/s
ource_stamp", | 364 "http://c.org/p/cr/json/builders/V8%20Linux%20-%20predictable/builds/571/s
ource_stamp", |
371 "--outfile", | 365 "--outfile", |
372 "/path/to/tmp/json" | 366 "/path/to/tmp/json" |
373 ], | 367 ], |
374 "cwd": "[SLAVE_BUILD]", | |
375 "name": "Bisect.Fetch changes", | 368 "name": "Bisect.Fetch changes", |
376 "~followup_annotations": [ | 369 "~followup_annotations": [ |
377 "@@@STEP_NEST_LEVEL@1@@@", | 370 "@@@STEP_NEST_LEVEL@1@@@", |
378 "@@@STEP_LOG_LINE@json.output@{@@@", | 371 "@@@STEP_LOG_LINE@json.output@{@@@", |
379 "@@@STEP_LOG_LINE@json.output@ \"changes\": [@@@", | 372 "@@@STEP_LOG_LINE@json.output@ \"changes\": [@@@", |
380 "@@@STEP_LOG_LINE@json.output@ {@@@", | 373 "@@@STEP_LOG_LINE@json.output@ {@@@", |
381 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a1\"@@@", | 374 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a1\"@@@", |
382 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 375 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
383 "@@@STEP_LOG_LINE@json.output@ {@@@", | 376 "@@@STEP_LOG_LINE@json.output@ {@@@", |
384 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a2\"@@@", | 377 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a2\"@@@", |
(...skipping 13 matching lines...) Expand all Loading... |
398 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py", | 391 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py", |
399 "--json-file", | 392 "--json-file", |
400 "/path/to/tmp/json", | 393 "/path/to/tmp/json", |
401 "--url", | 394 "--url", |
402 "https://chromium.googlesource.com/v8/v8/+log/a1~2..a3", | 395 "https://chromium.googlesource.com/v8/v8/+log/a1~2..a3", |
403 "--format", | 396 "--format", |
404 "json", | 397 "json", |
405 "--log-limit", | 398 "--log-limit", |
406 "100" | 399 "100" |
407 ], | 400 ], |
408 "cwd": "[SLAVE_BUILD]", | |
409 "name": "Bisect.Get change range", | 401 "name": "Bisect.Get change range", |
410 "~followup_annotations": [ | 402 "~followup_annotations": [ |
411 "@@@STEP_NEST_LEVEL@1@@@", | 403 "@@@STEP_NEST_LEVEL@1@@@", |
412 "@@@STEP_TEXT@<br />4 commits fetched@@@", | 404 "@@@STEP_TEXT@<br />4 commits fetched@@@", |
413 "@@@STEP_LOG_LINE@json.output@{@@@", | 405 "@@@STEP_LOG_LINE@json.output@{@@@", |
414 "@@@STEP_LOG_LINE@json.output@ \"log\": [@@@", | 406 "@@@STEP_LOG_LINE@json.output@ \"log\": [@@@", |
415 "@@@STEP_LOG_LINE@json.output@ {@@@", | 407 "@@@STEP_LOG_LINE@json.output@ {@@@", |
416 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a3\", @@@", | 408 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a3\", @@@", |
417 "@@@STEP_LOG_LINE@json.output@ \"msg\": \"Cool commit 3\"@@@", | 409 "@@@STEP_LOG_LINE@json.output@ \"msg\": \"Cool commit 3\"@@@", |
418 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 410 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
419 "@@@STEP_LOG_LINE@json.output@ {@@@", | 411 "@@@STEP_LOG_LINE@json.output@ {@@@", |
420 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a2\", @@@", | 412 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a2\", @@@", |
421 "@@@STEP_LOG_LINE@json.output@ \"msg\": \"Cool commit 2\"@@@", | 413 "@@@STEP_LOG_LINE@json.output@ \"msg\": \"Cool commit 2\"@@@", |
422 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 414 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
423 "@@@STEP_LOG_LINE@json.output@ {@@@", | 415 "@@@STEP_LOG_LINE@json.output@ {@@@", |
424 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a1\", @@@", | 416 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a1\", @@@", |
425 "@@@STEP_LOG_LINE@json.output@ \"msg\": \"Cool commit 1\"@@@", | 417 "@@@STEP_LOG_LINE@json.output@ \"msg\": \"Cool commit 1\"@@@", |
426 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 418 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
427 "@@@STEP_LOG_LINE@json.output@ {@@@", | 419 "@@@STEP_LOG_LINE@json.output@ {@@@", |
428 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a0\", @@@", | 420 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a0\", @@@", |
429 "@@@STEP_LOG_LINE@json.output@ \"msg\": \"Cool commit 0\"@@@", | 421 "@@@STEP_LOG_LINE@json.output@ \"msg\": \"Cool commit 0\"@@@", |
430 "@@@STEP_LOG_LINE@json.output@ }@@@", | 422 "@@@STEP_LOG_LINE@json.output@ }@@@", |
431 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 423 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
432 "@@@STEP_LOG_LINE@json.output@}@@@", | 424 "@@@STEP_LOG_LINE@json.output@}@@@", |
433 "@@@STEP_LOG_END@json.output@@@" | 425 "@@@STEP_LOG_END@json.output@@@" |
434 ] | 426 ] |
435 }, | 427 }, |
436 { | 428 { |
437 "cmd": [], | 429 "cmd": [], |
438 "cwd": "[SLAVE_BUILD]", | |
439 "name": "Bisect a0" | 430 "name": "Bisect a0" |
440 }, | 431 }, |
441 { | 432 { |
442 "cmd": [ | 433 "cmd": [ |
443 "python", | 434 "python", |
444 "-u", | 435 "-u", |
445 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 436 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
446 "--master", | 437 "--master", |
447 "client.v8", | 438 "client.v8", |
448 "--builder", | 439 "--builder", |
449 "V8 Linux - predictable", | 440 "V8 Linux - predictable", |
450 "--slave", | 441 "--slave", |
451 "TestSlavename", | 442 "TestSlavename", |
452 "--spec", | 443 "--spec", |
453 "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'}]", | 444 "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'}]", |
454 "--root", | 445 "--root", |
455 "v8", | 446 "v8", |
456 "--revision_mapping_file", | 447 "--revision_mapping_file", |
457 "{\"v8\": \"got_revision\"}", | 448 "{\"v8\": \"got_revision\"}", |
458 "--git-cache-dir", | 449 "--git-cache-dir", |
459 "[GIT_CACHE]", | 450 "[ROOT]/b/build/slave/cache_dir", |
460 "--output_json", | 451 "--output_json", |
461 "/path/to/tmp/json", | 452 "/path/to/tmp/json", |
462 "--revision", | 453 "--revision", |
463 "v8@a0", | 454 "v8@a0", |
464 "--no_shallow", | 455 "--no_shallow", |
465 "--output_manifest" | 456 "--output_manifest" |
466 ], | 457 ], |
467 "cwd": "[SLAVE_BUILD]", | |
468 "env": { | 458 "env": { |
469 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 459 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
470 }, | 460 }, |
471 "name": "Bisect a0.bot_update", | 461 "name": "Bisect a0.bot_update", |
472 "~followup_annotations": [ | 462 "~followup_annotations": [ |
473 "@@@STEP_NEST_LEVEL@1@@@", | 463 "@@@STEP_NEST_LEVEL@1@@@", |
474 "@@@STEP_TEXT@Some step text@@@", | 464 "@@@STEP_TEXT@Some step text@@@", |
475 "@@@STEP_LOG_LINE@json.output@{@@@", | 465 "@@@STEP_LOG_LINE@json.output@{@@@", |
476 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 466 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
477 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 467 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
(...skipping 17 matching lines...) Expand all Loading... |
495 "@@@STEP_LOG_END@json.output@@@" | 485 "@@@STEP_LOG_END@json.output@@@" |
496 ] | 486 ] |
497 }, | 487 }, |
498 { | 488 { |
499 "cmd": [ | 489 "cmd": [ |
500 "python", | 490 "python", |
501 "-u", | 491 "-u", |
502 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 492 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
503 "runhooks" | 493 "runhooks" |
504 ], | 494 ], |
505 "cwd": "[SLAVE_BUILD]", | |
506 "env": { | 495 "env": { |
507 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 496 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
508 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1
v8_enable_verify_predictable=1 v8_target_arch=ia32", | 497 "GYP_DEFINES": "clang=1 gomadir='[ROOT]/b/build/goma' target_arch=ia32 use
_goma=1 v8_enable_verify_predictable=1 v8_target_arch=ia32", |
509 "GYP_GENERATORS": "ninja", | 498 "GYP_GENERATORS": "ninja", |
510 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 499 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
511 }, | 500 }, |
512 "name": "Bisect a0.gclient runhooks", | 501 "name": "Bisect a0.gclient runhooks", |
513 "~followup_annotations": [ | 502 "~followup_annotations": [ |
514 "@@@STEP_NEST_LEVEL@1@@@" | 503 "@@@STEP_NEST_LEVEL@1@@@" |
515 ] | 504 ] |
516 }, | 505 }, |
517 { | 506 { |
518 "allow_subannotations": true, | 507 "allow_subannotations": true, |
519 "cmd": [ | 508 "cmd": [ |
520 "python", | 509 "python", |
521 "-u", | 510 "-u", |
522 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 511 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
523 "--src-dir", | 512 "--src-dir", |
524 "[SLAVE_BUILD]/v8", | 513 "[CWD]/v8", |
525 "--output-json", | 514 "--output-json", |
526 "/path/to/tmp/json" | 515 "/path/to/tmp/json" |
527 ], | 516 ], |
528 "cwd": "[SLAVE_BUILD]", | |
529 "env": { | 517 "env": { |
530 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 518 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
531 }, | 519 }, |
532 "name": "Bisect a0.clang_revision", | 520 "name": "Bisect a0.clang_revision", |
533 "~followup_annotations": [ | 521 "~followup_annotations": [ |
534 "@@@STEP_NEST_LEVEL@1@@@", | 522 "@@@STEP_NEST_LEVEL@1@@@", |
535 "@@@STEP_LOG_LINE@json.output@{@@@", | 523 "@@@STEP_LOG_LINE@json.output@{@@@", |
536 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 524 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
537 "@@@STEP_LOG_LINE@json.output@}@@@", | 525 "@@@STEP_LOG_LINE@json.output@}@@@", |
538 "@@@STEP_LOG_END@json.output@@@" | 526 "@@@STEP_LOG_END@json.output@@@" |
539 ] | 527 ] |
540 }, | 528 }, |
541 { | 529 { |
542 "cmd": [ | 530 "cmd": [ |
543 "python", | 531 "python", |
544 "-u", | 532 "-u", |
545 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 533 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
546 "--show-path", | 534 "--show-path", |
547 "python", | 535 "python", |
548 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 536 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
549 "--gsutil-py-path", | 537 "--gsutil-py-path", |
550 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 538 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
551 "--ninja-path", | 539 "--ninja-path", |
552 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 540 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
553 "--target", | 541 "--target", |
554 "Release", | 542 "Release", |
555 "--src-dir", | 543 "--src-dir", |
556 "[SLAVE_BUILD]/v8", | 544 "[CWD]/v8", |
557 "--goma-cache-dir", | 545 "--goma-cache-dir", |
558 "[GOMA_CACHE]", | 546 "[ROOT]/b/build/slave/goma_cache", |
559 "--build-tool", | 547 "--build-tool", |
560 "ninja", | 548 "ninja", |
561 "--compiler", | 549 "--compiler", |
562 "goma-clang", | 550 "goma-clang", |
563 "--goma-jsonstatus", | 551 "--goma-jsonstatus", |
564 "/path/to/tmp/json", | 552 "/path/to/tmp/json", |
565 "--goma-service-account-json-file", | 553 "--goma-service-account-json-file", |
566 "/creds/service_accounts/service-account-goma-client.json", | 554 "/creds/service_accounts/service-account-goma-client.json", |
567 "--goma-dir", | 555 "--goma-dir", |
568 "[BUILD]/goma", | 556 "[ROOT]/b/build/goma", |
569 "--", | 557 "--", |
570 "d8" | 558 "d8" |
571 ], | 559 ], |
572 "cwd": "[SLAVE_BUILD]", | |
573 "env": { | 560 "env": { |
574 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 561 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
575 }, | 562 }, |
576 "name": "Bisect a0.compile", | 563 "name": "Bisect a0.compile", |
577 "~followup_annotations": [ | 564 "~followup_annotations": [ |
578 "@@@STEP_NEST_LEVEL@1@@@", | 565 "@@@STEP_NEST_LEVEL@1@@@", |
579 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 566 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
580 "@@@STEP_LOG_END@json.output (invalid)@@@" | 567 "@@@STEP_LOG_END@json.output (invalid)@@@" |
581 ] | 568 ] |
582 }, | 569 }, |
583 { | 570 { |
584 "cmd": [ | 571 "cmd": [ |
585 "python", | 572 "python", |
586 "-u", | 573 "-u", |
587 "[SLAVE_BUILD]/v8/tools/run-tests.py", | 574 "[CWD]/v8/tools/run-tests.py", |
588 "--progress=verbose", | 575 "--progress=verbose", |
589 "--mode", | 576 "--mode", |
590 "Release", | 577 "Release", |
591 "--arch", | 578 "--arch", |
592 "ia32", | 579 "ia32", |
593 "--outdir", | 580 "--outdir", |
594 "out", | 581 "out", |
595 "--buildbot", | 582 "--buildbot", |
596 "--timeout=200", | 583 "--timeout=200", |
597 "suite-name/dir/fast", | 584 "suite-name/dir/fast", |
598 "--random-seed", | 585 "--random-seed", |
599 "123", | 586 "123", |
600 "--predictable", | 587 "--predictable", |
601 "--variants=default", | 588 "--variants=default", |
602 "--rerun-failures-count=0", | 589 "--rerun-failures-count=0", |
603 "--json-test-results", | 590 "--json-test-results", |
604 "/path/to/tmp/json" | 591 "/path/to/tmp/json" |
605 ], | 592 ], |
606 "cwd": "[SLAVE_BUILD]/v8", | 593 "cwd": "[CWD]/v8", |
607 "name": "Bisect a0.Retry", | 594 "name": "Bisect a0.Retry", |
608 "~followup_annotations": [ | 595 "~followup_annotations": [ |
609 "@@@STEP_NEST_LEVEL@1@@@", | 596 "@@@STEP_NEST_LEVEL@1@@@", |
610 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 597 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
611 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 598 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
612 "@@@STEP_LOG_LINE@durations@@@@", | 599 "@@@STEP_LOG_LINE@durations@@@@", |
613 "@@@STEP_LOG_LINE@durations@Details:@@@", | 600 "@@@STEP_LOG_LINE@durations@Details:@@@", |
614 "@@@STEP_LOG_LINE@durations@@@@", | 601 "@@@STEP_LOG_LINE@durations@@@@", |
615 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 602 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
616 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 603 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
617 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 604 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
618 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 605 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
619 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 606 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
620 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 607 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
621 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 608 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
622 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 609 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
623 "@@@STEP_LOG_END@durations@@@" | 610 "@@@STEP_LOG_END@durations@@@" |
624 ] | 611 ] |
625 }, | 612 }, |
626 { | 613 { |
627 "cmd": [], | 614 "cmd": [], |
628 "cwd": "[SLAVE_BUILD]", | |
629 "name": "Available range", | 615 "name": "Available range", |
630 "~followup_annotations": [ | 616 "~followup_annotations": [ |
631 "@@@STEP_LINK@a1@https://chromium.googlesource.com/v8/v8/+/a1@@@", | 617 "@@@STEP_LINK@a1@https://chromium.googlesource.com/v8/v8/+/a1@@@", |
632 "@@@STEP_LINK@a2@https://chromium.googlesource.com/v8/v8/+/a2@@@", | 618 "@@@STEP_LINK@a2@https://chromium.googlesource.com/v8/v8/+/a2@@@", |
633 "@@@STEP_LINK@a3@https://chromium.googlesource.com/v8/v8/+/a3@@@" | 619 "@@@STEP_LINK@a3@https://chromium.googlesource.com/v8/v8/+/a3@@@" |
634 ] | 620 ] |
635 }, | 621 }, |
636 { | 622 { |
637 "cmd": [], | 623 "cmd": [], |
638 "cwd": "[SLAVE_BUILD]", | |
639 "name": "Bisect a2" | 624 "name": "Bisect a2" |
640 }, | 625 }, |
641 { | 626 { |
642 "cmd": [ | 627 "cmd": [ |
643 "python", | 628 "python", |
644 "-u", | 629 "-u", |
645 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 630 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
646 "--master", | 631 "--master", |
647 "client.v8", | 632 "client.v8", |
648 "--builder", | 633 "--builder", |
649 "V8 Linux - predictable", | 634 "V8 Linux - predictable", |
650 "--slave", | 635 "--slave", |
651 "TestSlavename", | 636 "TestSlavename", |
652 "--spec", | 637 "--spec", |
653 "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'}]", | 638 "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'}]", |
654 "--root", | 639 "--root", |
655 "v8", | 640 "v8", |
656 "--revision_mapping_file", | 641 "--revision_mapping_file", |
657 "{\"v8\": \"got_revision\"}", | 642 "{\"v8\": \"got_revision\"}", |
658 "--git-cache-dir", | 643 "--git-cache-dir", |
659 "[GIT_CACHE]", | 644 "[ROOT]/b/build/slave/cache_dir", |
660 "--output_json", | 645 "--output_json", |
661 "/path/to/tmp/json", | 646 "/path/to/tmp/json", |
662 "--revision", | 647 "--revision", |
663 "v8@a2", | 648 "v8@a2", |
664 "--no_shallow", | 649 "--no_shallow", |
665 "--output_manifest" | 650 "--output_manifest" |
666 ], | 651 ], |
667 "cwd": "[SLAVE_BUILD]", | |
668 "env": { | 652 "env": { |
669 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 653 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
670 }, | 654 }, |
671 "name": "Bisect a2.bot_update", | 655 "name": "Bisect a2.bot_update", |
672 "~followup_annotations": [ | 656 "~followup_annotations": [ |
673 "@@@STEP_NEST_LEVEL@1@@@", | 657 "@@@STEP_NEST_LEVEL@1@@@", |
674 "@@@STEP_TEXT@Some step text@@@", | 658 "@@@STEP_TEXT@Some step text@@@", |
675 "@@@STEP_LOG_LINE@json.output@{@@@", | 659 "@@@STEP_LOG_LINE@json.output@{@@@", |
676 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 660 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
677 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 661 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
(...skipping 17 matching lines...) Expand all Loading... |
695 "@@@STEP_LOG_END@json.output@@@" | 679 "@@@STEP_LOG_END@json.output@@@" |
696 ] | 680 ] |
697 }, | 681 }, |
698 { | 682 { |
699 "cmd": [ | 683 "cmd": [ |
700 "python", | 684 "python", |
701 "-u", | 685 "-u", |
702 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 686 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
703 "runhooks" | 687 "runhooks" |
704 ], | 688 ], |
705 "cwd": "[SLAVE_BUILD]", | |
706 "env": { | 689 "env": { |
707 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 690 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
708 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1
v8_enable_verify_predictable=1 v8_target_arch=ia32", | 691 "GYP_DEFINES": "clang=1 gomadir='[ROOT]/b/build/goma' target_arch=ia32 use
_goma=1 v8_enable_verify_predictable=1 v8_target_arch=ia32", |
709 "GYP_GENERATORS": "ninja", | 692 "GYP_GENERATORS": "ninja", |
710 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 693 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
711 }, | 694 }, |
712 "name": "Bisect a2.gclient runhooks", | 695 "name": "Bisect a2.gclient runhooks", |
713 "~followup_annotations": [ | 696 "~followup_annotations": [ |
714 "@@@STEP_NEST_LEVEL@1@@@" | 697 "@@@STEP_NEST_LEVEL@1@@@" |
715 ] | 698 ] |
716 }, | 699 }, |
717 { | 700 { |
718 "allow_subannotations": true, | 701 "allow_subannotations": true, |
719 "cmd": [ | 702 "cmd": [ |
720 "python", | 703 "python", |
721 "-u", | 704 "-u", |
722 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 705 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
723 "--src-dir", | 706 "--src-dir", |
724 "[SLAVE_BUILD]/v8", | 707 "[CWD]/v8", |
725 "--output-json", | 708 "--output-json", |
726 "/path/to/tmp/json" | 709 "/path/to/tmp/json" |
727 ], | 710 ], |
728 "cwd": "[SLAVE_BUILD]", | |
729 "env": { | 711 "env": { |
730 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 712 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
731 }, | 713 }, |
732 "name": "Bisect a2.clang_revision", | 714 "name": "Bisect a2.clang_revision", |
733 "~followup_annotations": [ | 715 "~followup_annotations": [ |
734 "@@@STEP_NEST_LEVEL@1@@@", | 716 "@@@STEP_NEST_LEVEL@1@@@", |
735 "@@@STEP_LOG_LINE@json.output@{@@@", | 717 "@@@STEP_LOG_LINE@json.output@{@@@", |
736 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 718 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
737 "@@@STEP_LOG_LINE@json.output@}@@@", | 719 "@@@STEP_LOG_LINE@json.output@}@@@", |
738 "@@@STEP_LOG_END@json.output@@@" | 720 "@@@STEP_LOG_END@json.output@@@" |
739 ] | 721 ] |
740 }, | 722 }, |
741 { | 723 { |
742 "cmd": [ | 724 "cmd": [ |
743 "python", | 725 "python", |
744 "-u", | 726 "-u", |
745 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 727 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
746 "--show-path", | 728 "--show-path", |
747 "python", | 729 "python", |
748 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 730 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
749 "--gsutil-py-path", | 731 "--gsutil-py-path", |
750 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 732 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
751 "--ninja-path", | 733 "--ninja-path", |
752 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 734 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
753 "--target", | 735 "--target", |
754 "Release", | 736 "Release", |
755 "--src-dir", | 737 "--src-dir", |
756 "[SLAVE_BUILD]/v8", | 738 "[CWD]/v8", |
757 "--goma-cache-dir", | 739 "--goma-cache-dir", |
758 "[GOMA_CACHE]", | 740 "[ROOT]/b/build/slave/goma_cache", |
759 "--build-tool", | 741 "--build-tool", |
760 "ninja", | 742 "ninja", |
761 "--compiler", | 743 "--compiler", |
762 "goma-clang", | 744 "goma-clang", |
763 "--goma-jsonstatus", | 745 "--goma-jsonstatus", |
764 "/path/to/tmp/json", | 746 "/path/to/tmp/json", |
765 "--goma-service-account-json-file", | 747 "--goma-service-account-json-file", |
766 "/creds/service_accounts/service-account-goma-client.json", | 748 "/creds/service_accounts/service-account-goma-client.json", |
767 "--goma-dir", | 749 "--goma-dir", |
768 "[BUILD]/goma", | 750 "[ROOT]/b/build/goma", |
769 "--", | 751 "--", |
770 "d8" | 752 "d8" |
771 ], | 753 ], |
772 "cwd": "[SLAVE_BUILD]", | |
773 "env": { | 754 "env": { |
774 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 755 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
775 }, | 756 }, |
776 "name": "Bisect a2.compile", | 757 "name": "Bisect a2.compile", |
777 "~followup_annotations": [ | 758 "~followup_annotations": [ |
778 "@@@STEP_NEST_LEVEL@1@@@", | 759 "@@@STEP_NEST_LEVEL@1@@@", |
779 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 760 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
780 "@@@STEP_LOG_END@json.output (invalid)@@@" | 761 "@@@STEP_LOG_END@json.output (invalid)@@@" |
781 ] | 762 ] |
782 }, | 763 }, |
783 { | 764 { |
784 "cmd": [ | 765 "cmd": [ |
785 "python", | 766 "python", |
786 "-u", | 767 "-u", |
787 "[SLAVE_BUILD]/v8/tools/run-tests.py", | 768 "[CWD]/v8/tools/run-tests.py", |
788 "--progress=verbose", | 769 "--progress=verbose", |
789 "--mode", | 770 "--mode", |
790 "Release", | 771 "Release", |
791 "--arch", | 772 "--arch", |
792 "ia32", | 773 "ia32", |
793 "--outdir", | 774 "--outdir", |
794 "out", | 775 "out", |
795 "--buildbot", | 776 "--buildbot", |
796 "--timeout=200", | 777 "--timeout=200", |
797 "suite-name/dir/fast", | 778 "suite-name/dir/fast", |
798 "--random-seed", | 779 "--random-seed", |
799 "123", | 780 "123", |
800 "--predictable", | 781 "--predictable", |
801 "--variants=default", | 782 "--variants=default", |
802 "--rerun-failures-count=0", | 783 "--rerun-failures-count=0", |
803 "--json-test-results", | 784 "--json-test-results", |
804 "/path/to/tmp/json" | 785 "/path/to/tmp/json" |
805 ], | 786 ], |
806 "cwd": "[SLAVE_BUILD]/v8", | 787 "cwd": "[CWD]/v8", |
807 "name": "Bisect a2.Retry", | 788 "name": "Bisect a2.Retry", |
808 "~followup_annotations": [ | 789 "~followup_annotations": [ |
809 "@@@STEP_NEST_LEVEL@1@@@", | 790 "@@@STEP_NEST_LEVEL@1@@@", |
810 "@@@STEP_TEXT@failures: 2<br/>@@@", | 791 "@@@STEP_TEXT@failures: 2<br/>@@@", |
811 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 792 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
812 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 793 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
813 "@@@STEP_LOG_LINE@durations@@@@", | 794 "@@@STEP_LOG_LINE@durations@@@@", |
814 "@@@STEP_LOG_LINE@durations@Details:@@@", | 795 "@@@STEP_LOG_LINE@durations@Details:@@@", |
815 "@@@STEP_LOG_LINE@durations@@@@", | 796 "@@@STEP_LOG_LINE@durations@@@@", |
816 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 797 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
862 "@@@STEP_LOG_LINE@slow@@@@", | 843 "@@@STEP_LOG_LINE@slow@@@@", |
863 "@@@STEP_LOG_LINE@slow@Stderr:@@@", | 844 "@@@STEP_LOG_LINE@slow@Stderr:@@@", |
864 "@@@STEP_LOG_LINE@slow@Some errput.@@@", | 845 "@@@STEP_LOG_LINE@slow@Some errput.@@@", |
865 "@@@STEP_LOG_LINE@slow@@@@", | 846 "@@@STEP_LOG_LINE@slow@@@@", |
866 "@@@STEP_LOG_END@slow@@@", | 847 "@@@STEP_LOG_END@slow@@@", |
867 "@@@STEP_FAILURE@@@" | 848 "@@@STEP_FAILURE@@@" |
868 ] | 849 ] |
869 }, | 850 }, |
870 { | 851 { |
871 "cmd": [], | 852 "cmd": [], |
872 "cwd": "[SLAVE_BUILD]", | |
873 "name": "Bisect a1" | 853 "name": "Bisect a1" |
874 }, | 854 }, |
875 { | 855 { |
876 "cmd": [ | 856 "cmd": [ |
877 "python", | 857 "python", |
878 "-u", | 858 "-u", |
879 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 859 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
880 "--master", | 860 "--master", |
881 "client.v8", | 861 "client.v8", |
882 "--builder", | 862 "--builder", |
883 "V8 Linux - predictable", | 863 "V8 Linux - predictable", |
884 "--slave", | 864 "--slave", |
885 "TestSlavename", | 865 "TestSlavename", |
886 "--spec", | 866 "--spec", |
887 "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'}]", | 867 "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'}]", |
888 "--root", | 868 "--root", |
889 "v8", | 869 "v8", |
890 "--revision_mapping_file", | 870 "--revision_mapping_file", |
891 "{\"v8\": \"got_revision\"}", | 871 "{\"v8\": \"got_revision\"}", |
892 "--git-cache-dir", | 872 "--git-cache-dir", |
893 "[GIT_CACHE]", | 873 "[ROOT]/b/build/slave/cache_dir", |
894 "--output_json", | 874 "--output_json", |
895 "/path/to/tmp/json", | 875 "/path/to/tmp/json", |
896 "--revision", | 876 "--revision", |
897 "v8@a1", | 877 "v8@a1", |
898 "--no_shallow", | 878 "--no_shallow", |
899 "--output_manifest" | 879 "--output_manifest" |
900 ], | 880 ], |
901 "cwd": "[SLAVE_BUILD]", | |
902 "env": { | 881 "env": { |
903 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 882 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
904 }, | 883 }, |
905 "name": "Bisect a1.bot_update", | 884 "name": "Bisect a1.bot_update", |
906 "~followup_annotations": [ | 885 "~followup_annotations": [ |
907 "@@@STEP_NEST_LEVEL@1@@@", | 886 "@@@STEP_NEST_LEVEL@1@@@", |
908 "@@@STEP_TEXT@Some step text@@@", | 887 "@@@STEP_TEXT@Some step text@@@", |
909 "@@@STEP_LOG_LINE@json.output@{@@@", | 888 "@@@STEP_LOG_LINE@json.output@{@@@", |
910 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 889 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
911 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 890 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
(...skipping 17 matching lines...) Expand all Loading... |
929 "@@@STEP_LOG_END@json.output@@@" | 908 "@@@STEP_LOG_END@json.output@@@" |
930 ] | 909 ] |
931 }, | 910 }, |
932 { | 911 { |
933 "cmd": [ | 912 "cmd": [ |
934 "python", | 913 "python", |
935 "-u", | 914 "-u", |
936 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 915 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
937 "runhooks" | 916 "runhooks" |
938 ], | 917 ], |
939 "cwd": "[SLAVE_BUILD]", | |
940 "env": { | 918 "env": { |
941 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 919 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
942 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1
v8_enable_verify_predictable=1 v8_target_arch=ia32", | 920 "GYP_DEFINES": "clang=1 gomadir='[ROOT]/b/build/goma' target_arch=ia32 use
_goma=1 v8_enable_verify_predictable=1 v8_target_arch=ia32", |
943 "GYP_GENERATORS": "ninja", | 921 "GYP_GENERATORS": "ninja", |
944 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 922 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
945 }, | 923 }, |
946 "name": "Bisect a1.gclient runhooks", | 924 "name": "Bisect a1.gclient runhooks", |
947 "~followup_annotations": [ | 925 "~followup_annotations": [ |
948 "@@@STEP_NEST_LEVEL@1@@@" | 926 "@@@STEP_NEST_LEVEL@1@@@" |
949 ] | 927 ] |
950 }, | 928 }, |
951 { | 929 { |
952 "allow_subannotations": true, | 930 "allow_subannotations": true, |
953 "cmd": [ | 931 "cmd": [ |
954 "python", | 932 "python", |
955 "-u", | 933 "-u", |
956 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 934 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
957 "--src-dir", | 935 "--src-dir", |
958 "[SLAVE_BUILD]/v8", | 936 "[CWD]/v8", |
959 "--output-json", | 937 "--output-json", |
960 "/path/to/tmp/json" | 938 "/path/to/tmp/json" |
961 ], | 939 ], |
962 "cwd": "[SLAVE_BUILD]", | |
963 "env": { | 940 "env": { |
964 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 941 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
965 }, | 942 }, |
966 "name": "Bisect a1.clang_revision", | 943 "name": "Bisect a1.clang_revision", |
967 "~followup_annotations": [ | 944 "~followup_annotations": [ |
968 "@@@STEP_NEST_LEVEL@1@@@", | 945 "@@@STEP_NEST_LEVEL@1@@@", |
969 "@@@STEP_LOG_LINE@json.output@{@@@", | 946 "@@@STEP_LOG_LINE@json.output@{@@@", |
970 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 947 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
971 "@@@STEP_LOG_LINE@json.output@}@@@", | 948 "@@@STEP_LOG_LINE@json.output@}@@@", |
972 "@@@STEP_LOG_END@json.output@@@" | 949 "@@@STEP_LOG_END@json.output@@@" |
973 ] | 950 ] |
974 }, | 951 }, |
975 { | 952 { |
976 "cmd": [ | 953 "cmd": [ |
977 "python", | 954 "python", |
978 "-u", | 955 "-u", |
979 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 956 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
980 "--show-path", | 957 "--show-path", |
981 "python", | 958 "python", |
982 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 959 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
983 "--gsutil-py-path", | 960 "--gsutil-py-path", |
984 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 961 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
985 "--ninja-path", | 962 "--ninja-path", |
986 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 963 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
987 "--target", | 964 "--target", |
988 "Release", | 965 "Release", |
989 "--src-dir", | 966 "--src-dir", |
990 "[SLAVE_BUILD]/v8", | 967 "[CWD]/v8", |
991 "--goma-cache-dir", | 968 "--goma-cache-dir", |
992 "[GOMA_CACHE]", | 969 "[ROOT]/b/build/slave/goma_cache", |
993 "--build-tool", | 970 "--build-tool", |
994 "ninja", | 971 "ninja", |
995 "--compiler", | 972 "--compiler", |
996 "goma-clang", | 973 "goma-clang", |
997 "--goma-jsonstatus", | 974 "--goma-jsonstatus", |
998 "/path/to/tmp/json", | 975 "/path/to/tmp/json", |
999 "--goma-service-account-json-file", | 976 "--goma-service-account-json-file", |
1000 "/creds/service_accounts/service-account-goma-client.json", | 977 "/creds/service_accounts/service-account-goma-client.json", |
1001 "--goma-dir", | 978 "--goma-dir", |
1002 "[BUILD]/goma", | 979 "[ROOT]/b/build/goma", |
1003 "--", | 980 "--", |
1004 "d8" | 981 "d8" |
1005 ], | 982 ], |
1006 "cwd": "[SLAVE_BUILD]", | |
1007 "env": { | 983 "env": { |
1008 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 984 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
1009 }, | 985 }, |
1010 "name": "Bisect a1.compile", | 986 "name": "Bisect a1.compile", |
1011 "~followup_annotations": [ | 987 "~followup_annotations": [ |
1012 "@@@STEP_NEST_LEVEL@1@@@", | 988 "@@@STEP_NEST_LEVEL@1@@@", |
1013 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 989 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
1014 "@@@STEP_LOG_END@json.output (invalid)@@@" | 990 "@@@STEP_LOG_END@json.output (invalid)@@@" |
1015 ] | 991 ] |
1016 }, | 992 }, |
1017 { | 993 { |
1018 "cmd": [ | 994 "cmd": [ |
1019 "python", | 995 "python", |
1020 "-u", | 996 "-u", |
1021 "[SLAVE_BUILD]/v8/tools/run-tests.py", | 997 "[CWD]/v8/tools/run-tests.py", |
1022 "--progress=verbose", | 998 "--progress=verbose", |
1023 "--mode", | 999 "--mode", |
1024 "Release", | 1000 "Release", |
1025 "--arch", | 1001 "--arch", |
1026 "ia32", | 1002 "ia32", |
1027 "--outdir", | 1003 "--outdir", |
1028 "out", | 1004 "out", |
1029 "--buildbot", | 1005 "--buildbot", |
1030 "--timeout=200", | 1006 "--timeout=200", |
1031 "suite-name/dir/fast", | 1007 "suite-name/dir/fast", |
1032 "--random-seed", | 1008 "--random-seed", |
1033 "123", | 1009 "123", |
1034 "--predictable", | 1010 "--predictable", |
1035 "--variants=default", | 1011 "--variants=default", |
1036 "--rerun-failures-count=0", | 1012 "--rerun-failures-count=0", |
1037 "--json-test-results", | 1013 "--json-test-results", |
1038 "/path/to/tmp/json" | 1014 "/path/to/tmp/json" |
1039 ], | 1015 ], |
1040 "cwd": "[SLAVE_BUILD]/v8", | 1016 "cwd": "[CWD]/v8", |
1041 "name": "Bisect a1.Retry", | 1017 "name": "Bisect a1.Retry", |
1042 "~followup_annotations": [ | 1018 "~followup_annotations": [ |
1043 "@@@STEP_NEST_LEVEL@1@@@", | 1019 "@@@STEP_NEST_LEVEL@1@@@", |
1044 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1020 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
1045 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1021 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
1046 "@@@STEP_LOG_LINE@durations@@@@", | 1022 "@@@STEP_LOG_LINE@durations@@@@", |
1047 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1023 "@@@STEP_LOG_LINE@durations@Details:@@@", |
1048 "@@@STEP_LOG_LINE@durations@@@@", | 1024 "@@@STEP_LOG_LINE@durations@@@@", |
1049 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1025 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
1050 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1026 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
1051 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1027 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
1052 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1028 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
1053 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1029 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
1054 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1030 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
1055 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1031 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
1056 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1032 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1057 "@@@STEP_LOG_END@durations@@@" | 1033 "@@@STEP_LOG_END@durations@@@" |
1058 ] | 1034 ] |
1059 }, | 1035 }, |
1060 { | 1036 { |
1061 "cmd": [], | 1037 "cmd": [], |
1062 "cwd": "[SLAVE_BUILD]", | |
1063 "name": "Suspecting a2", | 1038 "name": "Suspecting a2", |
1064 "~followup_annotations": [ | 1039 "~followup_annotations": [ |
1065 "@@@STEP_LINK@a2@https://chromium.googlesource.com/v8/v8/+/a2@@@" | 1040 "@@@STEP_LINK@a2@https://chromium.googlesource.com/v8/v8/+/a2@@@" |
1066 ] | 1041 ] |
1067 }, | 1042 }, |
1068 { | 1043 { |
1069 "name": "$result", | 1044 "name": "$result", |
1070 "reason": "Failures or flakes in build.", | 1045 "reason": "Failures or flakes in build.", |
1071 "status_code": 1 | 1046 "status_code": 1 |
1072 } | 1047 } |
1073 ] | 1048 ] |
OLD | NEW |