Skip to content

Commit

Permalink
debug CI error
Browse files Browse the repository at this point in the history
Signed-off-by: minmin-intel <[email protected]>
  • Loading branch information
minmin-intel committed Jan 13, 2025
1 parent f167118 commit 4926c5e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions AgentQnA/tests/test_compose_on_gaudi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

set -xe

echo "All running containers"
docker ps

WORKPATH=$(dirname "$PWD")
export WORKDIR=$WORKPATH/../../
echo "WORKDIR=${WORKDIR}"
Expand Down Expand Up @@ -40,6 +43,10 @@ function stop_llm(){
echo "Stopping container $cid"
if [[ ! -z "$cid" ]]; then docker rm $cid -f && sleep 1s; fi

cid=$(docker ps -aq --filter "name=test-comps-vllm-gaudi-service")
echo "Stopping container $cid"
if [[ ! -z "$cid" ]]; then docker rm $cid -f && sleep 1s; fi

}

function stop_retrieval_tool() {
Expand Down

0 comments on commit 4926c5e

Please sign in to comment.