Skip to content

Commit

Permalink
workflows: Use self-hosted gpu based runner
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpotter92 committed Dec 11, 2024
1 parent fc96cad commit 95b8bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
build:
name: Test and build lpms project
runs-on: ubuntu-20.04
runs-on: gpu-amd64
container:
image: livepeerci/cuda:11.7.1-cudnn8-devel-ubuntu20.04
env:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Test
shell: bash
run: PATH="/github/home/compiled/bin:$PATH" go test -coverprofile cover.out ./...
run: PATH="/github/home/compiled/bin:$PATH" go test --tags=nvidia -coverprofile cover.out ./...

- name: Upload coverage reports
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 95b8bcb

Please sign in to comment.