Skip to content

Commit 0dfca2c

Browse files
authored
ci: Update trtllm gitlab triggers for new components directory and test script (#1992)
1 parent f3fb09e commit 0dfca2c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/trigger_ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,14 @@ jobs:
5252
- 'examples/python_rs/llm/**'
5353
- 'container/deps/requirements.vllm.txt'
5454
- 'container/deps/vllm/**'
55+
- 'tests/serve/test_vllm.py'
5556
trtllm:
5657
- 'container/Dockerfile.tensorrt_llm'
57-
- 'examples/tensorrt_llm/**'
58+
- 'components/backends/trtllm/**'
5859
- 'container/build.sh'
5960
- 'container/build_trtllm_wheel.sh'
6061
- 'container/deps/**'
62+
- 'tests/serve/test_trtllm.py'
6163
sdk:
6264
- 'deploy/**'
6365
- name: Check if Validation Workflow has run

0 commit comments

Comments
 (0)