Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* First commit Signed-off-by: rachitchauhan43 <[email protected]> * Removing unused code Signed-off-by: rachitchauhan43 <[email protected]> * Added handling for ensemble use case Signed-off-by: rachitchauhan43 <[email protected]> * Bumping up resources for ISVCs to come up quickly Signed-off-by: rachitchauhan43 <[email protected]> * Using latest version of controller-gen Signed-off-by: rachitchauhan43 <[email protected]> * Adding in testing resources Signed-off-by: rachitchauhan43 <[email protected]> * Reverting res req and limits Signed-off-by: rachitchauhan43 <[email protected]> * Enabling live logging for pytest to enable logs to prin to cli for easier debugging Signed-off-by: rachitchauhan43 <[email protected]> * Adding images build step in e2e tests. Signed-off-by: rachitchauhan43 <[email protected]> * Fixing test to use service_name Signed-off-by: rachitchauhan43 <[email protected]> * Adding build of router image to use latest router image everytime for tests Signed-off-by: rachitchauhan43 <[email protected]> * Adding router enrty for kserve deps setup to update router for IGs Signed-off-by: rachitchauhan43 <[email protected]> * Fixed linting errors Signed-off-by: rachitchauhan43 <[email protected]> * Asserting in pythonic way Signed-off-by: rachitchauhan43 <[email protected]> * Updating kserve version to 0.11.0 Signed-off-by: rachitchauhan43 <[email protected]> * Adding more e2e tests Signed-off-by: rachitchauhan43 <[email protected]> * Some refactoring to run tests locally easily Signed-off-by: rachitchauhan43 <[email protected]> * Adding some test deps and adding more tests Signed-off-by: rachitchauhan43 <[email protected]> * Fixing a bug and Adding tests for switch use cases Signed-off-by: rachitchauhan43 <[email protected]> * Fixing a bug in e2e-test script Signed-off-by: rachitchauhan43 <[email protected]> * Added e2e test cases for ensemble. Signed-off-by: rachitchauhan43 <[email protected]> * Reducing parallelism to avoid pressure on minikube and timeouts Signed-off-by: rachitchauhan43 <[email protected]> * Bump up timeout interval for the action. Signed-off-by: rachitchauhan43 <[email protected]> * Bump up timeout interval for the test_triton_runtime_with_transformer as this ISVC has both predictor and transformer that needs to come up and it fails sometime with ISVC Timeout error. Signed-off-by: rachitchauhan43 <[email protected]> * Running path-based routing tests as their own job Signed-off-by: rachitchauhan43 <[email protected]> * Moved path-based-routing test as it's own job Signed-off-by: rachitchauhan43 <[email protected]> * Reducing parallelism to 2 Signed-off-by: rachitchauhan43 <[email protected]> * Reducing parallelism to 2 for test-fast job and increasing timeout for job as well as new tests have been added Signed-off-by: rachitchauhan43 <[email protected]> * Update test/e2e/graph/test-resources/ig_test_ensemble_scenario_7.yaml Co-authored-by: Dan Sun <[email protected]> Signed-off-by: Rachit Chauhan <[email protected] * Removing parallelism and bumping up timeout to 120 mins to avoid resource contention issues. Signed-off-by: rachitchauhan43 <[email protected]> --------- Signed-off-by: rachitchauhan43 <[email protected]> Signed-off-by: Rachit Chauhan <[email protected]> Co-authored-by: Dan Sun <[email protected]>
- Loading branch information