[CI/CD] Automatically build the router docker image via github action
ApostaC opened this issue · 3 comments
ApostaC commented
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.
gaocegege commented
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?
ApostaC commented
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.