From 9b63e4e80af0b793875ec1f79a56a71b93f126ef Mon Sep 17 00:00:00 2001 From: Jo Zzsi Date: Sun, 14 Dec 2025 08:49:01 -0500 Subject: [PATCH] ci: run iscsi tests sequentially Limit the concurrency to a single job at a time within the matrix strategy to run iscsi tests sequentially. --- .github/workflows/integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 6420c822b..3503845f5 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -197,6 +197,7 @@ jobs: cancel-in-progress: true strategy: fail-fast: false + max-parallel: 1 matrix: network: - network-manager -- 2.47.3