vllm-project/production-stack

[CI/CD] Automatically build the router docker image via github action

ApostaC opened this issue · 3 comments

Right now, we don't have an automatic pipeline to build the docker image for the router.

Ideally, every time there is merged a PR about the router, there should be a GitHub action to automatically build the docker image and release it.

Also, when PR is created and ready to merge (not merged yet), there should be a way to trigger the end-to-end test pipeline to test the router.

Also, when PR is created and ready to merge (not merged yet), there should be a way to trigger the end-to-end test pipeline to test the router.

Do we have the end-to-end test for router now?

Do we have the end-to-end test for router now?

We have a functionality test for the whole helm chart, but not specifically for router.

Hi @ApostaC,

I’d really like to help out with this task. Let me know if I can take it on!