-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
mixin: adhere to RFC 1123 compatible component naming #4883
Conversation
I'm afraid I'll need help with the failing e2e tests: https://github.com/thanos-io/thanos/runs/4280932433?check_suite_focus=true#step:5:2301 When running locally, the tests also fail (same final error), but with different runtime output.
As a quick-and-dirty sanity check I ran the same tests on the current HEAD of main, and they fail too:
Is there something I'm missing? As I'm not familiar with the codebase and don't have too much time to sink into this I'd very much appreciate somebody pointing me in the right direction. Attaching the logs of both of my local runs to this post for good measure. |
Let me restart the CI. That is a known flaky test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this. Amazing work!
I didn't know about this. Could you please fix all the files in the mixin? And add a section to the readme for this. It would be even more amazing if we could have a one-liner as part of jsonnet-lint
action
Lines 366 to 368 in de0e384
jsonnet-lint: $(JSONNET_LINT) ${JSONNET_VENDOR_DIR} | |
find . -name 'vendor' -prune -o -name '*.libsonnet' -print -o -name '*.jsonnet' -print | \ | |
xargs -n 1 -- $(JSONNET_LINT) -J ${JSONNET_VENDOR_DIR} |
Hey @kakkoyun I've implemented (what I think) were the desired changes. Update: I've removed the respective commits for |
Head branch was pushed to by a user without write access
@itspngu Would you mind doing a rebase on main? I think there is some conflicts but GH doesn't identify them |
Signed-off-by: itspngu <hi@pngu.io>
….libsonnet for consistency Signed-off-by: itspngu <hi@pngu.io>
…t-lint' Signed-off-by: itspngu <hi@pngu.io>
…nnet for consistency Signed-off-by: itspngu <hi@pngu.io>
Done. Sorry for the delay. The conflict was in |
Fixes issue #4880.
Changes
bucket_replicate.libsonnet
tobucket-replicate.libsonnet
& changed references to it accordinglyquery_frontend.libsonnet
toquery-frontend.libsonnet
& changed references to it accordinglyutils.libsonnet
Verification