Error on Runner Install
Customers may receive the following error when installing the CircleCI Runner:
"We cannot run this job using the selected resource class. Please check your configuration and try again."
If you have verified that the namespace and resource class have been created correctly, the issue may be that the CircleCI Runner is not enabled for your plan.
Solution
You can verify that the namespace and resource class have been created correctly with the following command in the CircleCI CLI. Replace "namespace-name" with the name of your namespace. You should see your resource class listed in the response.
circleci runner resource-class list <namespace-name>
You can get in touch with our support team to help debug the issue by submitting a support ticket.
Additional Resources:
CircleCI Runner Overview: https://circleci.com/docs/runner-overview/
CircleCI Setting Up Runner in 5 Minutes or Less: https://circleci.com/blog/install-runner-in-five-minutes/
Comments
Article is closed for comments.