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

Build times out on CI only #1893

Open
mydea opened this issue Apr 30, 2024 · 2 comments
Open

Build times out on CI only #1893

mydea opened this issue Apr 30, 2024 · 2 comments

Comments

@mydea
Copy link
Contributor

mydea commented Apr 30, 2024

I am currently trying to set up a test app running embroider, but somehow the build is always timing out without an error on CI:

https://github.com/getsentry/sentry-javascript/actions/runs/8894430829/job/24423226859

Everything works when I run it locally, but on CI it keeps running - I tried extending the runtime to 20 mins, but the same. Locally it only needs <1 min to build, all normal. I don't see how the CI env should be different 🤔 Is there some way to get more logs, or somehow pin down what is causing this?

@simonihmig
Copy link
Collaborator

Have you tried adding CI=1 environment variable when running locally? Like CI=1 ember build. Not saying that I think I have a lead here, it's just the first thing I tend to do when trying to reproduce CI problems locally.

@mydea
Copy link
Contributor Author

mydea commented May 7, 2024

yeah, I did try that, "sadly" it still worked locally 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants