New issue
Advanced search Search tips

Issue 884422 link

Starred by 2 users

Issue metadata

Status: Duplicate
Merged: issue 663450
Owner: ----
Closed: Sep 19
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Chrome
Pri: 2
Type: Bug



Sign in to add a comment

Chrome OS Bisect from bisect-builds.py Doesn't Work

Project Member Reported by robliao@chromium.org, Sep 14

Issue description

1) On Linux Run
   python bisect-builds.py -a chromeos --verify-range -g 561733 -b 576753
2) Observe the download.

ACTUAL
Nothing runs and you're immediately prompted with the Revisions is good/bad

EXPECTED
Linux Chromium OS Runs and you can repro the scenario.
 
Components: -Infra>Client>ChromeOS Infra>Client>ChromeOS>Build
It sounds like this is strictly a Chrome tools problem, but handing to Chrome OS builds for second opinion.  I would guess that bisect-builds.py doesn't work on Chrome OS since it's a Chrome tool, but someone more knowledgeable should say.
Well, it runs from the Linux Chromium OS artifacts from my reading. I don't know who runs that show.
Components: -Infra>Client>ChromeOS>Build Speed>Bisection
should ask a Chromium tools person since that code lives under chromium/src/tools/.  CrOS doesn't watch anything under that.

maybe check `git log` on the file if no one follows up
/sub

more usefully.. I'm trying to pin down exactly what's available here. Still at early stages of research:

https://docs.google.com/document/d/19IwQUPBKFIhOWyJ5auz8-vy7qUAtVq8-7G2WjAfMIj4/edit


Findings so far are not exactly promising, but the outlook for myself fared better than the description on this issue

For example, this:

  $ ./tools/bisect-builds.py --use-local-cache -a chromeos --good=550428 --bad=561733 --verify-range -- --enable-logging --v=2 --disable-sandbox

_does_ load a window for me. But all renderers immediately crash. I think this hasn't worked since r531204 . Note this is ./tools/bisect-builds.py in the chromium repro.

I'm guessing you're using the (better?) one in https://chrome-internal.googlesource.com/chrome/test/python_tests and yah it doesn't get as far. Downloads but never starts anything, as you say.
Mergedinto: 663450
Status: Duplicate (was: Untriaged)
woah ok. more unfortunate news.. 
I tried both. I went to the one checked into src/tools after the internal one broke :-/

Sign in to add a comment