Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
Signed-off-by: Huamin Chen <[email protected]>
  • Loading branch information
rootfs committed Nov 20, 2023
1 parent a506fa8 commit 68c5956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ 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].2
with:
ebpfprovider: bcc
xgboost_version: 2.0.1
# build kepler image
- name: build and export Kepler image
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/integration_test_libbpf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ 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].2
with:
ebpfprovider: libbpf
xgboost_version: 2.0.1
# build kepler image
- name: build and export Kepler image
run: |
Expand Down

0 comments on commit 68c5956

Please sign in to comment.