isolate.py should use paths relative to build directory |
|||||||
Issue descriptionmb 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
,
Sep 1 2016
,
Nov 23 2016
Issue 668002 has been merged into this issue.
,
Nov 23 2016
,
Nov 23 2017
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
,
Jan 2 2018
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.
,
May 30 2018
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.
,
May 30 2018
|
|||||||
►
Sign in to add a comment |
|||||||
Comment 1 by mar...@chromium.org
, Jun 17 2016