-
Notifications
You must be signed in to change notification settings - Fork 70
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
CircleCI plan does not cover the instance needed to run build and tests #669
Comments
@pradovic lets try get it moved to GH Actions. If it's really an issue moving then I will reach out and see if we can upgrade the account. |
Sounds good! I already have it set up on a fork 90% and it seems to be working, so looks promising for now. |
@matdehaast Reducing the instance size on circleCI seems to have solved the problem short-term. However, since circleCI decided to reduce the instances for a free account, I still think it still makes sense to move to github actions. I don't see any benefit in using the circleCI if we are not in the mood to upgrade the account, as github actions seem to offer enough functionality for now. Anywayz, I will open the PR with GH actions, and we can decide then if everything appears to be working good. |
Well, I tried reducing the instance for docker updates and this is what I got:
So, proceeding try with gh actions def :) |
I think we could drop all of the .circleci code now, since it no longer seems to run on PRs, then close this issue? |
Sounds good to me. I can do it today/tomorrow. Ok? |
CircleCI plan does not cover the instance needed to run build and tests, which is currently stopping a couple of PRs which are ready to merge.
One possible solution would be to switch to github actions. I am already on it, and will open the PR soon, so this could be a solution if accepted.
The text was updated successfully, but these errors were encountered: