-
Notifications
You must be signed in to change notification settings - Fork 82
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
DW: Add test coverage for custom ROCm Ray image #2124
DW: Add test coverage for custom ROCm Ray image #2124
Conversation
Quality Gate passedIssues Measures |
@@ -16,6 +16,8 @@ | |||
${RAY_TORCH_CUDA_IMAGE_3.11} quay.io/rhoai/ray@sha256:5077f9bb230dfa88f34089fecdfcdaa8abc6964716a8a8325c7f9dcdf11bbbb3 | |||
# Corresponds to quay.io/modh/ray:2.35.0-py311-rocm61 | |||
${RAY_ROCM_IMAGE_3.11} quay.io/modh/ray@sha256:f8b4f2b1c954187753c1f5254f7bb6a4286cec5a4f1b43def7ef4e009f2d28cb | |||
# Corresponds to quay.io/rhoai/ray:2.35.0-py311-rocm61-torch24-fa26 | |||
${RAY_TORCH_ROCM_IMAGE_3.11} quay.io/rhoai/ray@sha256:b0e129cd2f4cdea7ad7a7859031357ffd9915410551f94fbcb942af2198cdf78 |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
@@ -55,21 +55,41 @@ | |||
... WorkloadsOrchestration | |||
Run DistributedWorkloads ODH Test TestMnistRayTuneHpoGpu ${RAY_CUDA_IMAGE_3.11} ${NOTEBOOK_IMAGE_3.11} | |||
|
|||
Run TestKueueCustomRayCpu ODH test with Python 3.11 | |||
[Documentation] Run Go ODH test: TestKueueCustomRayCpu | |||
Run TestKueueCustomRayCudaCpu ODH test with Python 3.11 |
Check warning
Code scanning / Robocop
Not allowed character '{{ character }}' found in {{ block_name }} name Warning test
[Tags] RHOAIENG-10013 | ||
... Tier1 | ||
... DistributedWorkloads | ||
... Training | ||
... WorkloadsOrchestration | ||
Run DistributedWorkloads ODH Test TestMnistCustomRayImageCpu ${RAY_TORCH_CUDA_IMAGE_3.11} ${NOTEBOOK_IMAGE_3.11} | ||
Run DistributedWorkloads ODH Test TestMnistCustomRayCudaCpu ${RAY_TORCH_CUDA_IMAGE_3.11} ${NOTEBOOK_IMAGE_3.11} |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
|
||
Run TestKueueCustomRayGpu ODH test with Python 3.11 | ||
[Documentation] Run Go ODH test: TestKueueCustomRayGpu | ||
Run TestKueueCustomRayCudaGpu ODH test with Python 3.11 |
Check warning
Code scanning / Robocop
Not allowed character '{{ character }}' found in {{ block_name }} name Warning test
[Tags] RHOAIENG-10013 | ||
... Resources-GPU NVIDIA-GPUs | ||
... Tier1 | ||
... DistributedWorkloads | ||
... Training | ||
... WorkloadsOrchestration | ||
Run DistributedWorkloads ODH Test TestMnistCustomRayImageGpu ${RAY_TORCH_CUDA_IMAGE_3.11} ${NOTEBOOK_IMAGE_3.11} | ||
Run DistributedWorkloads ODH Test TestMnistCustomRayCudaGpu ${RAY_TORCH_CUDA_IMAGE_3.11} ${NOTEBOOK_IMAGE_3.11} |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
Run DistributedWorkloads ODH Test TestMnistCustomRayImageGpu ${RAY_TORCH_CUDA_IMAGE_3.11} ${NOTEBOOK_IMAGE_3.11} | ||
Run DistributedWorkloads ODH Test TestMnistCustomRayCudaGpu ${RAY_TORCH_CUDA_IMAGE_3.11} ${NOTEBOOK_IMAGE_3.11} | ||
|
||
Run TestKueueCustomRayRocmCpu ODH test with Python 3.11 |
Check warning
Code scanning / Robocop
Not allowed character '{{ character }}' found in {{ block_name }} name Warning test
... DistributedWorkloads | ||
... Training | ||
... WorkloadsOrchestration | ||
Run DistributedWorkloads ODH Test TestMnistCustomRayRocmCpu ${RAY_TORCH_ROCM_IMAGE_3.11} ${NOTEBOOK_IMAGE_3.11} |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
... WorkloadsOrchestration | ||
Run DistributedWorkloads ODH Test TestMnistCustomRayRocmCpu ${RAY_TORCH_ROCM_IMAGE_3.11} ${NOTEBOOK_IMAGE_3.11} | ||
|
||
Run TestKueueCustomRayRocmGpu ODH test with Python 3.11 |
Check warning
Code scanning / Robocop
Not allowed character '{{ character }}' found in {{ block_name }} name Warning test
... DistributedWorkloads | ||
... Training | ||
... WorkloadsOrchestration | ||
Run DistributedWorkloads ODH Test TestMnistCustomRayRocmGpu ${RAY_TORCH_ROCM_IMAGE_3.11} ${NOTEBOOK_IMAGE_3.11} |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Robot Results
|
Test passed in |
Closes RHOAIENG-12484