Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___predictable_bisect.json

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

Powered by Google App Engine
This is Rietveld 408576698