Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/collect-data-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
uses: actions/checkout@v4

- name: use Kepler action to deploy cluster
uses: sustainable-computing-io/[email protected].9
uses: sustainable-computing-io/[email protected].10
with:
ebpfprovider: libbpf
cluster_provider: kind
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: use Kepler action to deploy cluster
uses: sustainable-computing-io/[email protected].9
uses: sustainable-computing-io/[email protected].10
with:
runningBranch: kind
cluster_provider: kind
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tekton-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
docker build -t $IMAGE -f dockerfiles/Dockerfile .
- name: use Kepler action to deploy cluster
uses: sustainable-computing-io/[email protected].9
uses: sustainable-computing-io/[email protected].10
with:
ebpfprovider: libbpf
cluster_provider: kind
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/train-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
sudo pip3 install awscli

- name: use Kepler action to deploy cluster
uses: sustainable-computing-io/[email protected].9
uses: sustainable-computing-io/[email protected].10
with:
ebpfprovider: libbpf
cluster_provider: kind
Expand Down
Loading