Yann-J commented on PR #21806: URL: https://github.com/apache/superset/pull/21806#issuecomment-1293244416
Yes, I've seen those CI failures, and assumed this was some kind of known problem, since this is unlikely to be related to any of the changes in this PR. I don't know very well how the CI was originally set up, but I can see that the `superset-helm-lint.yaml` workflow is set up to run `chart-testing`, however it doesn't specify any chart repos to install. I think the fix would be to pass the list of dependent repos to install prior to running `chart-testing`. The `ct.yaml` configuration basically needs to include the following config (or passed as a `CT_CHART_REPOS` env var): ``` chart-repos: - bitnami=https://charts.bitnami.com/bitnami ``` I'm sending some commits to try a fix, but it might take a while since this might needs some trial-and-error... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org