Skip to content

Commit 5071db1

Browse files
committed
CI
Signed-off-by: bitliu <[email protected]>
1 parent c5f55f8 commit 5071db1

File tree

7 files changed

+1
-787
lines changed

7 files changed

+1
-787
lines changed

.github/workflows/quickstart-integration-test.yml renamed to .github/workflows/integration-test-docker.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
1-
name: Quickstart Integration Test
1+
name: Integration Test [Docker Compose]
22

33
on:
44
pull_request:
55
branches:
66
- main
7-
paths:
8-
- 'scripts/quickstart.sh'
9-
- 'deploy/docker-compose/**'
10-
- 'config/config.yaml'
11-
- 'tools/make/common.mk'
12-
- 'tools/make/models.mk'
13-
- 'tools/make/docker.mk'
147
workflow_dispatch: # Allow manual triggering
158

169
jobs:

.github/workflows/helm-ci.yml renamed to .github/workflows/integration-test-helm.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,9 @@ on:
44
push:
55
branches:
66
- main
7-
paths:
8-
- 'deploy/helm/**'
9-
- '.github/workflows/helm-ci.yml'
107
pull_request:
118
branches:
129
- main
13-
paths:
14-
- 'deploy/helm/**'
15-
- '.github/workflows/helm-ci.yml'
1610
workflow_dispatch:
1711

1812
env:
@@ -161,9 +155,6 @@ jobs:
161155
# CI environment: Download only essential model to avoid OOM
162156
# Only download all-MiniLM-L12-v2 (smallest model ~120MB)
163157
helm install semantic-router ${{ env.CHART_PATH }} \
164-
--set initContainer.resources.limits.memory=2Gi \
165-
--set initContainer.resources.requests.memory=1Gi \
166-
--set-json 'initContainer.models=[{"name":"all-MiniLM-L12-v2","repo":"sentence-transformers/all-MiniLM-L12-v2"}]' \
167158
--namespace vllm-semantic-router-system \
168159
--wait \
169160
--timeout 10m \
@@ -272,9 +263,6 @@ jobs:
272263
echo "::group::Upgrade Chart"
273264
# Use same minimal config for upgrade test
274265
helm upgrade semantic-router ${{ env.CHART_PATH }} \
275-
--set initContainer.resources.limits.memory=2Gi \
276-
--set initContainer.resources.requests.memory=1Gi \
277-
--set-json 'initContainer.models=[{"name":"all-MiniLM-L12-v2","repo":"sentence-transformers/all-MiniLM-L12-v2"}]' \
278266
--namespace vllm-semantic-router-system \
279267
--wait \
280268
--timeout 10m

.github/workflows/k8s-config-test.yml

Lines changed: 0 additions & 116 deletions
This file was deleted.

.github/workflows/k8s-integration-test.yml

Lines changed: 0 additions & 141 deletions
This file was deleted.

0 commit comments

Comments
 (0)