Since last week pipelines are very slow, especially the following tasks for each step:
I went from 2 minutes to 6 - 8 minutes per deployment. Have you also experienced the same issues?
Yes, I can confirm that my pipelines are also awfully slow today, some are failing on git checkout :(
Yes, we've confirm that too, start for every step become incredibly slow,
clonning from repo takes from 10 up to 20 min
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, at least I am glad to read that. I hope they will fix that soon...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From my personal experience: I use Bitbucket Pipelines daily for 7+ years, sometimes delays in provisioning and build setup happens.
Recently I've started a separate project to monitor Bitbucket Pipelines performance (CIPerf). This project automatically pushes changes to a repository hourly. The pipeline is triggered. Average time between push is over and the very first line of "script" section is 25 seconds, lowest is 18 seconds, and there are several worst cases: 03:28, 01:16, 00:59. So it proves that sometimes Bitbucket Pipelines may cause a significant delays with build setups.
Couple ideas how to optimise build setups:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, Bitbucket Pipelines steps have had huge overhead since I starting using them 3 years ago.
And because of that, despite it being a bad practice, I'm doing everything in a single step, otherwise my 6 minute build time would take 8 minutes or more.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can confirm that the build time has increased dramatically.
My usual build time used to be under 2 minutes, now for some odd reason it is now taking a little over 6 minutes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.