[vtk-developers] [BUILDBOT] New buildbot features!
David Thompson
david.thompson at kitware.com
Tue Sep 29 09:56:56 EDT 2015
Hi Ben,
> ... buildbot can now be driven by `Do: test` which triggers ~immediately...
Awesome!
> ...
> The command is applied in whitelist -> blacklist order, so
> --regex-exclude will never be overridden within each command; however,
> each command is considered separately and then union'd with the other
> command results (so that you can include builders later and not have to
> hunt down the command excluding it from before).
Does this mean:
Do: test --regex-include \+python --regex-exclude -windows.*\+mpi
Do: test --regex-include \+tbb --regex-exclude -pgi
would cause one set of tests to run that included python (except on windows) and tbb (except on PGI compilers)? Can multiple "Do: test" statements be in the same comment? If multiple comments are required, and since tests are queued "~immediately", will this cause test reruns? Just curious.
Thanks,
David
More information about the vtk-developers
mailing list