Skip to content

Commit

Permalink
Use new kw for model registry
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Garcia Oncins <[email protected]>
  • Loading branch information
jgarciao committed Nov 26, 2024
1 parent e4388a3 commit e23b6fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Verify Resources After Upgrade
[Documentation] Verifies the status of the resources created in ${PROJECT} after the upgrade
... Deletes ${PROJECT} if all verifications are correct (leaving for debugging purposes if not)
Skip If Operator Starting Version Is Not Supported minimum_version=2.14.0
Skip If Namespace Does Not Exist ${PROJECT}
DataSciencePipelinesBackend.Wait Until Pipeline Server Is Deployed namespace=${PROJECT}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,14 @@ Verify That DSC And DSCI Release.Version Attribute matches the value in the subs
Data Science Pipelines Post Upgrade Verifications
[Documentation] Verifies the status of the resources created in project dsp-test-upgrade after the upgradea
[Tags] Upgrade DataSciencePipelines-Backend
Skip If Operator Starting Version Is Not Supported minimum_version=2.14.0
DataSciencePipelinesUpgradeTesting.Verify Resources After Upgrade

Model Registry Post Upgrade Verification
[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}
Skip If Operator Starting Version Is Not Supported minimum_version=2.14.0
Model Registry Post Upgrade Scenario
[Teardown] Post Upgrade Scenario Teardown

Expand Down

0 comments on commit e23b6fe

Please sign in to comment.