Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: show cuda and nvidia-driver version in build&test ci #7694

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove nvidia-smi
Signed-off-by: kminoda <koji.minoda@tier4.jp>
  • Loading branch information
kminoda committed Jun 26, 2024
commit 864a02704c06902d4e292684586d61d33497681e
1 change: 0 additions & 1 deletion .github/workflows/build-and-test-daily-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- name: Show CUDA and NVIDIA driver version
if: matrix.container-suffix == '-cuda'
run: |
nvidia-smi
nvcc --version
shell: bash

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-and-test-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- name: Show CUDA and NVIDIA driver version
if: matrix.container-suffix == '-cuda'
run: |
nvidia-smi
nvcc --version
shell: bash

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-and-test-differential-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
- name: Show CUDA and NVIDIA driver version
if: matrix.container-suffix == '-cuda'
run: |
nvidia-smi
nvcc --version
shell: bash

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
- name: Show CUDA and NVIDIA driver version
if: matrix.container-suffix == '-cuda'
run: |
nvidia-smi
nvcc --version
shell: bash

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
- name: Show CUDA and NVIDIA driver version
if: matrix.container-suffix == '-cuda'
run: |
nvidia-smi
nvcc --version
shell: bash

Expand Down
Loading