You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.