Commit f705fdf 1 parent b8531fb commit f705fdf Copy full SHA for f705fdf
File tree 1 file changed +4
-4
lines changed
.github/workflows/scripts/e2e
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ IMAGE_REPO=${OPEA_IMAGE_REPO:-docker.io}
8
8
MOUNT_DIR=/home/$USER_ID /charts-mnt
9
9
10
10
function validate_chatqna() {
11
-
11
+
12
12
init_chatqna
13
13
14
14
kubectl create ns system
@@ -17,7 +17,7 @@ function validate_chatqna() {
17
17
kubectl create configmap gmcyaml -n system --from-file $( pwd) /config/manifests
18
18
kubectl apply -f $( pwd) /config/manager/gmc-manager.yaml
19
19
20
- # Wait until the gmc conroller pod is ready
20
+ # Wait until the gmc controller pod is ready
21
21
wait_until_pod_ready " gmc-controller" " system" " gmc-controller"
22
22
23
23
@@ -27,7 +27,7 @@ function validate_chatqna() {
27
27
# Deploy chatQnA sample
28
28
kubectl create ns chatqa
29
29
kubectl apply -f $( pwd) /config/samples/chatQnA_xeon.yaml
30
-
30
+
31
31
32
32
33
33
output=$( kubectl get pods)
@@ -39,7 +39,7 @@ function validate_chatqna() {
39
39
40
40
41
41
# deploy client pod for testing
42
- kubectl create deployment client-test -n chatqa --image=python:3.8.13 -- sleep infinity
42
+ kubectl create deployment client-test -n chatqa --image=python:3.8.13 -- sleep infinity
43
43
44
44
# wait for client pod ready
45
45
wait_until_pod_ready " client-test" " chatqa" " client-test"
You can’t perform that action at this time.
0 commit comments