Commit 0ce1c73 1 parent 82ba06a commit 0ce1c73 Copy full SHA for 0ce1c73
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 @@ -19,8 +19,8 @@ function install_gmc() {
19
19
kubectl apply -f $( pwd) /config/rbac/gmc-manager-rbac.yaml
20
20
kubectl create configmap gmcyaml -n $SYSTEM_NAMESPACE --from-file $( pwd) /config/manifests
21
21
kubectl apply -f $( pwd) /config/manager/gmc-manager.yaml
22
-
23
- # Wait until the gmc conroller pod is ready
22
+
23
+ # Wait until the gmc controller pod is ready
24
24
wait_until_pod_ready " gmc-controller" $SYSTEM_NAMESPACE " gmc-controller"
25
25
}
26
26
@@ -47,7 +47,7 @@ function validate_chatqna() {
47
47
kubectl create ns $APP_NAMESPACE
48
48
sed -i " s|namespace: chatqa|namespace: $APP_NAMESPACE |g" $( pwd) /config/samples/chatQnA_xeon.yaml
49
49
kubectl apply -f $( pwd) /config/samples/chatQnA_xeon.yaml
50
-
50
+
51
51
52
52
53
53
output=$( kubectl get pods)
@@ -59,7 +59,7 @@ function validate_chatqna() {
59
59
60
60
61
61
# deploy client pod for testing
62
- kubectl create deployment client-test -n $APP_NAMESPACE --image=python:3.8.13 -- sleep infinity
62
+ kubectl create deployment client-test -n $APP_NAMESPACE --image=python:3.8.13 -- sleep infinity
63
63
64
64
# wait for client pod ready
65
65
wait_until_pod_ready " client-test" $APP_NAMESPACE " client-test"
You can’t perform that action at this time.
0 commit comments