-
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.
Merge pull request #1118 from sustainable-computing-io/new_build_process
New build process
- Loading branch information
Showing
30 changed files
with
114 additions
and
720 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
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -136,7 +136,7 @@ jobs: | |
uses: sustainable-computing-io/[email protected] | ||
with: | ||
cluster_provider: ${{matrix.cluster_provider}} | ||
ebpfprovider: bcc | ||
ebpfprovider: libbpf | ||
local_dev_cluster_version: v0.0.3 | ||
prometheus_enable: true | ||
grafana_enable: true | ||
|
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
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 |
---|---|---|
|
@@ -124,16 +124,6 @@ jobs: | |
username: ${{ secrets.BOT_NAME }} | ||
password: ${{ secrets.BOT_TOKEN }} | ||
|
||
- name: Build and push kepler latest bcc image | ||
uses: docker/build-push-action@v5 | ||
with: | ||
context: . | ||
platforms: linux/amd64 | ||
push: true | ||
tags: quay.io/sustainable_computing_io/kepler:latest, quay.io/sustainable_computing_io/kepler:${{ github.event.inputs.release }}-bcc | ||
labels: latest, ${{ github.event.inputs.release }}, bcc | ||
file: build/Dockerfile | ||
|
||
- name: Build and push kepler latest libbpf image | ||
uses: docker/build-push-action@v5 | ||
with: | ||
|
@@ -142,7 +132,7 @@ jobs: | |
push: true | ||
tags: quay.io/sustainable_computing_io/kepler:latest, quay.io/sustainable_computing_io/kepler:${{ github.event.inputs.release }} | ||
labels: latest, ${{ github.event.inputs.release }}, libbpf | ||
file: build/Dockerfile.libbpf.kepler | ||
file: build/Dockerfile | ||
|
||
- name: Generate SBOM | ||
uses: anchore/[email protected] | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.