From 68c59561029bda24338b690ab732391f034a3a90 Mon Sep 17 00:00:00 2001 From: Huamin Chen Date: Mon, 20 Nov 2023 10:56:09 -0500 Subject: [PATCH] update CI Signed-off-by: Huamin Chen --- .github/workflows/integration_test.yml | 3 +-- .github/workflows/integration_test_libbpf.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 936e801ff3..b478556822 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -22,10 +22,9 @@ 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.2 with: ebpfprovider: bcc - xgboost_version: 2.0.1 # build kepler image - name: build and export Kepler image run: | diff --git a/.github/workflows/integration_test_libbpf.yml b/.github/workflows/integration_test_libbpf.yml index da5c5b833f..95639d2d63 100644 --- a/.github/workflows/integration_test_libbpf.yml +++ b/.github/workflows/integration_test_libbpf.yml @@ -22,10 +22,9 @@ 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.2 with: ebpfprovider: libbpf - xgboost_version: 2.0.1 # build kepler image - name: build and export Kepler image run: |