Skip to content
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

fix uwsgi installation issue on CI #4993

Open
joeyorlando opened this issue Sep 6, 2024 · 2 comments
Open

fix uwsgi installation issue on CI #4993

joeyorlando opened this issue Sep 6, 2024 · 2 comments
Labels
bug Something isn't working part:ci/cd

Comments

@joeyorlando
Copy link
Contributor

What went wrong?

What happened:
See here for example error message:
https://github.com/grafana/oncall/actions/runs/10738216009/job/29781341710#step:4:252

What did you expect to happen:

How do we reproduce it?

It only happens occasionally (but enough for it to be enough)

Grafana OnCall Version

latest

Product Area

CI/CD

Grafana OnCall Platform?

None

User's Browser?

No response

Anything else to add?

No response

@joeyorlando joeyorlando added the bug Something isn't working label Sep 6, 2024
@joeyorlando
Copy link
Contributor Author

To whomever picks this up, @mderynck had an interesting idea of updating our engine Dockerfile and basically having this use a prebuilt image that we store/update on GAR (we'd probably rebuild/push this image to GAR on commits to dev?).

This image would then be used as the base image for our engine's Dockerfile, and would effectively already come with our dependencies baked-in.

This should solve our uwsgi issue as we wouldn't need to redownload Python dependencies everytime we build the image.

@joeyorlando
Copy link
Contributor Author

I think this should be done after https://github.com/grafana/irm/issues/98 is completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working part:ci/cd
Projects
None yet
Development

No branches or pull requests

1 participant