From 562fb4be591011e67b96eb0287c994eb8083cf84 Mon Sep 17 00:00:00 2001 From: David Grove Date: Mon, 10 Jun 2024 16:44:11 -0400 Subject: [PATCH] CI: LABEL_FILTER not relevant for setting up test cluster --- .github/workflows/CI.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 1604f07..f10d55e 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -49,7 +49,7 @@ jobs: run: make test - name: Create and configure cluster - run: LABEL_FILTER=Kueue ./hack/create-test-cluster.sh + run: ./hack/create-test-cluster.sh - name: Deploy Kueue run: ./hack/deploy-kueue.sh