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 ...
As mentioned in atlassian.com/bitbucket-pipelines-runner-upgrade-required: To maintain stable access to the self-hosted runner functionality, and gain the benefits from these improvements (as well a...
I've been struggling to figure out what deployment.yaml settings I need to use so I can leverage arm64 for the bitbucket runner autoscaler. Hoping someone can help? The kustomize files here appear t...
I am using a windows server as a self hosted runner. In my pipeline, I am trying to create artifacts. The artifacts are being created and I see that when the pipeline is running for some commi...
Problem: Currently, Bitbucket pipelines executes queued pipeline steps in a random order, which can lead to later triggered pipelines running before earlier ones. This lack of control can cause ...
Hello Bitbucket Community, I’m currently evaluating whether to use Bitbucket’s global runners or opt for self-hosted runners for my CI/CD workflows. My pipeline involves several step...
Hi. Since a few weeks, we are repeatedly experiencing an error preventing our self-hosted runners from running Bitbucket Cloud pipelines. These runners may remain in an unhealthy state after execut...
...mage in combination with the Bitbucket runner image ( docker-public.packages.atlassian.com/sox/atlassian/bitbucket-pipelines-runner ) as an alternative to the docker:23.0.0-dind image. U...
We want to tie a pipeline to one specific runner (cloud, not self-hosted). Is it possible to configure my pipeline, so that it will always run on the very same host with the same MAC, user and IP add...
Hi, I'm trying to configure a sonar setup which will be initiated from pipelines. I have Sonarqube installed on a separate server which I have added as a runner. I'm also using the sonarsou...
Hi Team, We are connecting to a database and making deployments to it from bitbucket pipelines and we have plenty of pipelines in place among which some are scheduled. We have branch pipelines for ...
Hello Atlassian team, We know that using the [skip ci] in the commit message does not trigger the pipeline on Bitbucket Pipelines when that particular commit is pushed to remote. But when you Run th...
Hello everyone, I'm running a pipeline on a Self hosted Windows runner in Bitbucket Pipelines and need to clean the temporary files located in atlassian_runners\atlassian-bitbucket-pipelines-ru...
Hi Team, I am having trouble configuring the runner using the documentation provided below and am encountering errors. Could you please assist me in setting up the runner autoscaling process? Docu...
Hello Atlassian Community, I am facing an issue when trying to run a Windows Docker container inside a Bitbucket Self hosted Windows Runner. The problem is that the Docker container gets stuck while...
When the stdout log in the pipeline runners / artifacts become massive, the runner pods are continuously evicted beyond the capacity that the node's ephemeral storage can afford. This is causing t...
Hello Atlassian Community, I am looking to automate the management of workspace and repository runners in Bitbucket Cloud and Bitbucket Pipelines. Specifically, I want to create and update these run...
Background I have ~30 self hosted runners and intend to scale up to ~100 and beyond in the next year or so. These runners generally do the following execute builds of embedded firmware, for vario...
Setup: - Running pipelines on a self hosted linux docker (arm64) runner with dind Problem: - Not able to clear the repository clone cache I am running a pipeline on a self-hosted linux dock...
Are logs for Bitbucket Cloud's self-hosted runners automatically rotated? If not, Can anyone provide some guidance on setting up log rotation for these logs across different operating systems (Linux,...
I am new to pipelines and runners. I want to simply build my python code after a pull-request or when I want. But my build script is in another repository. I don't know how to get this file. On my lo...
Copied to clipboard