From 999cf3ee059aabad2ace422b056de6a813371fbc Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Fri, 31 Jul 2026 17:40:40 -0500 Subject: [PATCH] ci(test): run default scenario first - Prioritize the multi-node HA scenario in the serial Molecule matrix\n- Fail fast before running the single-node scenario variants --- .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 756275a..3096e66 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,11 +9,11 @@ jobs: strategy: matrix: scenario: + - default - single_node - calico - cilium - kube-vip - - default # - ipv6 fail-fast: false max-parallel: 1