Skip to content

Commit f70cd77

Browse files
committed
feat: implement decision-based routing with plugin architecture
Signed-off-by: bitliu <[email protected]>
1 parent 57182fe commit f70cd77

File tree

3 files changed

+66
-1
lines changed

3 files changed

+66
-1
lines changed

β€Že2e/profiles/dynamic-config/crds/intelligentroute.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ spec:
287287
operator: "OR"
288288
conditions:
289289
- type: "domain"
290-
name: "computer_science"
290+
name: "computer science"
291291
modelRefs:
292292
- model: "base-model"
293293
loraName: "science-expert"

β€Žtest-report.jsonβ€Ž

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"profile": "dynamic-config",
3+
"start_time": "2025-11-18T16:27:22.201342+08:00",
4+
"end_time": "2025-11-18T16:42:24.347239+08:00",
5+
"duration": "15m2s",
6+
"status": "PASSED",
7+
"exit_code": 0,
8+
"cluster_name": "semantic-router-e2e",
9+
"test_results": null,
10+
"total_tests": 0,
11+
"passed_tests": 0,
12+
"failed_tests": 0,
13+
"cluster_info": {
14+
"total_pods": 0,
15+
"running_pods": 0,
16+
"pending_pods": 0,
17+
"failed_pods": 0,
18+
"namespaces": null,
19+
"pods_by_namespace": null
20+
},
21+
"environment": {
22+
"go_version": "1.24",
23+
"parallel": "false",
24+
"verbose": "true"
25+
}
26+
}

β€Žtest-report.mdβ€Ž

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
## βœ… E2E Integration Test Report - dynamic-config
2+
3+
**Status:** 🟒 **PASSED**
4+
**Profile:** `dynamic-config`
5+
**Duration:** 15m2s
6+
**Cluster:** `semantic-router-e2e`
7+
8+
### πŸ“Š Test Results
9+
10+
| Metric | Value |
11+
|--------|-------|
12+
| Exit Code | `0` |
13+
| Total Tests | 0 |
14+
| Passed Tests | 0 |
15+
| Failed Tests | 0 |
16+
| Success Rate | NaN% |
17+
18+
### πŸ”§ Cluster Statistics
19+
20+
| Metric | Value |
21+
|--------|-------|
22+
| Total Pods | 0 |
23+
| Running Pods | 0 |
24+
| Pending Pods | 0 |
25+
| Failed Pods | 0 |
26+
| Namespaces | 0 |
27+
28+
29+
### πŸ“ Test Cases
30+
31+
32+
### πŸ“¦ Deployed Components
33+
34+
### πŸ” Debugging
35+
36+
**All tests passed!** πŸŽ‰
37+
38+
The dynamic-config integration is working correctly with all components deployed and healthy.
39+

0 commit comments

Comments
Β (0)