-
Notifications
You must be signed in to change notification settings - Fork 64
Failing CI check for devfile-web #1464
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
Comments
I don't have permissions to rerun the job for the PR where this issue started occuring here but running it on my fork it seems to be passing here with no changes. I'm wondering if there was a lot going on with the runner that day, for a sanity test if either of you has permissions to rerun would you be able to? I just want to be able to confirm if my fork actions are going to be accurate for testing any changes I make to the jobs to fix the issue (or if we use a self hosted runner with more storage) |
It also needed to be rebased, so I've rebased it and fingers crossed now it passes! |
Yes I think it might be a bad day for the runner or a backported fix from a dependency (I'd say maybe electron). Now it passes! |
Which area this feature is related to?
/kind bug
Which area this bug is related to?
/area ci
/area registry-viewer
/area landing-page
What versions of software are you using?
Node.js project
Operating System and version:
Node.js version: 18
Yarn version: 1.22.19
Project.json:
Web browser
Operating System and version: N/A
Browser name and version: N/A
Bug Summary
Describe the bug:
CI / Main Job PR check is failing on both registry-viewer-e2e:e2e:production and landing-page-e2e:e2e:production tasks of the E2E step due to timing out. The reason for the timeouts is unclear however a new warning about insufficient disk space is likely pointing to the production builds not completing due to reduced disk space in GitHub actions.
To Reproduce:
Expected behavior
Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable
Full Log: https://github.com/devfile/devfile-web/actions/runs/8088608076
Warnings

Error Message in E2E
Additional context
Any workaround?
An alternative to keep this to one check is to use an alternative environment that allows for more disk space, i.e. An OpenShift CI prow job.
Suggestion on how to fix the bug
CI / Main Job check is large so splitting this down into different jobs could allot more disk space for the devfile-web builds.
The text was updated successfully, but these errors were encountered: