From 5800779839f9226211c1b7dc93424140fb80cf80 Mon Sep 17 00:00:00 2001 From: Benjamin Schimke Date: Mon, 8 Jul 2024 09:46:37 +0200 Subject: [PATCH] add remediation tests --- .github/workflows/e2e.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 2f4e00b4..7c924773 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -47,7 +47,13 @@ jobs: needs: build-e2e-images strategy: matrix: - ginkgo_focus: ["Workload cluster creation", "Workload cluster scaling", "Workload cluster upgrade"] + ginkgo_focus: [ + "KCP remediation", + "MachineDeployment remediation", + "Workload cluster creation", + "Workload cluster scaling", + "Workload cluster upgrade", + ] steps: - name: Check out repo uses: actions/checkout@v4