tilt-dev / tilt-extensions

Extensions for Tilt
https://tilt.dev/
Apache License 2.0
204 stars 162 forks source link

[Bug] `helm_resource` works locally but times-out on CI server #493

Closed rrmistry closed 1 year ago

rrmistry commented 1 year ago

The helm_resource works great in local environment.

But when we run Tilt in CI mode with tilt ci, then the helm_resource times out with no log messages or updates. Not even --debug flag prints any useful information.

We suspect this has to do with Tilt not loading or processing the extension properly.

We ensured that python3 pre-requisite for helm_resource exists on the CI agent before tilt ci runs

nicks commented 1 year ago

Do you have a repo that demonstrates the problem?

there's not really enough information here for us to look into anything. we have many integration tests that use helm_resource and other tilt extensions in ci.

rrmistry commented 1 year ago

Closing this because the issue stopped occurring now.

We suspect this has to do with dependency cycles but not sure.

Unfortunately, there is no additional capacity available to create a reproducible Tiltfile because the issue only happened on CI system, and even running tilt ci locally did not produce the issue.