forked from opensearch-project/flow-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds deploy model flag support for local model registration, fixes in…
…tegration tests (opensearch-project#350) * Fixing local model integration test Signed-off-by: Joshua Palis <[email protected]> * Added deploy model flag support for local model registration, added associated integration test Signed-off-by: Joshua Palis <[email protected]> * Fixing comment Signed-off-by: Joshua Palis <[email protected]> * Fixing deprovision workflow transport action, removing use of template, ascertaining deprovision sequence from created resources Signed-off-by: Joshua Palis <[email protected]> * Removing rest status checks for deprovision API tests Signed-off-by: Joshua Palis <[email protected]> * Increasing wait time for deprovision status Signed-off-by: Joshua Palis <[email protected]> * Removing sdeprovision status checks for model deployment tests Signed-off-by: Joshua Palis <[email protected]> * increasing timeout for local model registration test template Signed-off-by: Joshua Palis <[email protected]> * Reverting timeout increase, setting ML Commons native memory threshold to 100 to avoid opening circuit breaker Signed-off-by: Joshua Palis <[email protected]> * Passing an action listener to retryableGetMlTask Signed-off-by: Joshua Palis <[email protected]> * Addressing PR comments, preserving order of resource map Signed-off-by: Joshua Palis <[email protected]> * Testing if a wait time after deprovisioning will mitigate circuit breaker issues Signed-off-by: Joshua Palis <[email protected]> * Increasing mlconfig index creation wait time Signed-off-by: Joshua Palis <[email protected]> * Combining local model registration tests into one Signed-off-by: Joshua Palis <[email protected]> * removing resource map from deprovision workflow transport action Signed-off-by: Joshua Palis <[email protected]> * Fixing getResourceFromDeprovisionNOde and tests Signed-off-by: Joshua Palis <[email protected]> * Separating out local model registration tests, using ml jvm heap memory setting instead of native memory heap setting Signed-off-by: Joshua Palis <[email protected]> * Testing : removing second local model registration test Signed-off-by: Joshua Palis <[email protected]> * Reducing model registration tests, testing local model registration with deployed flag, testing remote model registration with deploy step Signed-off-by: Joshua Palis <[email protected]> * Removing suffix from simulated deploy model step Signed-off-by: Joshua Palis <[email protected]> --------- Signed-off-by: Joshua Palis <[email protected]>
- Loading branch information
Showing
9 changed files
with
279 additions
and
322 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.