Skip to content

Commit

Permalink
chore(gha): use 0.0.5 kepler-action
Browse files Browse the repository at this point in the history
Signed-off-by: Sunil Thaha <sthaha@redhat.com>
  • Loading branch information
sthaha committed Mar 26, 2024
1 parent ccdd5d1 commit e7645fb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,14 @@ jobs:
- name: Install all tools
uses: ./.github/tools-cache

- name: use kepler action for kind cluster build
uses: sustainable-computing-io/kepler-action@v0.0.2
- name: use kepler-action to deploy cluster
uses: sustainable-computing-io/kepler-action@v0.0.5
with:
ebpfprovider: bcc
ebpfprovider: libbpf
cluster_provider: kind
local_dev_cluster_version: v0.0.3
env:
PROMETHEUS_ENABLE: "true"
PROMETHEUS_ENABLE: "false"

- name: Ensure cluster is able to run OLM bundles
run: make cluster-prereqs
Expand Down

0 comments on commit e7645fb

Please sign in to comment.