This is an automated email from the ASF dual-hosted git repository.
shuyangw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 09a4673 chore: use api7/etcd-operator in chaos CI (#3460)
09a4673 is described below
commit 09a4673a98269cb204c12a66980ff2f6f54abf39
Author: Shuyang Wu <[email protected]>
AuthorDate: Sun Jan 31 22:36:32 2021 +0800
chore: use api7/etcd-operator in chaos CI (#3460)
Signed-off-by: yiyiyimu <[email protected]>
---
.github/workflows/chaos.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/chaos.yml b/.github/workflows/chaos.yml
index 1b31730..a48540e 100644
--- a/.github/workflows/chaos.yml
+++ b/.github/workflows/chaos.yml
@@ -24,10 +24,9 @@ jobs:
kubectl get pods -n kube-system
kubectl version
- # TODO: should not use personal repo, while it's hard to modify a lot in
an archived repo. Could we use api7's repo?
- name: Deploy Etcd Operator
run: |
- git clone https://github.com/yiyiyimu/etcd-operator.git --depth 1
+ git clone https://github.com/api7/etcd-operator.git --depth 1
bash etcd-operator/example/rbac/create_role.sh
kubectl create -f etcd-operator/example/deployment.yaml
bash ./t/chaos/utils.sh ensure_pods_ready etcd-operator "True" 30