-
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
post upgrade starting version check for Model Registry #2044
post upgrade starting version check for Model Registry #2044
Conversation
Signed-off-by: lugi0 <[email protected]>
Signed-off-by: lugi0 <[email protected]>
@@ -248,6 +248,8 @@ | |||
[Documentation] Verifies that registered model/version in pre-upgrade is present after the upgrade | |||
[Tags] Upgrade ModelRegistryUpgrade | |||
... ProductBug RHOAIENG-15033 | |||
${check}= Is Starting Version Supported minimum_version=2.14.0 |
Check warning
Code scanning / Robocop
The assignment sign is not consistent within the file. Expected '{{ expected_sign }}' but got '{{ actual_sign }}' instead Warning test
@@ -248,6 +248,8 @@ | |||
[Documentation] Verifies that registered model/version in pre-upgrade is present after the upgrade | |||
[Tags] Upgrade ModelRegistryUpgrade | |||
... ProductBug RHOAIENG-15033 | |||
${check}= Is Starting Version Supported minimum_version=2.14.0 | |||
Skip If ${check}==${FALSE} |
Check notice
Code scanning / Robocop
'{{ block_name }}' condition can be simplified Note test
Robot Results
|
ods_ci/tests/Tests/0200__rhoai_upgrade/0203__post_upgrade.robot
Outdated
Show resolved
Hide resolved
Signed-off-by: lugi0 <[email protected]>
|
…services#2044) * Add check on starting version in post upgrade test Signed-off-by: lugi0 <[email protected]> * update post upgrade test tag Signed-off-by: lugi0 <[email protected]> * Move new keywords to Common Signed-off-by: lugi0 <[email protected]> --------- Signed-off-by: lugi0 <[email protected]>
No description provided.