apisix-ingress-controller
apisix-ingress-controller copied to clipboard
CI: add regression testing with apisix:dev
Currently, we will use the latest version of APISIX for e2e testing to ensure the compatibility of APISIX Ingress and APISIX.
But we don't know about some of the latest changes in APISIX.
I suggest we add a scheduled job to use apisix:dev
image for regression testing.
We used to use apisix:dev
for e2e testing by default, but this way would affect our development experience, and sometimes we found that e2e failed, but it was actually just due to some changes in APISIX.