[DroneCI] How to Specify Pipelines to Run on the Particular Drone CI Runner
Let’s say you have multiple Drone CI runners. By some reasons, you want to route pipelines to a particular Drone CI runner. How do you do that? The answer is to use the DRONE_RUNNER_LABELS environment variable to label your Dronce CI runner and in the Drone CI pipeline, specify the the label value under the node section. Scenario Without examples, it’s hard to understand. So let’s go through an example. ...