diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index dc3a328e2b..628b882322 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -22,7 +22,7 @@ jobs: go-version-file: go.mod # set up ebpf - name: install libbpf - uses: sustainable-computing-io/kepler-action@v0.0.3 + uses: sustainable-computing-io/kepler-action@v0.0.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/kepler-action@v0.0.3 + uses: sustainable-computing-io/kepler-action@v0.0.4 with: ebpfprovider: libbpf cluster_provider: ${{matrix.cluster_provider}} diff --git a/.github/workflows/integration_test_bcc.yml b/.github/workflows/integration_test_bcc.yml index 3b0c938da4..8fc5afaa1e 100644 --- a/.github/workflows/integration_test_bcc.yml +++ b/.github/workflows/integration_test_bcc.yml @@ -22,7 +22,7 @@ jobs: go-version-file: go.mod # set up ebpf - name: install bcc - uses: sustainable-computing-io/kepler-action@v0.0.3 + uses: sustainable-computing-io/kepler-action@v0.0.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/kepler-action@v0.0.3 + uses: sustainable-computing-io/kepler-action@v0.0.4 with: ebpfprovider: bcc cluster_provider: ${{matrix.cluster_provider}} diff --git a/.github/workflows/platform-validation.yml b/.github/workflows/platform-validation.yml index 9f5618be82..0e94efba41 100644 --- a/.github/workflows/platform-validation.yml +++ b/.github/workflows/platform-validation.yml @@ -133,7 +133,7 @@ jobs: CTR_CMD: docker - name: Use Kepler action to deploy cluster - uses: sustainable-computing-io/kepler-action@v0.0.3 + uses: sustainable-computing-io/kepler-action@v0.0.4 with: cluster_provider: ${{matrix.cluster_provider}} ebpfprovider: bcc