bobuhiro11 / gokvm

KVM based tiny x86 hypervisor written in pure golang, which can boot Linux
https://blog.bobuhiro11.net/tags/gokvm.html
MIT License
206 stars 21 forks source link

DON'T MERGE: debug CI #130

Closed bobuhiro11 closed 1 year ago

coveralls commented 1 year ago

Coverage Status

Coverage: 41.934% (-38.8%) from 80.771% when pulling 1ef11f3a0d37749fd910d24e92ec5aaad74f848e on debug_ci into eb8240eb51ca8b07cf8e12adcb10515594f7b6f7 on main.

coveralls commented 1 year ago

Coverage Status

Coverage: 41.934% (-38.8%) from 80.771% when pulling 332b98838e7937538a4dda13523b843caed70ca4 on debug_ci into eb8240eb51ca8b07cf8e12adcb10515594f7b6f7 on main.

ChriMarMe commented 1 year ago

Maybe TravisCI deactivated kvm nesting?

bobuhiro11 commented 1 year ago

It seems so. I contacted Travis CI and they said they are experimenting with some infrastructure and will be back to normal in the next several days. If not, I am considering trying Semaphore CI. https://docs.semaphoreci.com/ci-cd-environment/nested-virtualization/

ChriMarMe commented 1 year ago

I saw your twitter post about it. Let me know if I can donate some for the cost of the CI cause I'm using it extensivly and will continue to do so. :)

bobuhiro11 commented 1 year ago

Travis CI has informed me that it has been resolved. It seems to have indeed been fixed.

Let me know if I can donate some for the cost of the CI cause I'm using it extensivly and will continue to do so. :)

Thanks so much! We are using Travis CI's OSS Plan now (so no cost), but may revisit it in the future.

ChriMarMe commented 1 year ago

Ok. As soon as you need some funds, let me know. I'm happy to help :)

bobuhiro11 commented 1 year ago

Travis CI is back to normal.