cloudstateio / cloudstate

Distributed State Management for Serverless
https://cloudstate.io
Apache License 2.0
763 stars 97 forks source link

Update cloudstate-operator-native manifest #446

Closed pvlugter closed 3 years ago

pvlugter commented 3 years ago

Looking to get the CI builds working again. I also get different formatting on other automatically generated files for some reason (word wrap differences), but looks like just the the cloudstate-operator-native manifest needs an update for CircleCI builds.

Travis CI builds are also failing, which looks like a corrupt jar file in the cache. I've cleared all the caches, to see if that fixes things.

jroper commented 3 years ago

That was a result of upgrading controller-gen and I didn't rerun the native manifest generation, we obviously don't have a check to ensure it is run.

pvlugter commented 3 years ago

That was a result of upgrading controller-gen and I didn't rerun the native manifest generation, we obviously don't have a check to ensure it is run.

There is a check, which is why the CircleCI builds have been failing. But not sure why it passed in the PR.

pvlugter commented 3 years ago

Clearing the Travis build caches didn't seem to make any difference, with it still downloading old caches — no idea why, caches are shown as empty in the UI and CLI. Trying adding an env var instead, which will force a different cache identifier.