Skip to content

Commit 0a2332e

Browse files
committed
Fix
1 parent 095e688 commit 0a2332e

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

tests/e2e-prow/rhoai/pipeline.sh

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,10 @@ MODEL_NAME="meta-llama/Llama-3.2-1B-Instruct"
1111
echo "===== Setting up environment variables ====="
1212
export HUGGING_FACE_HUB_TOKEN=$(cat /var/run/huggingface/hf-token-ces-lcore-test || true)
1313
export VLLM_API_KEY=$(cat /var/run/vllm/vllm-api-key-lcore-test || true)
14-
export ROBOT_USERNAME=$(cat /var/run/robot-username/robot-username-quay || true)
15-
export ROBOT_PASSWORD=$(cat /var/run/robot-password/robot-password-quay || true)
1614

1715
[[ -n "$HUGGING_FACE_HUB_TOKEN" ]] && echo "✅ HUGGING_FACE_HUB_TOKEN is set" || { echo "❌ Missing HUGGING_FACE_HUB_TOKEN"; exit 1; }
1816
[[ -n "$VLLM_API_KEY" ]] && echo "✅ VLLM_API_KEY is set" || { echo "❌ Missing VLLM_API_KEY"; exit 1; }
19-
[[ -n "$ROBOT_USERNAME" ]] && echo "✅ ROBOT_USERNAME is set" || { echo "❌ Missing ROBOT_USERNAME"; exit 1; }
20-
[[ -n "$ROBOT_PASSWORD" ]] && echo "✅ ROBOT_PASSWORD is set" || { echo "❌ Missing ROBOT_PASSWORD"; exit 1; }
21-
22-
# Mirror upstream VLLM official AWS image
23-
echo "Mirroring vLLM..."
24-
oc image mirror \
25-
public.ecr.aws/q9t5s3a7/vllm-cpu-release-repo:latest \
26-
quay.io/rh-ee-cpompeia/vllm-cpu:latest
17+
2718

2819
chmod +x ./scripts/build_vllm.sh
2920
./scripts/build_vllm.sh

0 commit comments

Comments
 (0)