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 <rachitchauhan43@gmail.com> * Removing unused code Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Added handling for ensemble use case Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Bumping up resources for ISVCs to come up quickly Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Using latest version of controller-gen Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Adding in testing resources Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Reverting res req and limits Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Enabling live logging for pytest to enable logs to prin to cli for easier debugging Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Adding images build step in e2e tests. Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Fixing test to use service_name Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Adding build of router image to use latest router image everytime for tests Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Adding router enrty for kserve deps setup to update router for IGs Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Fixed linting errors Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Asserting in pythonic way Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Updating kserve version to 0.11.0 Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Adding more e2e tests Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Some refactoring to run tests locally easily Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Adding some test deps and adding more tests Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Fixing a bug and Adding tests for switch use cases Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Fixing a bug in e2e-test script Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Added e2e test cases for ensemble. Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Reducing parallelism to avoid pressure on minikube and timeouts Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Bump up timeout interval for the action. Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * 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 <rachitchauhan43@gmail.com> * Running path-based routing tests as their own job Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Moved path-based-routing test as it's own job Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * Reducing parallelism to 2 Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> * 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 <rachitchauhan43@gmail.com> * Update test/e2e/graph/test-resources/ig_test_ensemble_scenario_7.yaml Co-authored-by: Dan Sun <dsun20@bloomberg.net> Signed-off-by: Rachit Chauhan <rachitchauhan43@gmail.com * Removing parallelism and bumping up timeout to 120 mins to avoid resource contention issues. Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> --------- Signed-off-by: rachitchauhan43 <rachitchauhan43@gmail.com> Signed-off-by: Rachit Chauhan <rachitchauhan43@gmail.com> Co-authored-by: Dan Sun <dsun20@bloomberg.net>
- Loading branch information