-
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
RHOAIENG-12192 - Extend DSP e2e tests #2129
base: master
Are you sure you want to change the base?
RHOAIENG-12192 - Extend DSP e2e tests #2129
Conversation
Quality Gate passedIssues Measures |
|
||
|
||
*** Test Cases *** | ||
Verify Ods Users Can Create And Run A Data Science Pipeline With Ray Using The kfp Python Package |
Check warning
Code scanning / Robocop
Test case '{{ test_name }}' is too long ({{ test_length }}/{{ allowed_length }}) Warning test
... DataSciencePipelines-DistributedWorkloads | ||
Skip If Component Is Not Enabled ray | ||
Skip If Component Is Not Enabled codeflare | ||
${params_dict}= Create Dictionary |
Check warning
Code scanning / Robocop
The assignment sign is not consistent within the file. Expected '{{ expected_sign }}' but got '{{ actual_sign }}' instead Warning test
... DataSciencePipelines-DistributedWorkloads | ||
Skip If Component Is Not Enabled ray | ||
Skip If Component Is Not Enabled codeflare | ||
${params_dict}= Create Dictionary |
Check notice
Code scanning / Robocop
{{ create_keyword }} can be replaced with VAR Note test
... ray=${TRUE} | ||
[Teardown] Projects.Delete Project Via CLI By Display Name ${PROJECT_NAME} | ||
|
||
Verify Ods Users Can Create And Run A Data Science Pipeline With Ray Job Using The kfp Python Package |
Check warning
Code scanning / Robocop
Test case '{{ test_name }}' is too long ({{ test_length }}/{{ allowed_length }}) Warning test
... DataSciencePipelines-DistributedWorkloads | ||
Skip If Component Is Not Enabled ray | ||
Skip If Component Is Not Enabled codeflare | ||
${ray_dict}= Create Dictionary |
Check warning
Code scanning / Robocop
The assignment sign is not consistent within the file. Expected '{{ expected_sign }}' but got '{{ actual_sign }}' instead Warning test
... DataSciencePipelines-DistributedWorkloads | ||
Skip If Component Is Not Enabled ray | ||
Skip If Component Is Not Enabled codeflare | ||
${ray_dict}= Create Dictionary |
Check notice
Code scanning / Robocop
{{ create_keyword }} can be replaced with VAR Note test
Robot Results
|
Move pipeline tests related to Distributed Workloads to Workloads Orchestration folder and add a new test "Verify Ods Users Can Create And Run A Data Science Pipeline With Ray Job Using The kfp Python Package".