-
Notifications
You must be signed in to change notification settings - Fork 14
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
Tests fail on ARM runner #450
Comments
Maybe memory issue? https://www.google.com/search?client=firefox-b-lm&q=command+return+137 This is currently blocking release. Maybe some memory needs to be freed on the Mac runner? |
I guess so, but didn't know how to do that. Will check in my laptop. |
Just a note that this is currently still blocking release, ARM tests are failing consistently now. |
It is more of a qeapp test in arm64 rather than the pure architecture issue. So I bring up again that having integration test on qeapp may not be a good idea.
Logically, the full-stack is the upstream of qeapp. It makes less sense to have failing tests block the change from docker stack. |
This is not true though, qeapp integration tests are not the only ones that are failing now, see e.g. https://github.com/aiidalab/aiidalab-docker-stack/actions/runs/9005715615/job/24742373269 I don't think the tests are at fault here, it's an issue with the ARM64 runner. @mbercx could you try restarting the machine?
Yes, those tests should not block a release, which is why I have separated them into a separate CI job in #439 (which was the original design). If this job fails, it will not block the others. |
It is nice that the CI job is decoupled. But the aiidalab-docker-stack/.github/workflows/main.yml Lines 73 to 74 in 251e6ba
If I understand correctly, this means when we make a new release, the image will not push to registries since the |
|
I'm currently on holiday until the 21st, so won't be able to look into this anytime soon. I doubt there is a memory issue on my work station though. I'm not running anything there and it has 128 GB. @unkcpz should also have access to the ARM runner. |
Closing since we're moving away from the self-hosted runner for now. |
The
test_create_conda_environment
seems to be failing quite often on arm build. Not sure what is happening.@unkcpz can you investigate if you can reproduce this locally? I am seeing this both on main and in #439.
See e.g. https://github.com/aiidalab/aiidalab-docker-stack/actions/runs/9006100849/job/24744034987
The text was updated successfully, but these errors were encountered: