Commit dfe02ca
feat: GitHub Actions workflow to test the KServe Models Web Application (#3253)
* added inital models web app test
Signed-off-by: Harshit Nayan <[email protected]>
* fix2: added models web app test
Signed-off-by: Harshit Nayan <[email protected]>
* fix3: added models-web-app test
Signed-off-by: Harshit Nayan <[email protected]>
* fix4: added models-web-app test
Signed-off-by: Harshit Nayan <[email protected]>
* refactor: simplify KServe models web app test by removing XSRF token handling
Signed-off-by: Harshit Nayan <[email protected]>
* fixed linting and auth
Signed-off-by: Harshit Nayan <[email protected]>
* feat: enhance KServe models web app test with XSRF token handling
Signed-off-by: Harshit Nayan <[email protected]>
* Update full_kubeflow_integration_test.yaml
Signed-off-by: Julius von Kohout <[email protected]>
* Update and rename kserve_models_web_app_test.sh to kserve_models_web_application_test.sh
Signed-off-by: Julius von Kohout <[email protected]>
* Reduce the unnecessary overhead
Signed-off-by: Julius von Kohout <[email protected]>
* Update kserve_models_web_application_test.sh
Signed-off-by: Julius von Kohout <[email protected]>
* Update kserve_models_web_app_test.yaml
Signed-off-by: Julius von Kohout <[email protected]>
* Update kserve_models_web_application_test.sh
Signed-off-by: Julius von Kohout <[email protected]>
* Apply suggestions from code review
Signed-off-by: Julius von Kohout <[email protected]>
* first install KServe then create profile
Signed-off-by: Harshit Nayan <[email protected]>
* added debugging to find issue
Signed-off-by: Harshit Nayan <[email protected]>
* added delay for sync
Signed-off-by: Harshit Nayan <[email protected]>
* Add debugging steps for JWT token and API call verification; update USERID_PREFIX in kustomization
Signed-off-by: Harshit Nayan <[email protected]>
* added todo comment
Signed-off-by: Harshit Nayan <[email protected]>
* removed debug steps
Signed-off-by: Harshit Nayan <[email protected]>
* Add checks for unauthorized access in inference service API calls
Signed-off-by: Harshit Nayan <[email protected]>
* Add checks for unauthorized access in inference service API calls
Signed-off-by: Harshit Nayan <[email protected]>
* Update kserve_models_web_application_test.sh
Signed-off-by: Julius von Kohout <[email protected]>
* Update kserve_models_web_app_test.yaml
Signed-off-by: Julius von Kohout <[email protected]>
* Update kserve_models_web_app_test.yaml
Signed-off-by: Julius von Kohout <[email protected]>
* Update sklearn-iris-private.yaml
Signed-off-by: Julius von Kohout <[email protected]>
* Update kserve_models_web_application_test.sh
Signed-off-by: Julius von Kohout <[email protected]>
* Delete tests/kserve/sklearn-iris-private.yaml
Signed-off-by: Julius von Kohout <[email protected]>
* Update kserve_models_web_app_test.yaml
Signed-off-by: Julius von Kohout <[email protected]>
* Rename kserve_models_web_app_test.yaml to kserve_models_web_application_test.yaml
Signed-off-by: Julius von Kohout <[email protected]>
* Update kserve_models_web_application_test.sh
Signed-off-by: Julius von Kohout <[email protected]>
---------
Signed-off-by: Harshit Nayan <[email protected]>
Signed-off-by: Julius von Kohout <[email protected]>
Co-authored-by: Julius von Kohout <[email protected]>1 parent 66aa578 commit dfe02ca
File tree
4 files changed
+136
-1
lines changed- .github/workflows
- applications/kserve/models-web-app/overlays/kubeflow
- tests
4 files changed
+136
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
201 | 204 | | |
202 | 205 | | |
203 | 206 | | |
| |||
Lines changed: 73 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
0 commit comments