Hi,
Is there a way to run multiple .drone.yml per repository? It looks like I can set up another Drone instance, but it’s incontinent to setup new Drone instance per .drone.yml, and I can’t share Drone runners (currently using Autoscaler).
What would be the best way to achieve this?
Thanks.
Hi @kkimdev you will find some details over here: Configuration | Drone
Could you please check if this extension GitHub - bitsbeats/drone-tree-config: Drone helper for mono repositories. will help, so that you can have multiple yml file within /backend and /frontend project directory.
You may also want to have a look Report files changed to limit testing scope · Issue #1021 · drone/drone · GitHub for more information.
Do let me know if this helps.
Thanks!