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
This commit is contained in:
Timothy Stewart
2026-07-31 17:40:40 -05:00
committed by Techno Tim
parent 1402f33108
commit 999cf3ee05
+1 -1
View File
@@ -9,11 +9,11 @@ jobs:
strategy:
matrix:
scenario:
- default
- single_node
- calico
- cilium
- kube-vip
- default
# - ipv6
fail-fast: false
max-parallel: 1