forked from sustainable-computing-io/kepler
-
Notifications
You must be signed in to change notification settings - Fork 0
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 (sustainable…
…-computing-io#1069) Bumps [sustainable-computing-io/kepler-action](https://github.com/sustainable-computing-io/kepler-action) from 0.0.2 to 0.0.3. - [Commits](sustainable-computing-io/kepler-action@v0.0.2...v0.0.3) --- 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
826dc94
commit df7cdbe
Showing
4 changed files
with
6 additions
and
6 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].2 | ||
uses: sustainable-computing-io/[email protected].3 | ||
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].2 | ||
uses: sustainable-computing-io/[email protected].3 | ||
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
go-version-file: go.mod | ||
# set up ebpf | ||
- name: install libbpf | ||
uses: sustainable-computing-io/[email protected].2 | ||
uses: sustainable-computing-io/[email protected].3 | ||
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].2 | ||
uses: sustainable-computing-io/[email protected].3 | ||
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 |
---|---|---|
|
@@ -133,7 +133,7 @@ jobs: | |
CTR_CMD: docker | ||
|
||
- name: Use Kepler action to deploy cluster | ||
uses: sustainable-computing-io/[email protected].2 | ||
uses: sustainable-computing-io/[email protected].3 | ||
with: | ||
cluster_provider: ${{matrix.cluster_provider}} | ||
ebpfprovider: bcc | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
GOPATH: /home/runner/go | ||
GOBIN: /home/runner/go/bin | ||
- name: install bcc | ||
uses: sustainable-computing-io/[email protected].2 | ||
uses: sustainable-computing-io/[email protected].3 | ||
with: | ||
ebpfprovider: bcc | ||
- name: Prepare environment | ||
|