-
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
Update the Python version and other requirements for the 2024b OOTB images #1870
Conversation
@@ -82,7 +81,7 @@ | |||
Maybe Close Popup | |||
${is_launcher_selected} = Run Keyword And Return Status JupyterLab Launcher Tab Is Selected | |||
IF not ${is_launcher_selected} Open JupyterLab Launcher | |||
Launch a new JupyterLab Document kernel=Python 3.9 | |||
Launch a new JupyterLab Document kernel=Python 3.11 |
Check warning
Code scanning / Robocop
Keyword name '{{ keyword_name }}' does not follow case convention Warning test
Robot Results
|
8489f8a
to
a21802f
Compare
…mages These changes are required for the testing of the recently updated 2024b images added with the RHOAI 2.14 release. These images also contains new Jupyter 4 and Elyra 4 version, see [1]. * [1] https://issues.redhat.com/browse/RHOAIENG-11697
This change is to comply with this issue [1]. * [1] https://issues.redhat.com/browse/RHOAIENG-13415
Quality Gate passedIssues Measures |
[Documentation] Replace current selectors with JupyterLab 3-specific ones. | ||
... This is the custom implementation since the original one doesn't really | ||
... reverts defaults if they had been set to Jupyter 4 in the past already. | ||
Set Global Variable ${CM VERSION} ${5} |
Check notice
Code scanning / Robocop
{{ set_variable_keyword }} can be replaced with VAR Note test
... This is the custom implementation since the original one doesn't really | ||
... reverts defaults if they had been set to Jupyter 4 in the past already. | ||
Set Global Variable ${CM VERSION} ${5} | ||
Set Global Variable ${CM CSS EDITOR} .CodeMirror |
Check notice
Code scanning / Robocop
{{ set_variable_keyword }} can be replaced with VAR Note test
... reverts defaults if they had been set to Jupyter 4 in the past already. | ||
Set Global Variable ${CM VERSION} ${5} | ||
Set Global Variable ${CM CSS EDITOR} .CodeMirror | ||
Set Global Variable ${CM JS INSTANCE} .CodeMirror |
Check notice
Code scanning / Robocop
{{ set_variable_keyword }} can be replaced with VAR Note test
Set Global Variable ${CM VERSION} ${5} | ||
Set Global Variable ${CM CSS EDITOR} .CodeMirror | ||
Set Global Variable ${CM JS INSTANCE} .CodeMirror | ||
Set Global Variable ${JLAB CSS ACTIVE INPUT} ${JLAB CSS ACTIVE CELL} ${CM CSS EDITOR} |
Check notice
Code scanning / Robocop
{{ set_variable_keyword }} can be replaced with VAR Note test
These changes are required for the testing of the recently updated 2024b images added with the RHOAI 2.14 release.
These images also contains new Jupyter 4 and Elyra 4 version, see [1].
Another change in this PR is a removal of the simple test for Habana image as that image is removed in 2.14. This change is to comply with this issue [2].
CI: