Skip to content

Commit c215ee2

Browse files
committed
Waiting for llama
1 parent 6483cad commit c215ee2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/e2e-prow/rhoai/scripts/deploy-services.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ BASE_DIR="$1"
44

55
oc apply -f "$BASE_DIR/config/lightspeed/llama-stack.yaml"
66

7+
oc wait pod/llama-stack-service \
8+
-n e2e-rhoai-dsc --for=condition=Ready --timeout=300s
9+
710
# Get IP address of llama-stack pod
811
LLAMA_IP=$(oc get pod llama-stack-service -n e2e-rhoai-dsc -o jsonpath='{.status.podIP}')
12+
echo "PRINTING LLAMA_IP: $LLAMA_IP"
913
oc create secret generic llama-stack-ip-secret \
1014
--from-literal=key="$LLAMA_IP" \
1115
-n e2e-rhoai-dsc || echo "Secret exists"

0 commit comments

Comments
 (0)