We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41edb3c commit cde556fCopy full SHA for cde556f
cli/src/pcluster/resources/imagebuilder/parallelcluster_test.yaml
@@ -252,7 +252,7 @@ phases:
252
echo "Correctly installed CUDA ${cuda_output}"
253
254
echo "Testing CUDA with deviceQuery..."
255
- if [ {{ test.OSArchitecture.outputs.stdout }} != 'arm64' ]; then
+ if [ -f /usr/local/cuda-${cuda_ver}/extras/demo_suite/deviceQuery ]; then
256
/usr/local/cuda-${cuda_ver}/extras/demo_suite/deviceQuery | grep -o "Result = PASS"
257
[[ $? -ne 0 ]] && echo "CUDA deviceQuery test failed" && exit 1
258
else
0 commit comments