-
Notifications
You must be signed in to change notification settings - Fork 16
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 Ci pipeline #235
Fix Ci pipeline #235
Conversation
It seems to be a timeout issue. Could be that the runner is running out of memory or a timeout is triggered. Have to investigate further. The same step works locally for me and @sjschlapbach the local dependencies installation worked. |
@Jaeyoung-Lim do we have access to some asl runners? |
@manumerous Interesting, although the asl runners would have even less memory. |
It is just a suspicion my now. In the pipeline there is no obvious fail, the script is just terminated 🤔 |
|
Checked for the CI timeout. it is set to 45 min. So I doubt that was the issue. I think it was likely a memory issue due to us installing more dependencies through the vpselector (especially pyqt is heavy). Switching to the custom ASL runner seems to solve this issue. |
Please go ahead and merge directly if you agree with the changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks for fixing the pipeline!
Removed depreciated make install-full-dependencies since the vpselector is not just a pip package in requirements.txt