Skip to content

Commit

Permalink
Disable ModelRegistry Tests On RHOAI (red-hat-data-services#1749)
Browse files Browse the repository at this point in the history
Added ExcludeOnRHOAI tag on ModelRegistry test cases so that they are
not run on RHOAI.
  • Loading branch information
asanzgom authored Aug 26, 2024
2 parents 9bc28ab + 7c7bd36 commit adde0cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,15 +188,15 @@ Validate Modelmeshserving Removed State
Validate ModelRegistry Managed State
[Documentation] Validate that the DSC ModelRegistry component Managed state creates the expected resources,
... check that ModelRegistry deployment is created and pod is in Ready state
[Tags] Operator Tier1 RHOAIENG-10404 modelregistry-managed
[Tags] Operator Tier1 RHOAIENG-10404 modelregistry-managed ExcludeOnRHOAI
Set DSC Component Managed State And Wait For Completion modelregistry ${MODELREGISTRY_CONTROLLER__DEPLOYMENT_NAME} ${MODELREGISTRY_CONTROLLER__LABEL_SELECTOR}

[Teardown] Restore DSC Component State modelregistry ${MODELREGISTRY_CONTROLLER__DEPLOYMENT_NAME} ${MODELREGISTRY_CONTROLLER__LABEL_SELECTOR} ${SAVED_MANAGEMENT_STATES.MODELREGISTRY}

Validate ModelRegistry Removed State
[Documentation] Validate that ModelRegistry management state Removed does remove relevant resources.
[Tags] Operator Tier1 RHOAIENG-10404 modelregistry-removed
[Tags] Operator Tier1 RHOAIENG-10404 modelregistry-removed ExcludeOnRHOAI
Set DSC Component Removed State And Wait For Completion modelregistry ${MODELREGISTRY_CONTROLLER__DEPLOYMENT_NAME} ${MODELREGISTRY_CONTROLLER__LABEL_SELECTOR}

Expand Down

0 comments on commit adde0cf

Please sign in to comment.