-
Notifications
You must be signed in to change notification settings - Fork 97
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
CI Failing due to CPU limits on Action Runners [bug] #756
Comments
Ah interesting.
Yep we do have one via @quansight-bot |
Amit let me know that some work has been done on this at https://github.com/aktech/qhub/tree/run-tests-cirun |
Also, from Amit
|
I'm waiting for a Quansight org owner to add the Cirun github app to the qhub repo |
This was fixed here: 265d6c5 |
Github hosted action runners have 2 cores. With the latest PR adding Prometheus/Grafana to Qhub by default, the CI is failing because we are requesting ~2.5 cores from our minikube cluster, but as stated, we only have 2 cores.
#733
I want to try using CIRun (https://cirun.io/), as an alternative which allows us to spin up Action Runners of various sizes only as needed. @aktech do we have a Quansight account with access to CIRun?
The text was updated successfully, but these errors were encountered: