-
Notifications
You must be signed in to change notification settings - Fork 2
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
Previews fail in 3.7% of cases when first 7 chars of sha are all numeric #3691
Comments
huh if this is still manifesting then https://github.com/loculus-project/loculus_toplevel_gitops/pull/2 didn't work |
Yeah, hasn't applied yet: https://argocd.loculus.org/applications/argocd/top-level-git-ops?view=tree&resource=&node=argoproj.io%2FApplicationSet%2Fargocd%2Fpp-preview%2F0 ![]() It's not necessarily a bad idea to find out if the schema fails for previews |
See #3684 - we have specific CI to tell us if the schema is problematic. It's nice to be able to prototype a feature and have a preview without adjusting the schema for every change. But, yes, we can't do this til we next update argocd |
Apparently our previews don't work when the first 7 chars of a sha are all numeric:
The probability of hitting such a sha is (10/16)^7 ~ 3.7%
The text was updated successfully, but these errors were encountered: