Question:
In our project[1], we consider migrating to GitHub Actions from Travis CI.
I've created a workflow in the repository.
However, some of our tests fail randomly in GitHub Actions while passing in Travis CI.
As part of our CI, we run a few quite heave tests using a lot of RAM.
I suspect that the slight difference between the VMs(7GB in GA vs. 7.5GB in Travis CI) makes the difference.
Is there any option to have stronger machines in GitHub Actions(in terms of RAM and CPU)?
I know that there is an option to use self-hosted runners but according to GA guidelines they are not recommended for public repositories.
[1] - https://github.com/vmware/concord-bft
Virtual environments affected
Hello!
Unfortunately, currently, we don't have way to provide stronger machines for CI.
@alepauly , do you know if there is any options here?
I am going to close this issue since, currently, there is no way to have stronger machines.
We will announce if there is any improvements in this direction
Most helpful comment
I am going to close this issue since, currently, there is no way to have stronger machines.
We will announce if there is any improvements in this direction