And it only took me half a day. :)
The r-hub log
… just finished on the test server. It does have some glitches, but it is a start!
We have added three new Linux images with Jeroen:
I have started to implement the rhub
R package, to start builds from
within R. Its repository is now private, until it stabilizes a bit. Let me
know if you want to take an early peek at it.
Powershell for the win
I am getting closer to supporting windows builds. I started to write two Powershell scripts, that will eventually perform the windows builds on the slaves: https://github.com/r-hub/wincheck
Some more Linux builders
r-patched-linux-x86_64
Debian testingr-devel-linux-x86_64-ubuntu-16.04
most recent Ubuntu LTSr-release-linux-x86_64-ubuntu-16.04
most recent Ubuntu LTSr-devel-linux-x86_64-debian-jessie
stable Debianr-release-linux-x86_64-debian-jessie
stable Debian
Adding new images is somewhat complicated. I need to add them at several places:
Streaming output from Jenkins
Seems like Jenkins does not drop TCP connections coming for the builder web app to stream the console output. What is even worse, it keeps a thread for each connection, and gets really slow already around ~20 threads. (What the hell is it doing? It should be just listening on a socket….)
Welcome to the r-hub log. r-hub is a project to build infrastructure for R users. See more about it in the project proposal.