Skip to content

Commit f705fdf

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b8531fb commit f705fdf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/scripts/e2e/gmc_test.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ IMAGE_REPO=${OPEA_IMAGE_REPO:-docker.io}
88
MOUNT_DIR=/home/$USER_ID/charts-mnt
99

1010
function validate_chatqna() {
11-
11+
1212
init_chatqna
1313

1414
kubectl create ns system
@@ -17,7 +17,7 @@ function validate_chatqna() {
1717
kubectl create configmap gmcyaml -n system --from-file $(pwd)/config/manifests
1818
kubectl apply -f $(pwd)/config/manager/gmc-manager.yaml
1919

20-
# Wait until the gmc conroller pod is ready
20+
# Wait until the gmc controller pod is ready
2121
wait_until_pod_ready "gmc-controller" "system" "gmc-controller"
2222

2323

@@ -27,7 +27,7 @@ function validate_chatqna() {
2727
# Deploy chatQnA sample
2828
kubectl create ns chatqa
2929
kubectl apply -f $(pwd)/config/samples/chatQnA_xeon.yaml
30-
30+
3131

3232

3333
output=$(kubectl get pods)
@@ -39,7 +39,7 @@ function validate_chatqna() {
3939

4040

4141
# 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
4343

4444
# wait for client pod ready
4545
wait_until_pod_ready "client-test" "chatqa" "client-test"

0 commit comments

Comments
 (0)