Backport 2527 to release 1.1 (#2555)

* Fix: resolve confict

* Fix: cherry pick 2472  to  1.1
This commit is contained in:
wyike
2021-10-28 20:49:27 +08:00
committed by GitHub
parent 2200d199f3
commit 237c71d94e
20 changed files with 558 additions and 67 deletions

View File

@@ -76,10 +76,16 @@ jobs:
- name: Load Image to kind cluster (Hub)
run: make kind-load
- name: Load Image to kind cluster (Worker)
run: |
make kind-load-runtime-cluster
- name: Cleanup for e2e tests
run: |
make e2e-cleanup
make e2e-setup-core
make
make setup-runtime-e2e-cluster
- name: Run e2e multicluster tests
run: make e2e-multicluster-test