-
Notifications
You must be signed in to change notification settings - Fork 136
test: Add Training Hub RayJob E2E tests (RHOAIENG-63702, RHOAIENG-65214) #2988
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| *** Settings *** | ||
| Documentation Training Hub RayJob Integration tests - https://github.com/opendatahub-io/distributed-workloads/tree/main/tests/odh | ||
| Suite Setup Prepare DistributedWorkloads Integration Test Suite | ||
| Suite Teardown Teardown DistributedWorkloads Integration Test Suite | ||
| Library OperatingSystem | ||
| Library Process | ||
| Resource ../../../tasks/Resources/RHODS_OLM/install/oc_install.robot | ||
| Resource ../../Resources/Page/DistributedWorkloads/DistributedWorkloads.resource | ||
|
|
||
|
|
||
| *** Test Cases *** | ||
| Run TestSftRayJobSingleGpu ODH test | ||
| [Documentation] Run Go ODH test: TestSftRayJobSingleGpu | ||
| [Tags] RHOAIENG-65214 | ||
| ... Resources-GPU NVIDIA-GPUs | ||
| ... Tier1 | ||
| ... DistributedWorkloads | ||
| ... TrainingRay | ||
| ... TrainingHub | ||
| Run DistributedWorkloads Training Hub ODH Test TestSftRayJobSingleGpu ${RAY_TRAINING_HUB_IMAGE} ${NOTEBOOK_IMAGE_3.12} | ||
Check warningCode scanning / Robocop Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
Line is too long (131/120)
|
||
|
|
||
|
|
||
| Run TestOsftRayJobSingleGpu ODH test | ||
| [Documentation] Run Go ODH test: TestOsftRayJobSingleGpu | ||
| [Tags] RHOAIENG-65214 | ||
| ... Resources-GPU NVIDIA-GPUs | ||
| ... Tier1 | ||
| ... DistributedWorkloads | ||
| ... TrainingRay | ||
| ... TrainingHub | ||
| Run DistributedWorkloads Training Hub ODH Test TestOsftRayJobSingleGpu ${RAY_TRAINING_HUB_IMAGE} ${NOTEBOOK_IMAGE_3.12} | ||
Check warningCode scanning / Robocop Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
Line is too long (132/120)
|
||
|
|
||
|
|
||
| Run TestLoraRayJobSingleGpu ODH test | ||
| [Documentation] Run Go ODH test: TestLoraRayJobSingleGpu | ||
| [Tags] RHOAIENG-65214 | ||
| ... Resources-GPU NVIDIA-GPUs | ||
| ... Tier1 | ||
| ... DistributedWorkloads | ||
| ... TrainingRay | ||
| ... TrainingHub | ||
| Run DistributedWorkloads Training Hub ODH Test TestLoraRayJobSingleGpu ${RAY_TRAINING_HUB_IMAGE} ${NOTEBOOK_IMAGE_3.12} | ||
Check warningCode scanning / Robocop Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
Line is too long (132/120)
|
||
|
|
||
|
|
||
| Run TestGrpoRayJobSingleNodeMultiGpu ODH test | ||
| [Documentation] Run Go ODH test: TestGrpoRayJobSingleNodeMultiGpu | ||
| [Tags] RHOAIENG-63702 | ||
| ... Resources-GPU NVIDIA-GPUs | ||
| ... Tier1 | ||
| ... DistributedWorkloads | ||
| ... TrainingRay | ||
| ... TrainingHub | ||
| Run DistributedWorkloads Training Hub ODH Test TestGrpoRayJobSingleNodeMultiGpu ${RAY_TRAINING_HUB_IMAGE} ${NOTEBOOK_IMAGE_3.12} | ||
Check warningCode scanning / Robocop Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
Line is too long (141/120)
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.