I’m working on using Drone to do embedded hardware testing. This means that the worker has various USB and/or serial devices attached that needs to be shared with docker.
Sharing the devices is no problem at all, docker allows it http://stackoverflow.com/questions/24225647/docker-any-way-to-give-access-to-host-usb-or-serial-device
What i cannot find a way to do is specify a destination worker (or possibly a few of them). Here i see i can separate them by platform http://readme.drone.io/0.5/usage/conditional-builds/ but is there any other way, such as by arbitrary tags?
I need to limit the build of a few repositories exclusively to workers with some external resources (devices) attached.