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

Enable preprocessing in helm for codespaces #1021

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Conversation

theosanderson
Copy link
Member

@theosanderson theosanderson commented Feb 13, 2024

This enables preprocessing in helm for codespaces. When I included this is in a PR before @fengelniederhammer sensibly pointed out it would break the ability to run the e2e tests in codespaces - but I'm the only person using the codespaces atm as far as I know and I personally only run these tests from CI.

I have tried running ./deploy.py helm uninstall and then redeploying with processing enabled after startup, but this yields an error message about the groups table already existing or something. In general I think the ability to get data into the DB is more important than the ability to run the E2E tests from the codespace so I think this makes sense as the lesser of two evils. In due course we can make multiple codespace configs.

Copy link
Contributor

@corneliusroemer corneliusroemer left a comment

Choose a reason for hiding this comment

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

In general I think the ability to get data into the DB is more important than the ability to run the E2E tests from the codespace so I think this makes sense as the lesser of two evils. In due course we can make multiple codespace configs.

As you're the only user right now I don't see why one shouldn't enable preprocessing

@theosanderson theosanderson merged commit 85429ac into main Feb 13, 2024
8 checks passed
@theosanderson theosanderson deleted the enable-preprocessing branch February 13, 2024 18:56
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