Skip to content

Commit

Permalink
chore: list GPUs on CI
Browse files Browse the repository at this point in the history
Sometimes CI is failing, I suspect an environment issue. Print the
GPU's UUID to see if it always happens on the same GPU.
  • Loading branch information
vmx committed Mar 15, 2022
1 parent 6b23a7f commit 2538bf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
- *restore-cache
- set-env-path
- install-gpu-deps
- run: nvidia-smi --list-gpus
- run:
name: Test (<< parameters.cargo-args >>)
command: cargo test --workspace << parameters.cargo-args >>
Expand Down

0 comments on commit 2538bf7

Please sign in to comment.