Skip to content

Commit f5bd7db

Browse files
author
irisdingbj
committed
print more info
Signed-off-by: irisdingbj <shaojun.ding@intel.com>
1 parent 82ba06a commit f5bd7db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/scripts/e2e/go_test.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function cleanup_gmc() {
4242

4343
function validate_chatqna() {
4444

45-
45+
kubectl get pods -n $SYSTEM_NAMESPACE
4646
# todo select gaudi or xeon
4747
kubectl create ns $APP_NAMESPACE
4848
sed -i "s|namespace: chatqa|namespace: $APP_NAMESPACE|g" $(pwd)/config/samples/chatQnA_xeon.yaml
@@ -64,8 +64,8 @@ function validate_chatqna() {
6464
# wait for client pod ready
6565
wait_until_pod_ready "client-test" $APP_NAMESPACE "client-test"
6666
# giving time to populating data
67-
sleep 120
68-
67+
sleep 180
68+
kubectl get pods -n $APP_NAMESPACE
6969
# send request to chatqnA
7070
export CLIENT_POD=$(kubectl get pod -n $APP_NAMESPACE -l app=client-test -o jsonpath={.items..metadata.name})
7171
echo "$CLIENT_POD"

0 commit comments

Comments
 (0)