forked from vllm-project/semantic-router
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask-matrix.yaml
More file actions
192 lines (191 loc) · 5.08 KB
/
task-matrix.yaml
File metadata and controls
192 lines (191 loc) · 5.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
version: 1
rules:
- name: repo-docs
doc_only: true
loop_mode: lightweight
execution_plan_policy: long_horizon
paths:
- docs/**
- website/**
- README.md
- CONTRIBUTING.md
fast_tests: []
feature_tests: []
requires_local_smoke: false
- name: agent_text
doc_only: true
loop_mode: lightweight
execution_plan_policy: long_horizon
paths:
- AGENTS.md
- docs/agent/**
- tools/agent/skills/**
- src/fleet-sim/AGENTS.md
- src/fleet-sim/fleet_sim/optimizer/AGENTS.md
- src/vllm-sr/cli/AGENTS.md
- src/semantic-router/pkg/config/AGENTS.md
- src/semantic-router/pkg/classification/AGENTS.md
- src/semantic-router/pkg/extproc/AGENTS.md
- deploy/operator/api/v1alpha1/AGENTS.md
- deploy/operator/controllers/AGENTS.md
- dashboard/frontend/src/AGENTS.md
- dashboard/frontend/src/pages/AGENTS.md
- dashboard/frontend/src/components/AGENTS.md
- dashboard/backend/handlers/AGENTS.md
- e2e/testcases/AGENTS.md
- .github/copilot-instructions.md
- .github/PULL_REQUEST_TEMPLATE.md
- .github/ISSUE_TEMPLATE/**
- .prowlabels.yaml
fast_tests:
- make agent-validate
feature_tests: []
requires_local_smoke: false
- name: agent_exec
doc_only: false
loop_mode: completion
execution_plan_policy: long_horizon
paths:
- tools/agent/*.yaml
- tools/agent/scripts/**
- tools/make/agent.mk
- .github/workflows/ci-changes.yml
- .github/workflows/integration-test-k8s.yml
- .github/workflows/integration-test-memory.yml
- .github/workflows/integration-test-vllm-sr-cli.yml
- .github/workflows/pre-commit.yml
fast_tests:
- make agent-validate
feature_tests: []
requires_local_smoke: false
- name: vllm-sr-cli
doc_only: false
loop_mode: completion
execution_plan_policy: long_horizon
paths:
- src/vllm-sr/**
- src/vllm-sr/Dockerfile*
- tools/make/docker.mk
- e2e/testing/vllm-sr-cli/**
fast_tests:
- make vllm-sr-test
feature_tests:
- make vllm-sr-test-integration
requires_local_smoke: true
- name: fleet-sim
doc_only: false
loop_mode: completion
execution_plan_policy: long_horizon
paths:
- src/fleet-sim/**
fast_tests:
- make vllm-sr-sim-test
feature_tests: []
requires_local_smoke: false
- name: memory-integration
doc_only: false
loop_mode: completion
execution_plan_policy: long_horizon
paths:
- e2e/testing/09-memory-features-test.py
- e2e/testing/run_memory_integration.sh
- e2e/testing/llm-katan/**
- e2e/config/config.memory*.yaml
- .github/workflows/integration-test-memory.yml
- tools/make/milvus.mk
fast_tests: []
feature_tests:
- make memory-test-integration
requires_local_smoke: false
- name: router-core
doc_only: false
loop_mode: completion
execution_plan_policy: long_horizon
paths:
- src/semantic-router/**
fast_tests:
- make test-semantic-router
feature_tests: []
requires_local_smoke: true
- name: rust-bindings
doc_only: false
loop_mode: completion
execution_plan_policy: long_horizon
paths:
- candle-binding/**
- ml-binding/**
- nlp-binding/**
fast_tests:
- make test-binding-minimal
feature_tests:
- make test-binding-lora
requires_local_smoke: false
- name: dashboard
doc_only: false
loop_mode: completion
execution_plan_policy: long_horizon
paths:
- dashboard/**
fast_tests:
- make dashboard-check
feature_tests: []
requires_local_smoke: true
- name: e2e-framework
doc_only: false
loop_mode: completion
execution_plan_policy: long_horizon
paths:
- e2e/pkg/**
- e2e/cmd/**
- e2e/testcases/**
- e2e/go.mod
- e2e/go.sum
fast_tests:
- make build-e2e
feature_tests: []
requires_local_smoke: false
- name: operator-stack
doc_only: false
loop_mode: completion
execution_plan_policy: long_horizon
paths:
- deploy/operator/**
- deploy/kubernetes/crds/**
- src/semantic-router/pkg/apis/**
fast_tests:
- make generate-crd
feature_tests: []
requires_local_smoke: false
- name: training-stack
doc_only: false
loop_mode: completion
execution_plan_policy: long_horizon
paths:
- src/training/**
- tools/make/models.mk
- scripts/train-mmbert32k-gpu.sh
- website/docs/training/**
fast_tests: []
feature_tests: []
requires_local_smoke: false
- name: make-and-ci
doc_only: false
loop_mode: completion
execution_plan_policy: long_horizon
paths:
- Makefile
- tools/make/**
fast_tests:
- make agent-validate
feature_tests: []
requires_local_smoke: true
- name: ci-general
doc_only: false
loop_mode: completion
execution_plan_policy: long_horizon
paths:
- .github/workflows/**
fast_tests:
- make agent-validate
feature_tests: []
requires_local_smoke: false