Add an `--enable-engine` flag to leverage the v2 engine-backed LegacyBuildGraph without pantsd.
Review Request #3932 — Created May 25, 2016 and submitted — Latest diff uploaded
Information | |
---|---|
kwlzn | |
pants | |
3465, 3499 | |
Reviewers | |
pants-reviews | |
benjyw, ity, jsirois, peiyu, stuhood, wisechengyi |
- Add an
--enable-engine
flag for easier manual and integration testing of the new engine/scheduler-backedLegacyBuildGraph
without the daemon (all cold-cache runs). - Migrate integration tests to use of this flag and kill
legacy/commands
. - Test coverage and misc cleanup.
CI is away @ https://travis-ci.org/pantsbuild/pants/builds/132776390