Skip to content

Commit 578f92b

Browse files
Merge pull request #637 from ev-shindin/fix/openshift-workflow-duplicate-env
Fix: OpenShift E2E Workflow Not Running
2 parents 27e5844 + 1ace048 commit 578f92b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci-e2e-openshift.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -475,8 +475,6 @@ jobs:
475475
CONTROLLER_INSTANCE: ${{ env.WVA_NAMESPACE }}
476476
# vLLM max-num-seqs for e2e testing (lower = easier to saturate)
477477
VLLM_MAX_NUM_SEQS: ${{ env.MAX_NUM_SEQS }}
478-
# Disable benchmark mode - istioBench environment not available in llm-d helmfile
479-
BENCHMARK_MODE: "false"
480478
run: |
481479
echo "Deploying WVA and llm-d infrastructure..."
482480
echo " MODEL_ID: $MODEL_ID"
@@ -532,8 +530,6 @@ jobs:
532530
DEPLOY_HPA: "false"
533531
# vLLM max-num-seqs for e2e testing (lower = easier to saturate)
534532
VLLM_MAX_NUM_SEQS: ${{ env.MAX_NUM_SEQS }}
535-
# Disable benchmark mode - istioBench environment not available in llm-d helmfile
536-
BENCHMARK_MODE: "false"
537533
run: |
538534
echo "Deploying Model B infrastructure in $LLMD_NAMESPACE_B..."
539535
echo " MODEL_ID: $MODEL_ID"

0 commit comments

Comments
 (0)