From 575e974547cd1e9aac1f76609281aa01b92f0b9a Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Mon, 12 May 2025 12:44:34 +1000 Subject: [PATCH] ci: limit docker compose parallelism (#9082) --- .github/workflows/_integration_tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/_integration_tests.yml b/.github/workflows/_integration_tests.yml index baf2a931a..7d1217498 100644 --- a/.github/workflows/_integration_tests.yml +++ b/.github/workflows/_integration_tests.yml @@ -68,6 +68,9 @@ on: type: string default: ${{ github.sha }} +env: + COMPOSE_PARALLEL_LIMIT: 1 # Temporary fix for https://github.com/docker/compose/pull/12752 until compose v2.36.0 lands on GitHub actions runners. + jobs: integration-tests: name: ${{ matrix.test.name }}