From de13ffeb9230f4c5ef0edf7979dd2b5483c4f226 Mon Sep 17 00:00:00 2001 From: Pallavi Jaini Date: Tue, 12 Nov 2024 08:25:59 -0800 Subject: [PATCH] uncommented building the images Signed-off-by: Pallavi Jaini --- ChatQnA/tests/test_compose_pinecone_on_xeon.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChatQnA/tests/test_compose_pinecone_on_xeon.sh b/ChatQnA/tests/test_compose_pinecone_on_xeon.sh index de43d4c16..743312461 100755 --- a/ChatQnA/tests/test_compose_pinecone_on_xeon.sh +++ b/ChatQnA/tests/test_compose_pinecone_on_xeon.sh @@ -207,7 +207,9 @@ function stop_docker() { function main() { stop_docker + if [[ "$IMAGE_REPO" == "opea" ]]; then build_docker_images; fi + start_time=$(date +%s) start_services end_time=$(date +%s)