Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug/Only force needsPackageDir if we have packages to install #280

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

blast-hardcheese
Copy link
Collaborator

Why

We've been having a regression on metrics for zero-package installs, turns out it's because we were invoking poetry when we had no work to do.

What changed

Gate needsPackageDir on whether we have packages to install. No sense in doing work when we don't need to.

Test plan

We should see the time-to-install go down after this is deployed

@blast-hardcheese blast-hardcheese requested a review from a team as a code owner August 12, 2024 17:55
@blast-hardcheese blast-hardcheese requested review from airportyh and removed request for a team August 12, 2024 17:55
@blast-hardcheese blast-hardcheese added the bug Something isn't working label Aug 12, 2024
@blast-hardcheese blast-hardcheese enabled auto-merge (squash) August 12, 2024 17:55
@blast-hardcheese blast-hardcheese merged commit 05c9a22 into main Aug 12, 2024
3 checks passed
@blast-hardcheese blast-hardcheese deleted the dstewart/bug/python-invocation-regression branch August 12, 2024 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants