-
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
[Fix] expected version in the 2024.2 images #1919
[Fix] expected version in the 2024.2 images #1919
Conversation
${JupyterLab_Version} v3.6 | ||
${Notebook_Version} v6.5 | ||
${JupyterLab-git_Version} v0.44 | ||
${JupyterLab_Version} v4.2 |
Check warning
Code scanning / Robocop
Section variable '{{ variable_name }}' name should be uppercase Warning test
${Notebook_Version} v6.5 | ||
${JupyterLab-git_Version} v0.44 | ||
${JupyterLab_Version} v4.2 | ||
${JupyterLab-git_Version} v0.50 |
Check warning
Code scanning / Robocop
Section variable '{{ variable_name }}' name should be uppercase Warning test
Robot Results
|
8b2b1a7
to
f96b908
Compare
Apart from the title, also extra exception for a newly introduced cuda bundle in tensorflow image. Notebook python package is no longer dependency required by Jupyterlab package, so it is missing from the images now.
4c131cb
to
aadec47
Compare
Quality Gate passedIssues Measures |
Apart from the title, also extra exception for a newly introduced cuda bundle in tensorflow image and the test is extended also for the TrustyAI image.
Notebook python package is no longer dependency required by Jupyterlab package, so it is missing from the images now.
CI:
Note: the failures are expected due to the bug in the release, fix is on the way opendatahub-io/notebooks#742