Is it possible to only run self-hosted runner on bitbucket-pipelines if the runner is online? Sometimes these computers will not be on and I do not want the commit to fail the tests in this case.
Thanks
Hi Ciaran,
I'm afraid that it is not possible to configure this; if you don’t have any online runners in the repository or workspace that match all labels, then the step will fail.
You can rerun any failed builds/steps when the runner is online. If you have configured builds to run on every push to a certain branch, you could also use custom pipelines instead, and then run the builds manually once you have ensured that the runner is online.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.