| OLD | NEW |
| 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 13 matching lines...) Expand all Loading... |
| 24 "name": "config", | 24 "name": "config", |
| 25 "~followup_annotations": [ | 25 "~followup_annotations": [ |
| 26 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@", | 26 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@", |
| 27 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\",
@@@", | 27 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\",
@@@", |
| 28 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"\", @@@", | 28 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"\", @@@", |
| 29 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g
olo.chromium.org\", @@@", | 29 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g
olo.chromium.org\", @@@", |
| 30 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @
@@", | 30 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @
@@", |
| 31 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"Tru
e\", @@@", | 31 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"Tru
e\", @@@", |
| 32 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"src/tools/perf
/run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", @@@", | 32 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"src/tools/perf
/run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", @@@", |
| 33 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": \"True\", @
@@", | 33 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": \"True\", @
@@", |
| 34 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": \"True\"
, @@@", |
| 34 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"314015\"
, @@@", | 35 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"314015\"
, @@@", |
| 35 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\
", @@@", | 36 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\
", @@@", |
| 36 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\",
@@@", | 37 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\",
@@@", |
| 37 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"mean_input_even
t_latency/mean_input_event_latency\", @@@", | 38 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"mean_input_even
t_latency/mean_input_event_latency\", @@@", |
| 38 "@@@STEP_LOG_LINE@Bisect job configuration@ \"recipe_tester_name\": \"lin
ux_perf_tester\", @@@", | 39 "@@@STEP_LOG_LINE@Bisect job configuration@ \"recipe_tester_name\": \"lin
ux_perf_tester\", @@@", |
| 39 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@"
, | 40 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@"
, |
| 40 "@@@STEP_LOG_LINE@Bisect job configuration@ \"skip_gclient_ops\": \"True\
", @@@", | 41 "@@@STEP_LOG_LINE@Bisect job configuration@ \"skip_gclient_ops\": \"True\
", @@@", |
| 41 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@", | 42 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@", |
| 42 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@", | 43 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@", |
| 43 "@@@STEP_LOG_END@Bisect job configuration@@@" | 44 "@@@STEP_LOG_END@Bisect job configuration@@@" |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 } | 269 } |
| 269 ], | 270 ], |
| 270 "~followup_annotations": [ | 271 "~followup_annotations": [ |
| 271 "@@@STEP_NEST_LEVEL@1@@@" | 272 "@@@STEP_NEST_LEVEL@1@@@" |
| 272 ] | 273 ] |
| 273 }, | 274 }, |
| 274 { | 275 { |
| 275 "cmd": [ | 276 "cmd": [ |
| 276 "python", | 277 "python", |
| 277 "-u", | 278 "-u", |
| 278 "\nimport sys\nimport time\ntime.sleep(300)\nsys.exit(0)\n" | 279 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" |
| 279 ], | 280 ], |
| 280 "cwd": "[SLAVE_BUILD]", | 281 "cwd": "[SLAVE_BUILD]", |
| 281 "name": "Waiting for chromium@a6298e4afe.sleeping", | 282 "name": "Waiting for chromium@a6298e4afe.sleeping", |
| 282 "~followup_annotations": [ | 283 "~followup_annotations": [ |
| 283 "@@@STEP_NEST_LEVEL@1@@@", | 284 "@@@STEP_NEST_LEVEL@1@@@", |
| 284 "@@@STEP_LOG_LINE@python.inline@@@@", | 285 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 285 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 286 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 286 "@@@STEP_LOG_LINE@python.inline@import time@@@", | 287 "@@@STEP_LOG_LINE@python.inline@import time@@@", |
| 287 "@@@STEP_LOG_LINE@python.inline@time.sleep(300)@@@", | 288 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", |
| 288 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", | 289 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", |
| 289 "@@@STEP_LOG_END@python.inline@@@" | 290 "@@@STEP_LOG_END@python.inline@@@" |
| 290 ] | 291 ] |
| 291 }, | 292 }, |
| 292 { | 293 { |
| 293 "cmd": [ | 294 "cmd": [ |
| 294 "python", | 295 "python", |
| 295 "-u", | 296 "-u", |
| 296 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 297 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 297 "--", | 298 "--", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 } | 381 } |
| 381 ], | 382 ], |
| 382 "~followup_annotations": [ | 383 "~followup_annotations": [ |
| 383 "@@@STEP_NEST_LEVEL@1@@@" | 384 "@@@STEP_NEST_LEVEL@1@@@" |
| 384 ] | 385 ] |
| 385 }, | 386 }, |
| 386 { | 387 { |
| 387 "cmd": [ | 388 "cmd": [ |
| 388 "python", | 389 "python", |
| 389 "-u", | 390 "-u", |
| 390 "\nimport sys\nimport time\ntime.sleep(300)\nsys.exit(0)\n" | 391 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" |
| 391 ], | 392 ], |
| 392 "cwd": "[SLAVE_BUILD]", | 393 "cwd": "[SLAVE_BUILD]", |
| 393 "name": "Waiting for chromium@00316c9ddf.sleeping", | 394 "name": "Waiting for chromium@00316c9ddf.sleeping", |
| 394 "~followup_annotations": [ | 395 "~followup_annotations": [ |
| 395 "@@@STEP_NEST_LEVEL@1@@@", | 396 "@@@STEP_NEST_LEVEL@1@@@", |
| 396 "@@@STEP_LOG_LINE@python.inline@@@@", | 397 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 397 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 398 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 398 "@@@STEP_LOG_LINE@python.inline@import time@@@", | 399 "@@@STEP_LOG_LINE@python.inline@import time@@@", |
| 399 "@@@STEP_LOG_LINE@python.inline@time.sleep(300)@@@", | 400 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", |
| 400 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", | 401 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", |
| 401 "@@@STEP_LOG_END@python.inline@@@" | 402 "@@@STEP_LOG_END@python.inline@@@" |
| 402 ] | 403 ] |
| 403 }, | 404 }, |
| 404 { | 405 { |
| 405 "cmd": [ | 406 "cmd": [ |
| 406 "python", | 407 "python", |
| 407 "-u", | 408 "-u", |
| 408 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 409 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 409 "--", | 410 "--", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 435 "~followup_annotations": [ | 436 "~followup_annotations": [ |
| 436 "@@@STEP_NEST_LEVEL@1@@@" | 437 "@@@STEP_NEST_LEVEL@1@@@" |
| 437 ] | 438 ] |
| 438 }, | 439 }, |
| 439 { | 440 { |
| 440 "name": "$result", | 441 "name": "$result", |
| 441 "recipe_result": null, | 442 "recipe_result": null, |
| 442 "status_code": 0 | 443 "status_code": 0 |
| 443 } | 444 } |
| 444 ] | 445 ] |
| OLD | NEW |