Skip to content

Commit c08797e

Browse files
committed
Ad
1 parent e292d12 commit c08797e

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

tests/e2e-prow/rhoai/manifests/test-pod/spin-up.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ spec:
1212
secretKeyRef:
1313
name: lcs-ip-secret
1414
key: key
15+
- name: LLAMA_IP
16+
valueFrom:
17+
secretKeyRef:
18+
name: llama-stack-ip-secret
19+
key: key
1520
image: registry.access.redhat.com/ubi9/python-312
1621
command: ["/bin/sh", "/scripts/run-tests.sh"]
1722
volumeMounts:

tests/e2e-prow/rhoai/run-tests.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git clone https://github.com/are-ces/lightspeed-stack.git
1+
git clone https://github.com/lightspeed-core/lightspeed-stack.git
22
cd lightspeed-stack
33

44
echo "pod started"
@@ -13,5 +13,8 @@ echo "Installing test dependencies..."
1313
pip install uv
1414
uv sync
1515

16+
export E2E_LSC_HOSTNAME=$LCS_IP
17+
export E2E_LLAMA_HOSTNAME=$LLAMA_IP
18+
1619
echo "Running comprehensive e2e test suite..."
1720
make test-e2e

0 commit comments

Comments
 (0)