-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Adds deploy model flag support for local model registration, fixes integration tests (#350) * Fixing local model integration test * Added deploy model flag support for local model registration, added associated integration test * Fixing comment * Fixing deprovision workflow transport action, removing use of template, ascertaining deprovision sequence from created resources * Removing rest status checks for deprovision API tests * Increasing wait time for deprovision status * Removing sdeprovision status checks for model deployment tests * increasing timeout for local model registration test template * Reverting timeout increase, setting ML Commons native memory threshold to 100 to avoid opening circuit breaker * Passing an action listener to retryableGetMlTask * Addressing PR comments, preserving order of resource map * Testing if a wait time after deprovisioning will mitigate circuit breaker issues * Increasing mlconfig index creation wait time * Combining local model registration tests into one * removing resource map from deprovision workflow transport action * Fixing getResourceFromDeprovisionNOde and tests * Separating out local model registration tests, using ml jvm heap memory setting instead of native memory heap setting * Testing : removing second local model registration test * Reducing model registration tests, testing local model registration with deployed flag, testing remote model registration with deploy step * Removing suffix from simulated deploy model step --------- 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.