Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Pipelines are halted due to lack of build minutes but the pipelines are configure to run self.hosted

Ricardo Ortiz
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 25, 2024

I configure my pipeline as follows: 

 

image: <image>

pipelines:
default:
- parallel:
- step:
name: Test
runs-on:
- self.hosted
- linux
script:
- ls
- step:
name: Lint
script:
# apt update && apt -y install cppcheck && cppcheck .
- echo "testing code..."
The pipeline gets halted because of lack of build minutes:

1 answer

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 27, 2024

Hi Ricardo and welcome to the community!

The pipeline you have shared here has two steps. The step named Test is configured to run with a self-hosted runner, but the step named Lint is not, which is why you get this error.

The runs-on parameter needs to be added to every step that you want to run with a self-hosted runner:

It is not possible to configure the runs-on parameter globally at the moment, but we have a feature request that you can vote for and watch here:

Please feel free to let me know if you have any questions.

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events