Skip to content

Commit 7112427

Browse files
committed
ci: use make target to provision the Kind cluster
Signed-off-by: Vibhu Prashar <[email protected]>
1 parent 22f0148 commit 7112427

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

.github/workflows/pr-checks.yaml

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -283,17 +283,13 @@ jobs:
283283
- name: Install all tools
284284
uses: ./.github/tools-cache
285285

286-
- name: Use Kepler Action for Kind cluster
287-
uses: sustainable-computing-io/[email protected]
288-
with:
289-
ebpfprovider: libbpf
290-
cluster_provider: kind
286+
- name: Setup Kind cluster
287+
shell: bash
288+
run: |
289+
make cluster-up
291290
env:
292291
PROMETHEUS_ENABLE: "false"
293292

294-
- name: Ensure cluster is able to run OLM bundles
295-
run: make cluster-prereqs
296-
297293
- name: Compute version
298294
uses: ./.github/compute-version
299295
id: version
@@ -347,16 +343,12 @@ jobs:
347343
- name: Install all tools
348344
uses: ./.github/tools-cache
349345

350-
- name: Use Kepler Action for Kind cluster
351-
uses: sustainable-computing-io/[email protected]
352-
with:
353-
ebpfprovider: libbpf
354-
cluster_provider: kind
346+
- name: Setup Kind cluster
347+
shell: bash
348+
run: |
349+
make cluster-up
355350
env:
356-
PROMETHEUS_ENABLE: "false"
357-
358-
- name: Ensure cluster is able to run OLM bundles
359-
run: make cluster-prereqs
351+
GRAFANA_ENABLE: "false"
360352

361353
- name: Compute version
362354
uses: ./.github/compute-version
@@ -428,7 +420,7 @@ jobs:
428420
- name: Setup cluster with prerequisites
429421
run: make cluster-up
430422
env:
431-
PROMETHEUS_ENABLE: "true"
423+
GRAFANA_ENABLE: "false"
432424

433425
- name: Compute version
434426
uses: ./.github/compute-version

0 commit comments

Comments
 (0)