-
Notifications
You must be signed in to change notification settings - Fork 81
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
[Fix] name of the robotframework keyword Set NVidia GPU Accelerator
#998
[Fix] name of the robotframework keyword Set NVidia GPU Accelerator
#998
Conversation
Proper name is `Set GPU Accelerator`. Without this change the test fails with following error: ``` ============================================================================== 1046 Verify Number Of Available GPUs Is Correct With Machine Autoscaler... | PASS | 1047 ------------------------------------------------------------------------------ 1048 Verify Node Autoscales And Then Scales Down :: Tries spawning a se... | FAIL | 1049 No keyword with name 'Set NVidia GPU Accelerator' found. Did you mean: 1050 JupyterHubSpawner.Set GPU Accelerator 1051 ------------------------------------------------------------------------------ 1052 Tests.Jupyterhub.Autoscaling-Gpus :: Tests for a scenario in which... | FAIL | 1053 2 tests, 1 passed, 1 failed ```
118700d
to
5ff99c7
Compare
Kudos, SonarCloud Quality Gate passed! |
Drurun failures reduced from 9 to 6. Ready for review, @jgarciao - it would be nice to merge even for 1.34, I believe. |
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.
It has come because an error I reviewed with @bdattoma where I have already updated "Set GPU Accelerator" in order to be generic but on GH still showed "Set NVidia GPU Accelerator". We did not know what was really happening and the tests run OK.
Sorry for the inconvenience and thanks for fixing it @jstourac .
LGTM
…red-hat-data-services#998) Proper name is `Set GPU Accelerator`. Without this change the test fails with following error: ``` ============================================================================== 1046 Verify Number Of Available GPUs Is Correct With Machine Autoscaler... | PASS | 1047 ------------------------------------------------------------------------------ 1048 Verify Node Autoscales And Then Scales Down :: Tries spawning a se... | FAIL | 1049 No keyword with name 'Set NVidia GPU Accelerator' found. Did you mean: 1050 JupyterHubSpawner.Set GPU Accelerator 1051 ------------------------------------------------------------------------------ 1052 Tests.Jupyterhub.Autoscaling-Gpus :: Tests for a scenario in which... | FAIL | 1053 2 tests, 1 passed, 1 failed ```
…red-hat-data-services#998) Proper name is `Set GPU Accelerator`. Without this change the test fails with following error: ``` ============================================================================== 1046 Verify Number Of Available GPUs Is Correct With Machine Autoscaler... | PASS | 1047 ------------------------------------------------------------------------------ 1048 Verify Node Autoscales And Then Scales Down :: Tries spawning a se... | FAIL | 1049 No keyword with name 'Set NVidia GPU Accelerator' found. Did you mean: 1050 JupyterHubSpawner.Set GPU Accelerator 1051 ------------------------------------------------------------------------------ 1052 Tests.Jupyterhub.Autoscaling-Gpus :: Tests for a scenario in which... | FAIL | 1053 2 tests, 1 passed, 1 failed ```
…red-hat-data-services#998) Proper name is `Set GPU Accelerator`. Without this change the test fails with following error: ``` ============================================================================== 1046 Verify Number Of Available GPUs Is Correct With Machine Autoscaler... | PASS | 1047 ------------------------------------------------------------------------------ 1048 Verify Node Autoscales And Then Scales Down :: Tries spawning a se... | FAIL | 1049 No keyword with name 'Set NVidia GPU Accelerator' found. Did you mean: 1050 JupyterHubSpawner.Set GPU Accelerator 1051 ------------------------------------------------------------------------------ 1052 Tests.Jupyterhub.Autoscaling-Gpus :: Tests for a scenario in which... | FAIL | 1053 2 tests, 1 passed, 1 failed ```
Proper name is
Set GPU Accelerator
.Without this change the test fails with following error: