From a0d78ff31772ad6d73346a3c96df00e3269bba6a Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Fri, 31 Jul 2026 18:41:20 -0500 Subject: [PATCH] ci(test): stop matrix after first failure - Enable fail-fast for the serial Molecule matrix\n- Avoid running single-node scenarios after a default scenario failure --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3096e66..04c8c48 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - cilium - kube-vip # - ipv6 - fail-fast: false + fail-fast: true max-parallel: 1 env: PYTHON_VERSION: "3.11"