Skip to content
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

Merged

Conversation

jstourac
Copy link
Member

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

@jstourac jstourac requested a review from FedeAlonso October 31, 2023 06:39
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
```
@jstourac jstourac force-pushed the fixSetGpuAccelerator branch from 118700d to 5ff99c7 Compare October 31, 2023 06:39
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@jstourac jstourac self-assigned this Oct 31, 2023
@jstourac
Copy link
Member Author

Drurun failures reduced from 9 to 6.

Ready for review, @jgarciao - it would be nice to merge even for 1.34, I believe.

Copy link
Contributor

@FedeAlonso FedeAlonso left a 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

@jgarciao jgarciao self-requested a review October 31, 2023 09:32
@jgarciao jgarciao added the enhancements Bugfixes, enhancements, refactoring, ... in tests or libraries (PR will be listed in release-notes) label Oct 31, 2023
@jstourac jstourac merged commit f635baa into red-hat-data-services:master Oct 31, 2023
@jstourac jstourac deleted the fixSetGpuAccelerator branch October 31, 2023 09:37
jgarciao pushed a commit to jgarciao/ods-ci that referenced this pull request Nov 6, 2023
…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
```
ChughShilpa pushed a commit to ChughShilpa/ods-ci that referenced this pull request Nov 28, 2023
…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
```
ChughShilpa pushed a commit to ChughShilpa/ods-ci that referenced this pull request Jan 2, 2024
…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
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancements Bugfixes, enhancements, refactoring, ... in tests or libraries (PR will be listed in release-notes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants