Commit f5bd7db irisdingbj
committed
1 parent 82ba06a commit f5bd7db Copy full SHA for f5bd7db
File tree 1 file changed +3
-3
lines changed
.github/workflows/scripts/e2e
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ function cleanup_gmc() {
42
42
43
43
function validate_chatqna() {
44
44
45
-
45
+ kubectl get pods -n $SYSTEM_NAMESPACE
46
46
# todo select gaudi or xeon
47
47
kubectl create ns $APP_NAMESPACE
48
48
sed -i " s|namespace: chatqa|namespace: $APP_NAMESPACE |g" $( pwd) /config/samples/chatQnA_xeon.yaml
@@ -64,8 +64,8 @@ function validate_chatqna() {
64
64
# wait for client pod ready
65
65
wait_until_pod_ready " client-test" $APP_NAMESPACE " client-test"
66
66
# giving time to populating data
67
- sleep 120
68
-
67
+ sleep 180
68
+ kubectl get pods -n $APP_NAMESPACE
69
69
# send request to chatqnA
70
70
export CLIENT_POD=$( kubectl get pod -n $APP_NAMESPACE -l app=client-test -o jsonpath={.items..metadata.name})
71
71
echo " $CLIENT_POD "
You can’t perform that action at this time.
0 commit comments