Commit 2ca4c66
🐛 Fix e2e tests by adding DECODE_REPLICAS override (llm-d#648)
PR llm-d/llm-d#619 changed decode.replicas from 2 to 8 and the default
model from Qwen/Qwen3-0.6B to Qwen/Qwen3-32B. This breaks e2e tests.
Changes:
- Add DECODE_REPLICAS environment variable support to install.sh
- Set DECODE_REPLICAS=1 in the OpenShift e2e workflow
- Fix gaie-sim-epp patch to only run when the deployment exists
- Update DEFAULT_MODEL_ID to Qwen/Qwen3-32B to match llm-d values.yaml
(fixes silent model substitution failure)
- Increase model-storage size from 30Gi to 100Gi to handle larger models
Signed-off-by: Andrew Anderson <andy@clubanderson.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 660fcc0 commit 2ca4c66
2 files changed
Lines changed: 18 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
| 478 | + | |
| 479 | + | |
478 | 480 | | |
479 | 481 | | |
480 | 482 | | |
| |||
485 | 487 | | |
486 | 488 | | |
487 | 489 | | |
| 490 | + | |
488 | 491 | | |
489 | 492 | | |
490 | 493 | | |
| |||
530 | 533 | | |
531 | 534 | | |
532 | 535 | | |
| 536 | + | |
| 537 | + | |
533 | 538 | | |
534 | 539 | | |
535 | 540 | | |
536 | 541 | | |
537 | 542 | | |
| 543 | + | |
538 | 544 | | |
539 | 545 | | |
540 | 546 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| |||
737 | 739 | | |
738 | 740 | | |
739 | 741 | | |
740 | | - | |
| 742 | + | |
741 | 743 | | |
742 | 744 | | |
743 | 745 | | |
| |||
758 | 760 | | |
759 | 761 | | |
760 | 762 | | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
761 | 769 | | |
762 | 770 | | |
763 | 771 | | |
| |||
772 | 780 | | |
773 | 781 | | |
774 | 782 | | |
775 | | - | |
776 | | - | |
| 783 | + | |
| 784 | + | |
777 | 785 | | |
778 | 786 | | |
779 | 787 | | |
| |||
0 commit comments