From bea2b1c2b26ef46e58504c135cae2f221fbe2fac Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Mon, 1 Jul 2024 10:26:30 -0700 Subject: [PATCH] Try and test all integration tests Signed-off-by: Derek Nola --- .github/workflows/integration.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 2cde5fc0a9c1..ea5b9878f8cb 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -38,7 +38,10 @@ jobs: strategy: fail-fast: false matrix: - itest: [certrotation, etcdrestore, localstorage, startup, custometcdargs, etcdsnapshot, kubeflags, longhorn, secretsencryption, flannelnone] + itest: [certrotation, custometcdargs, etcdrestore, + dualstack, etcdrestore, etcdsnapshot, flannelnone, + kubeflags, localstorage, longhorn, secretsencryption, + startup] max-parallel: 3 steps: - name: Checkout