Skip to content

Commit

Permalink
Update GPU CI name + paralellize GPU CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ivirshup committed Jul 28, 2023
1 parent c0fdf9d commit 1ba8ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cirun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ runners:
instance_type: g4dn.xlarge
machine_image: ami-0678adbdcb4c3a662
preemptible: false
workflow: .github/workflows/build_gpu.yml
workflow: .github/workflows/test-gpu.yml
labels:
- cirun-aws-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true

jobs:
build:
test:
runs-on: "cirun-aws-gpu--${{ github.run_id }}"
defaults:
run:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
run: micromamba list

- name: Run test
run: pytest --only-gpu --cov --cov-report=xml --cov-context=test
run: pytest --only-gpu --cov --cov-report=xml --cov-context=test -n 4

- uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 1ba8ad1

Please sign in to comment.