feat(decision): add opt-in --vcs-bundle option to decision task by hneiva · Pull Request #987 · taskcluster/taskgraph · GitHub
Skip to content

feat(decision): add opt-in --vcs-bundle option to decision task#987

Open
hneiva wants to merge 1 commit into
mainfrom
hneiva/vcs-bundle
Open

feat(decision): add opt-in --vcs-bundle option to decision task#987
hneiva wants to merge 1 commit into
mainfrom
hneiva/vcs-bundle

Conversation

@hneiva

@hneiva hneiva commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Add a --vcs-bundle flag to taskgraph decision that writes a native git/hg bundle of the checkout (full history, all refs) to public/vcs.bundle, letting downstream tasks seed a checkout from it instead of re-cloning. The flag is off by default. Bundle creation lives on the Repository abstraction via a new create_bundle method.

Add a `--vcs-bundle` flag to `taskgraph decision` that writes a native
git/hg bundle of the checkout (full history, all refs) to
`public/vcs.bundle`, letting downstream tasks seed a checkout from it
instead of re-cloning. The flag is off by default. Bundle
creation lives on the `Repository` abstraction via a new `create_bundle`
method.
@hneiva hneiva requested a review from a team as a code owner June 11, 2026 21:08
@hneiva hneiva requested a review from jcristau June 11, 2026 21:08
@codecov

codecov Bot commented Jun 11, 2026

Copy link
Copy Markdown

@jcristau jcristau left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before reviewing this we should experiment and find out whether/how much it improves things, and play with different methods to select the most useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants