hello,
I would like to configure a matrix build, and control on which slaves
each build version is being built.
I have one axis for platform, with values "mac" and "win"
I have a second axis for component, with values "client", "client2" and "server"
I would like to add a label, based on the combination of component and
platform, as follows:
mac win
----------+---------+---------
--
client | clang | vc12
client2 | gcc | vc12
server | - | vc12_x64
and then configure 3 slaves:
slave1: labels mac + clang
slave2: labels mac + gcc
slave3: labels win + vc12 + vc12_x64
so that the labels are used for selecting the slave to build on.
Is there an easy way to do this?
thanks.
-- lode