-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump sustainable-computing-io/kepler-action (#1101)
Bumps [sustainable-computing-io/kepler-action](https://github.com/sustainable-computing-io/kepler-action) from 0.0.3 to 0.0.4. - [Commits](sustainable-computing-io/kepler-action@v0.0.3...v0.0.4) --- updated-dependencies: - dependency-name: sustainable-computing-io/kepler-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
871d598
commit 0051b01
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
go-version-file: go.mod | ||
# set up ebpf | ||
- name: install libbpf | ||
uses: sustainable-computing-io/[email protected].3 | ||
uses: sustainable-computing-io/[email protected].4 | ||
with: | ||
ebpfprovider: libbpf | ||
# build kepler image | ||
|
@@ -79,7 +79,7 @@ jobs: | |
INPUT_PATH: ${{env.FILE_NAME}} | ||
# set up k8s cluster with ebpf | ||
- name: use Kepler action to deploy cluster | ||
uses: sustainable-computing-io/[email protected].3 | ||
uses: sustainable-computing-io/[email protected].4 | ||
with: | ||
ebpfprovider: libbpf | ||
cluster_provider: ${{matrix.cluster_provider}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
go-version-file: go.mod | ||
# set up ebpf | ||
- name: install bcc | ||
uses: sustainable-computing-io/[email protected].3 | ||
uses: sustainable-computing-io/[email protected].4 | ||
with: | ||
ebpfprovider: bcc | ||
# build kepler image | ||
|
@@ -79,7 +79,7 @@ jobs: | |
INPUT_PATH: ${{env.FILE_NAME}} | ||
# set up k8s cluster with ebpf | ||
- name: use Kepler action to deploy cluster | ||
uses: sustainable-computing-io/[email protected].3 | ||
uses: sustainable-computing-io/[email protected].4 | ||
with: | ||
ebpfprovider: bcc | ||
cluster_provider: ${{matrix.cluster_provider}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,7 +133,7 @@ jobs: | |
CTR_CMD: docker | ||
|
||
- name: Use Kepler action to deploy cluster | ||
uses: sustainable-computing-io/[email protected].3 | ||
uses: sustainable-computing-io/[email protected].4 | ||
with: | ||
cluster_provider: ${{matrix.cluster_provider}} | ||
ebpfprovider: bcc | ||
|