Re: GitHub Actions

2019-11-09 Thread Johannes Hoppe
I have some really good news! I managed to almost map our entire Jenkins suite to GitHub actions, except Oracle. Check out the output of the entire suite here. And the config here: .github/workflows/ci.yml Furthermore, I followed Tom’s great advice and switched everything to services. The

Re: GitHub Actions

2019-11-09 Thread Tom Forbes
No there isn’t. Right now Docker-box is optimized for local development and exists outside of the main repository, and for now I’d suggest not trying to integrate it. That can be some future work though! Regarding services vs apt, docker services is the only realistic way to do it. We cannot