Skip to content

Commit 4ff7ad7

Browse files
authored
CI: LABEL_FILTER not relevant for setting up test cluster (#152)
1 parent d18d2b8 commit 4ff7ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: make test
5050

5151
- name: Create and configure cluster
52-
run: LABEL_FILTER=Kueue ./hack/create-test-cluster.sh
52+
run: ./hack/create-test-cluster.sh
5353

5454
- name: Deploy Kueue
5555
run: ./hack/deploy-kueue.sh

0 commit comments

Comments
 (0)