On 16/11/16 11:49, Marcel Reutegger wrote: > On 16/11/16 11:39, Michael Dürig wrote: >>> This page [0] describes updates to Jenkins node labels that were done on >>> November 9th. The label 'Ubuntu' we were sing does not exist anymore and >>> it seems our build was not updated. >>> >> >> Yes I've seen this announcement but how do we update our build? > > not sure, but I assume we were doing something non-standard with the > slave configuration in the build matrix. Other projects usually have a > build label set in the general section. I guess that's what Infra > updated automatically for all jobs. Our job doesn't have that. I'll give > it a try update the config...
Tommaso and I updated the job configuration: - Removed the Slave configuration in the build matrix - Restricted the build to label 'ubuntu' This seems to fix the issue and jobs are running at the moment. The remaining question is whether and how we want to use Windows build slaves. Did the build matrix simply pick a Linux or Windows slave randomly? I think we could do that as well by adding an additional 'Windows' label. Regards Marcel