Commit f379f43
fix(e2e): configure aibrix profile to use correct model for PII tests
The aibrix profile deploys vllm-llama3-8b-instruct as its LLM model,
but the PII detection test was hardcoded to use "general-expert" which
doesn't exist in aibrix deployments.
This commit configures the aibrix profile to set E2E_TEST_MODEL environment
variable to "vllm-llama3-8b-instruct" during setup, ensuring PII tests use
the correct model name for aibrix deployments.
Related: fix(e2e): make PII test model name configurable via environment variable
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Yossi Ovadia <yovadia@redhat.com>1 parent d61eeeb commit f379f43
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| |||
0 commit comments