You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
revert: remove unnecessary CI/CD changes unrelated to webhook validation
Revert CI/deployment changes that are not needed for the webhook ADC
validation feature and work fine on master:
- Revert docker login steps back to docker/login-action@v3 in all
workflow files (apisix-conformance-test, apisix-e2e-test,
conformance-test, e2e-test, e2e-test-k8s)
- Revert e2e-test-k8s.yml kind cluster setup to original approach
- Revert e2e-test-k8s.yml postgres image mirror preloading
- Revert spell-checker.yml to use wget-based misspell install
- Revert Makefile pull-infra-images to simple docker pull (keep
jmalloc/echo-server removed since it is now built locally)
- Revert Makefile ADC binary download to simple curl | tar
Retained changes required for the feature:
- build-e2e-echo-server-image target
- kind-load-images dependency on build-e2e-echo-server-image
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments