> On Apr 21, 2019, at 2:22 PM, Stefan Seelmann <m...@stefan-seelmann.de> wrote: > > Some more observations when I run the ApacheDS pipeline: > > Some builds finish in only 15-20 minutes, those run on host ubuntu-eu2 > or ubuntu-eu3. However builds on one of the H2x or H3x nodes take 40-60 > minutes.
Hi Stefan, Noticed today another failed build or two, again on time sensitive ops. Looking at the logs, H38 was the machine it was running on. So, would like to try blacklisting the slower H2X and H3X nodes. Looking at the job config, can we try something like this? "Restrict where this project can be run” ubuntu && !(H2% || H3%) That is are wildcards supported? Couldn’t figure it out by reading the help on the job website. Otherwise we’re looking at something like: ubuntu && !(H22 || H23 || H24 || H25 || H26 || H27 || H28 || H29 || H30 || H31 || H32 || H33 | H34 || H35 || H36 || H37 || H38) Which isn’t all that bad. —Shawn