AZP: CUDA compatible - #7212
Conversation
yosefe
left a comment
There was a problem hiding this comment.
in general can simplify this script since some parts are copy/paste from test_jenkins.sh but not needed here
|
@avildema pls squash |
|
This PR creates a problem that GPU machines are running both docker and bare-metal tests. Bare-metal tests try to use temporary network devices created by docker and fail.
|
yosefe
left a comment
There was a problem hiding this comment.
run all tests on GPU nodes under docker
b18b3d0 to
544d172
Compare
yosefe
left a comment
There was a problem hiding this comment.
seems RDMA transports are not found in the container
| @@ -0,0 +1,89 @@ | |||
| jobs: | |||
| - job: source_tarball | |||
| displayName: Test autogen_cuda | |||
| clean: true | ||
| fetchDepth: 100 | ||
| - bash: | | ||
| set -eE |
| parameters: | ||
| name: gpu | ||
| demands: ucx_gpu -equals yes | ||
| demands: ucx_gpu_test -equals yes |
There was a problem hiding this comment.
should we remove this now? seems it runs on both docker and bare metal?
There was a problem hiding this comment.
yes, it need for test, I have one agent with one label ucx_gpu_test and this label always free
| @@ -0,0 +1,80 @@ | |||
| #!/bin/bash -eExl | |||
There was a problem hiding this comment.
move this file under pr/.
maybe move all cuda files under buildlib/pr/cuda ?
|
@yosefe Could you please check result for test_jenkins.sh for GPU on docker images |
|
bot:retest |
| parameters: | ||
| name: gpu | ||
| demands: ucx_gpu -equals yes | ||
| demands: ucx_gpu_test -equals yes |
| @@ -1,121 +1,149 @@ | |||
| variables: | |||
| DOCKER_OPT_SHARES: -v /hpc/local:/hpc/local -v /auto/sw_tools:/auto/sw_tools | |||
|
@avildema pls squash |

launch test on official CUDA images