Skip to content

Commit a6d07d3

Browse files
authored
Merge branch 'main' into feat-openvino
2 parents 8f30267 + 0e3a669 commit a6d07d3

File tree

20 files changed

+1817
-1514
lines changed

20 files changed

+1817
-1514
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
name: Integration Test [Docker Compose]
22

33
on:
4-
pull_request:
5-
branches:
6-
- main
7-
paths-ignore:
8-
- 'website/**'
9-
- '**/*.md'
10-
push:
11-
branches:
12-
- main
13-
paths-ignore:
14-
- 'website/**'
15-
- '**/*.md'
164
workflow_dispatch: # Allow manual triggering
175

186
jobs:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false # Continue testing other profiles even if one fails
2424
matrix:
25-
profile: [ai-gateway, aibrix]
25+
profile: [ai-gateway, aibrix, routing-strategies]
2626

2727
steps:
2828
- name: Check out the repo

.github/workflows/unit-test-e2e-testcases.yml

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

0 commit comments

Comments
 (0)