mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Update test/e2e/node/gpu.go
Co-authored-by: Ed Bartosh <eduard.bartosh@intel.com>
This commit is contained in:
parent
ad41961d32
commit
6db917c42e
1 changed files with 3 additions and 3 deletions
|
|
@ -222,9 +222,9 @@ else
|
|||
# skipped on non-x86_64.
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y -o Acquire::Retries=5 git
|
||||
git clone --depth 1 --branch v12.5 https://github.com/NVIDIA/cuda-samples.git /tmp/cuda-samples
|
||||
cd /tmp/cuda-samples/Samples/1_Utilities/deviceQuery && make && ./deviceQuery
|
||||
cd /tmp/cuda-samples/Samples/0_Introduction/vectorAdd && make && ./vectorAdd
|
||||
cd /tmp/cuda-samples/Samples/1_Utilities/bandwidthTest && make && ./bandwidthTest
|
||||
(cd /tmp/cuda-samples/Samples/1_Utilities/deviceQuery && make && ./deviceQuery)
|
||||
(cd /tmp/cuda-samples/Samples/0_Introduction/vectorAdd && make && ./vectorAdd)
|
||||
(cd /tmp/cuda-samples/Samples/1_Utilities/bandwidthTest && make && ./bandwidthTest)
|
||||
fi
|
||||
`,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue