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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/delayed_build_test.json

Issue 2016363003: Revert of Avoid nesting steps called under waiting for x: (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 6 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 "git", 4 "git",
5 "update-ref", 5 "update-ref",
6 "refs/heads/master", 6 "refs/heads/master",
7 "refs/remotes/origin/master" 7 "refs/remotes/origin/master"
8 ], 8 ],
9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
10 "name": "git update-ref" 10 "name": "git update-ref"
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 "cmd": [ 190 "cmd": [
191 "python", 191 "python",
192 "-u", 192 "-u",
193 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 193 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
194 "--", 194 "--",
195 "[DEPOT_TOOLS]/gsutil.py", 195 "[DEPOT_TOOLS]/gsutil.py",
196 "----", 196 "----",
197 "ls", 197 "ls",
198 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip" 198 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
199 ], 199 ],
200 "name": "gsutil ls (2)", 200 "name": "gsutil ls (2)"
201 "~followup_annotations": [
202 "step returned non-zero exit code: 1",
203 "@@@STEP_EXCEPTION@@@"
204 ]
205 },
206 {
207 "cmd": [
208 "git",
209 "-c",
210 "user.email=FAKE_PERF_PUMPKIN@chromium.org",
211 "try",
212 "--bot",
213 "linux_perf_bisect_builder",
214 "--revision",
215 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
216 "--name",
217 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-build",
218 "--clobber",
219 "--svn_repo",
220 "svn://svn.chromium.org/chrome-try/try-perf",
221 "--diff",
222 "/dev/null"
223 ],
224 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
225 "name": "Requesting build for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111 via g it try."
226 },
227 {
228 "cmd": [
229 "python",
230 "-u",
231 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
232 "--",
233 "[DEPOT_TOOLS]/gsutil.py",
234 "----",
235 "ls",
236 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
237 ],
238 "name": "gsutil ls (3)",
239 "~followup_annotations": [
240 "step returned non-zero exit code: 1",
241 "@@@STEP_EXCEPTION@@@"
242 ]
243 },
244 {
245 "cmd": [
246 "python",
247 "-u",
248 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
249 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder?as_text=1",
250 "--outfile",
251 "/path/to/tmp/"
252 ],
253 "name": "fetch builder state"
254 },
255 {
256 "cmd": [
257 "python",
258 "-u",
259 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
260 ],
261 "name": "sleeping",
262 "~followup_annotations": [
263 "@@@STEP_LOG_LINE@python.inline@@@@",
264 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
265 "@@@STEP_LOG_LINE@python.inline@import time@@@",
266 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
267 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
268 "@@@STEP_LOG_END@python.inline@@@"
269 ]
270 },
271 {
272 "cmd": [
273 "python",
274 "-u",
275 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
276 "--",
277 "[DEPOT_TOOLS]/gsutil.py",
278 "----",
279 "ls",
280 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
281 ],
282 "name": "gsutil ls (4)",
283 "~followup_annotations": [
284 "step returned non-zero exit code: 1",
285 "@@@STEP_EXCEPTION@@@"
286 ]
287 },
288 {
289 "cmd": [
290 "python",
291 "-u",
292 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
293 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder?as_text=1",
294 "--outfile",
295 "/path/to/tmp/"
296 ],
297 "name": "fetch builder state (2)"
298 },
299 {
300 "cmd": [
301 "python",
302 "-u",
303 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
304 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder/builds/2106?as_text=1",
305 "--outfile",
306 "/path/to/tmp/"
307 ],
308 "name": "fetch build details"
309 },
310 {
311 "cmd": [
312 "python",
313 "-u",
314 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
315 ],
316 "name": "sleeping (2)",
317 "~followup_annotations": [
318 "@@@STEP_LOG_LINE@python.inline@@@@",
319 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
320 "@@@STEP_LOG_LINE@python.inline@import time@@@",
321 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
322 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
323 "@@@STEP_LOG_END@python.inline@@@"
324 ]
325 },
326 {
327 "cmd": [
328 "python",
329 "-u",
330 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
331 "--",
332 "[DEPOT_TOOLS]/gsutil.py",
333 "----",
334 "ls",
335 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
336 ],
337 "name": "gsutil ls (5)",
338 "~followup_annotations": [
339 "step returned non-zero exit code: 1",
340 "@@@STEP_EXCEPTION@@@"
341 ]
342 },
343 {
344 "cmd": [
345 "python",
346 "-u",
347 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
348 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder/builds/2106?as_text=1",
349 "--outfile",
350 "/path/to/tmp/"
351 ],
352 "name": "fetch build details (2)"
353 },
354 {
355 "cmd": [
356 "python",
357 "-u",
358 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
359 "--",
360 "[DEPOT_TOOLS]/gsutil.py",
361 "----",
362 "ls",
363 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
364 ],
365 "name": "gsutil ls (6)",
366 "~followup_annotations": [
367 "step returned non-zero exit code: 1",
368 "@@@STEP_EXCEPTION@@@"
369 ]
370 },
371 {
372 "cmd": [
373 "python",
374 "-u",
375 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
376 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder?as_text=1",
377 "--outfile",
378 "/path/to/tmp/"
379 ],
380 "name": "fetch builder state (3)"
381 },
382 {
383 "cmd": [
384 "python",
385 "-u",
386 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
387 ],
388 "name": "sleeping (3)",
389 "~followup_annotations": [
390 "@@@STEP_LOG_LINE@python.inline@@@@",
391 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
392 "@@@STEP_LOG_LINE@python.inline@import time@@@",
393 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
394 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
395 "@@@STEP_LOG_END@python.inline@@@"
396 ]
397 },
398 {
399 "cmd": [
400 "python",
401 "-u",
402 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
403 "--",
404 "[DEPOT_TOOLS]/gsutil.py",
405 "----",
406 "ls",
407 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
408 ],
409 "name": "gsutil ls (7)"
410 }, 201 },
411 { 202 {
412 "cmd": [], 203 "cmd": [],
413 "name": "Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 204 "name": "Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
414 "trigger_specs": [ 205 "trigger_specs": [
415 { 206 {
416 "builder_name": "linux_perf_tester", 207 "builder_name": "linux_perf_tester",
417 "properties": { 208 "properties": {
418 "bisect_config": { 209 "bisect_config": {
419 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 210 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
420 "metric": "mean_input_event_latency/mean_input_event_latency", 211 "metric": "mean_input_event_latency/mean_input_event_latency",
421 "repeat_count": 5, 212 "repeat_count": 5,
422 "test_type": "perf" 213 "test_type": "perf"
423 }, 214 },
424 "job_name": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test", 215 "job_name": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test",
425 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip", 216 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip",
426 "parent_got_revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 217 "parent_got_revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
427 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 218 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
428 "revision_ladder": { 219 "revision_ladder": {
429 "chromium": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 220 "chromium": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
430 } 221 }
431 } 222 }
432 } 223 }
433 ] 224 ]
434 }, 225 },
435 { 226 {
436 "cmd": [ 227 "cmd": [
228 "git",
229 "footers",
230 "--position",
231 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
232 ],
233 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
234 "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222",
235 "stdout": "/path/to/tmp/"
236 },
237 {
238 "cmd": [],
239 "name": "Waiting for chromium@a6298e4afe"
240 },
241 {
242 "cmd": [
243 "python",
244 "-u",
245 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
246 "--",
247 "[DEPOT_TOOLS]/gsutil.py",
248 "----",
249 "ls",
250 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
251 ],
252 "name": "Waiting for chromium@a6298e4afe.gsutil ls",
253 "~followup_annotations": [
254 "@@@STEP_NEST_LEVEL@1@@@",
255 "step returned non-zero exit code: 1",
256 "@@@STEP_EXCEPTION@@@"
257 ]
258 },
259 {
260 "cmd": [
261 "python",
262 "-u",
263 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
264 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder?as_text=1",
265 "--outfile",
266 "/path/to/tmp/"
267 ],
268 "name": "Waiting for chromium@a6298e4afe.fetch builder state",
269 "~followup_annotations": [
270 "@@@STEP_NEST_LEVEL@1@@@"
271 ]
272 },
273 {
274 "cmd": [
437 "python", 275 "python",
438 "-u", 276 "-u",
439 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" 277 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
440 ], 278 ],
441 "name": "sleeping (4)", 279 "name": "Waiting for chromium@a6298e4afe.sleeping",
442 "~followup_annotations": [ 280 "~followup_annotations": [
281 "@@@STEP_NEST_LEVEL@1@@@",
443 "@@@STEP_LOG_LINE@python.inline@@@@", 282 "@@@STEP_LOG_LINE@python.inline@@@@",
444 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 283 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
445 "@@@STEP_LOG_LINE@python.inline@import time@@@", 284 "@@@STEP_LOG_LINE@python.inline@import time@@@",
446 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", 285 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
447 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 286 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
448 "@@@STEP_LOG_END@python.inline@@@" 287 "@@@STEP_LOG_END@python.inline@@@"
449 ] 288 ]
450 }, 289 },
451 { 290 {
452 "cmd": [ 291 "cmd": [
453 "python", 292 "python",
454 "-u", 293 "-u",
455 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 294 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
456 "--", 295 "--",
457 "[DEPOT_TOOLS]/gsutil.py", 296 "[DEPOT_TOOLS]/gsutil.py",
458 "----", 297 "----",
459 "ls", 298 "ls",
460 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results" 299 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
461 ], 300 ],
462 "name": "gsutil ls (8)" 301 "name": "Waiting for chromium@a6298e4afe.gsutil ls (2)",
302 "~followup_annotations": [
303 "@@@STEP_NEST_LEVEL@1@@@",
304 "step returned non-zero exit code: 1",
305 "@@@STEP_EXCEPTION@@@"
306 ]
307 },
308 {
309 "cmd": [
310 "python",
311 "-u",
312 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
313 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder?as_text=1",
314 "--outfile",
315 "/path/to/tmp/"
316 ],
317 "name": "Waiting for chromium@a6298e4afe.fetch builder state (2)",
318 "~followup_annotations": [
319 "@@@STEP_NEST_LEVEL@1@@@"
320 ]
321 },
322 {
323 "cmd": [
324 "python",
325 "-u",
326 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
327 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder/builds/2106?as_text=1",
328 "--outfile",
329 "/path/to/tmp/"
330 ],
331 "name": "Waiting for chromium@a6298e4afe.fetch build details",
332 "~followup_annotations": [
333 "@@@STEP_NEST_LEVEL@1@@@"
334 ]
335 },
336 {
337 "cmd": [
338 "python",
339 "-u",
340 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
341 ],
342 "name": "Waiting for chromium@a6298e4afe.sleeping (2)",
343 "~followup_annotations": [
344 "@@@STEP_NEST_LEVEL@1@@@",
345 "@@@STEP_LOG_LINE@python.inline@@@@",
346 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
347 "@@@STEP_LOG_LINE@python.inline@import time@@@",
348 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
349 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
350 "@@@STEP_LOG_END@python.inline@@@"
351 ]
463 }, 352 },
464 { 353 {
465 "cmd": [ 354 "cmd": [
466 "python", 355 "python",
467 "-u", 356 "-u",
468 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 357 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
469 "--", 358 "--",
470 "[DEPOT_TOOLS]/gsutil.py", 359 "[DEPOT_TOOLS]/gsutil.py",
471 "----", 360 "----",
472 "cat", 361 "ls",
473 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results" 362 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
474 ], 363 ],
475 "name": "gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d 2111111", 364 "name": "Waiting for chromium@a6298e4afe.gsutil ls (3)",
476 "stdout": "/path/to/tmp/" 365 "~followup_annotations": [
366 "@@@STEP_NEST_LEVEL@1@@@",
367 "step returned non-zero exit code: 1",
368 "@@@STEP_EXCEPTION@@@"
369 ]
477 }, 370 },
478 { 371 {
479 "cmd": [ 372 "cmd": [
373 "python",
374 "-u",
375 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
376 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder/builds/2106?as_text=1",
377 "--outfile",
378 "/path/to/tmp/"
379 ],
380 "name": "Waiting for chromium@a6298e4afe.fetch build details (2)",
381 "~followup_annotations": [
382 "@@@STEP_NEST_LEVEL@1@@@"
383 ]
384 },
385 {
386 "cmd": [
480 "git", 387 "git",
481 "footers", 388 "footers",
482 "--position", 389 "--position",
483 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 390 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
484 ], 391 ],
485 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 392 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
486 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 393 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
394 "stdout": "/path/to/tmp/"
395 },
396 {
397 "cmd": [],
398 "name": "Waiting for chromium@00316c9ddf"
399 },
400 {
401 "cmd": [
402 "python",
403 "-u",
404 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
405 "--",
406 "[DEPOT_TOOLS]/gsutil.py",
407 "----",
408 "ls",
409 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
410 ],
411 "name": "Waiting for chromium@00316c9ddf.gsutil ls",
412 "~followup_annotations": [
413 "@@@STEP_NEST_LEVEL@1@@@"
414 ]
415 },
416 {
417 "cmd": [
418 "python",
419 "-u",
420 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
421 "--",
422 "[DEPOT_TOOLS]/gsutil.py",
423 "----",
424 "cat",
425 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
426 ],
427 "name": "Waiting for chromium@00316c9ddf.gsutil Get test results for build 0 0316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
487 "stdout": "/path/to/tmp/", 428 "stdout": "/path/to/tmp/",
488 "~followup_annotations": [ 429 "~followup_annotations": [
430 "@@@STEP_NEST_LEVEL@1@@@",
489 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_TEST_FAILURE\"]@@@" 431 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_TEST_FAILURE\"]@@@"
490 ] 432 ]
491 }, 433 },
492 { 434 {
493 "name": "$result", 435 "name": "$result",
494 "recipe_result": null, 436 "recipe_result": null,
495 "status_code": 0 437 "status_code": 0
496 } 438 }
497 ] 439 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698