We have docker runners on our own servers that have ONLINE status but bitbucket pipeline steps are still queued for long They are v5
Hello, We are currently experiencing an issue where our self-hosted Bitbucket runners are no longer autoscaling correctly when pipeline steps run in parallel. Our setup consists of multiple...
Hello there, I'm looking for a mechanism to create self-hosted runners in our clouds, but I can't find an REST API call to bitbucket to create a new runner. So far, I can create a custom pipe to ha...
We use bitbucket cloud but with self hosted runners. Our jobs use the docker service. Every week or so our builds start failing with errors like `docker: Permission denied`. After some inspection in...
runners-autoscaler:3.9.0 ository developer privileges. Traceback (most recent call last): autoscaler.core.exceptions.AutoscalerHTTPError: Status code: 404. {"type": "error", "erro...
Bitbucket self hosted runner issue. We have k8 pods that have a lot of memory but are never ever utilized. It doesn't matter what we set them to 2x, 8x, 16x etc. It never uses...
I have installed a docker selfhosted runner on my machine. I'm running it like this (via systemctl) ExecStart=/usr/bin/docker run -t --init \ --memory 4096m \ -v /var/run/docker.sock:/var/r...
Dear Community I have a self hosted windows runner. Here an stripped down version of my yaml pipelines: default: - step: runs-on: - self.hosted - windows name: Echo Runner UUID script: -...
It would be nice to have a different status color for things that are paused. It would help bring attention to items that need manual intervention, vs passed, and failed runs.  ...
I do not see any data shown in Metrics tabs of steps that use local runners. Is there any configuration to add?
I have got a local runner on a Debian server which was working until recently. The pipeline is super small now just to do the bare minimum (see below). The runner is up and running and Bitbucket is ...
I was under the impression that I will have access to the hardware connected to that computer. However I am trying to sign generated code with a certificate stored on a USB, and it does not appear t...
Hi Team, My current setup consists of self hosted runner that is deployed as docker container, next to my small application environment managed by docker compose. I need to be able to control m...
In my case, I have a single repository that needs to be deployed (via git pull) to multiple different servers/mandanten. Currently, I have set up three self-hosted Linux shell runners — one per serve...
I see this example in bitbucket pipelines documentation that say we can use oidc-role https://support.atlassian.com/bitbucket-cloud/docs/docker-image-options/#OIDC-roles but currently m...
Context Self hosted docker linux runners created with the given command are creating root owned files in /tmp. /tmp is the WORKSPACE directory. This is a security issue as this fil...
Hi I have this crazy plan that may just work. The way I understand it, Bitbucket says dynamic runners are not possible, and there has to be at least one runner available for any tag combination. Bu...
I am unable to figure out how to configure the bitbucket cloud to get a notification whenever the status of the "self.hosted" runner changes to offline. Can anyone provide a quick and ...
Hola Atlassian Community, I'm using Bitbucket Runners Autoscaler on a Kubernetes cluster (currently single-node). The autoscaler itself is working as expected, launching new runners po...
Hello Team, Facing the issue container 'docker' exceeded memory limit in Bitbucket pipeline even after mentioning size 2x for Sonarscan. We are using Bitbucket runners. - step: &sonarscan &nbs...
Hi there, Expected result: for pipelines to assume the pod identity associated IAM role and access AWS authenticated resources to be able to publish a docker image to an ECR repository for example...
This article is a result of extensive research and practical experience in setting up and running Runner auto scaler on an on-premise Kubernetes cluster setup at a mid-stage startup company. This is ...
I need to perform certain actions on all the self.hosted runners. like a maintenance work. Right now, these custom pipelines with the intended actions are only executed randomly on the runners avail...
I'm appealing to the folks out there in pipeline world. We have an instance where we have local bitbucket-pipeline-runners in Kubernetes that are meant to be used for building code for a ...
I would like to submit a patch for this: https://bitbucket.org/bitbucketpipelines/runners-autoscaler/ There appears to be an (obvious) bug in the cleaner where it tries to clean up everything in ...
Copied to clipboard