New issue
Advanced search Search tips

Issue 620920 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

isolate.py should use paths relative to build directory

Project Member Reported by michae...@chromium.org, Jun 17 2016

Issue description

mb or isolate.py seems to expect the build directory to be 2 levels below the src directory:

~/dev/c/tot/src % mkdir out_snapshot.tmp.7TvVfv; gn args out_snapshot.tmp.7TvVfv
~/dev/c/tot/src % ninja -C out_snapshot.tmp.7TvVfv browser_tests
~/dev/c/tot/src % ./tools/mb/mb isolate ./out_snapshot.tmp.7TvVfv browser_tests
python tools/swarming_client/isolate.py check -i out_snapshot.tmp.7TvVfv/browser_tests.isolate -s out_snapshot.tmp.7TvVfv/browser_tests.isolated
Failed to find an input file: Input file /usr/local/google/home/michaelpg/dev/c/tot/testing/test_env.py doesn't exist
  -> returned 1

~/dev/c/tot/src % mkdir out2
~/dev/c/tot/src % mv out_snapshot.tmp.7TvVfv out2
~/dev/c/tot/src % ./tools/mb/mb isolate ./out2/out_snapshot.tmp.7TvVfv browser_tests                                                                                                                                             
python tools/swarming_client/isolate.py check -i out2/out_snapshot.tmp.7TvVfv/browser_tests.isolate -s out2/out_snapshot.tmp.7TvVfv/browser_tests.isolated

 

Comment 1 by mar...@chromium.org, Jun 17 2016

Cc: dpranke@chromium.org
Status: Available (was: Untriaged)
 Issue 668002  has been merged into this issue.
Components: Build
Project Member

Comment 5 by sheriffbot@chromium.org, Nov 23 2017

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available. If you change it back, also remove the "Hotlist-Recharge-Cold" label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Status: Available (was: Untriaged)
I'm not really sure what the next step is here. Marking available again since the two people who might be able to say more are already cc'ed.

Comment 7 by mar...@chromium.org, May 30 2018

Components: -Build -Infra>Platform>Swarming Infra>Client>Chrome
It's really a mb.py issue, not isolate.py. Switching to Infra>Client>Chrome component because that's what seems to be referring to mb.py most of the time.
Components: -Infra>Client>Chrome Build

Sign in to add a comment