-
Notifications
You must be signed in to change notification settings - Fork 48
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 Failures #845
Comments
@DavidTruby Are we able to purchase service with more available resources? |
@sscalpone my understanding is that this is a limit on the docker container rather than the available resources on the machine. The machine has 128Gb of RAM, which should be plenty even for F18. @DavidTruby - any luck with getting drone.ci to change this limit or make it possible for users to change it? |
Unfortunately I tried to reach out on their discourse (which seems to be the place to go for support) and didn't receive a reply, you can see my issue here: |
With regards to purchasing, github's built in CI (launched two weeks ago) allows "bring your own machine" configurations where you can provide your own machines to run the CI on. This could possibly be an option if we are willing to pay e.g. for cloud servers and hook them up with this. |
Azure pipelines (they share the same infrastructure with Github CI as both are owned by Microsoft) work for x86_64. See https://dev.azure.com/isuruf/repos/_build/results?buildId=18 |
@DavidTruby Is this issue better titled "Enable CI"? |
The CI obviously isn't working as planned so I suggest we disable it for now. I'm not certain but it looks like we're hitting a per-process memory limit on the docker containers and the OOM killer is killing the compiler process. Apologies for this not working correctly, I didn't see this behavior on my own branch but I suspect that is just due to the smaller sample size.
The text was updated successfully, but these errors were encountered: