Skip to content

Improve CI by matching variants to the number of workers#6017

Merged
nickva merged 1 commit into
mainfrom
fix-ci-reduce-run-count
May 29, 2026
Merged

Improve CI by matching variants to the number of workers#6017
nickva merged 1 commit into
mainfrom
fix-ci-reduce-run-count

Conversation

@nickva
Copy link
Copy Markdown
Contributor

@nickva nickva commented May 29, 2026

Previously, after we added trixie we ended up with N+1 variants for N worker slots for generic docker workers. This means CI jobs have to wait until one of the workers finishes completely before even starting. To improve the situation, let's skip intermediate (27 currently) CI run to hopefully restore the speed back.

There is some separate docker pull or java run flakiness we noticed but that's not related to this most likely.

Previously, after we added trixie we ended up with N+1 variants for N worker
slots for generic docker workers. This means CI jobs have to wait until one of
the workers finishes completely before even starting. To improve the situation,
let's skip intermediate (27 currently) CI run to hopefully restore the speed
back.

There is some separate docker pull or java run flakiness we noticed but that's
not related to this most likely.
@nickva nickva force-pushed the fix-ci-reduce-run-count branch from 492e5ae to 9f71bfe Compare May 29, 2026 21:07
@nickva nickva merged commit 96ea5b5 into main May 29, 2026
59 checks passed
@nickva nickva deleted the fix-ci-reduce-run-count branch May 29, 2026 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants