mbox series

[v2,0/2] automation: optimize build jobs order

Message ID cover.ff073811df470285fc1011952c6cc28e9e77607e.1682894502.git-series.marmarek@invisiblethingslab.com (mailing list archive)
Headers show
Series automation: optimize build jobs order | expand

Message

Marek Marczykowski-Górecki April 30, 2023, 10:42 p.m. UTC
This made the pipeline to complete within 45 minutes. This isn't big
improvement on its own, but should make adding more runners more
beneficial. While looking at it in real time, most jobs were really
waiting for available runners and not stuck on dependencies anymore.

Marek Marczykowski-Górecki (2):
  automation: move test artifacts jobs to the top
  automation: optimize build jobs order

 automation/gitlab-ci/build.yaml | 734 ++++++++++++++++-----------------
 1 file changed, 369 insertions(+), 365 deletions(-)

base-commit: 6a47ba2f7855f8fc094ec4f837e71a34ededb77b

Comments

Andrew Cooper May 1, 2023, 9:42 a.m. UTC | #1
On 30/04/2023 11:42 pm, Marek Marczykowski-Górecki wrote:
> This made the pipeline to complete within 45 minutes. This isn't big
> improvement on its own, but should make adding more runners more
> beneficial. While looking at it in real time, most jobs were really
> waiting for available runners and not stuck on dependencies anymore.
>
> Marek Marczykowski-Górecki (2):
>   automation: move test artifacts jobs to the top
>   automation: optimize build jobs order

Much easier to follow.  Thanks.

Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>