Skip to content

Commit

Permalink
sleep after tear down cluster
Browse files Browse the repository at this point in the history
Signed-off-by: ZichengMa <[email protected]>
  • Loading branch information
ZichengMa committed Aug 26, 2023
1 parent 45728c8 commit e9d475f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,15 @@ jobs:
run: ./deploy.sh rabbitmq local
- name: Run rabbitmq e2e tests
run: cd e2e && cargo run -- rabbitmq
- name: Tear down kind cluster
run: kind delete clusters kind && sleep 15
# For zookeeper
- name: Build zookeeper controller image
run: |
cp docker/zookeeper-controller/Dockerfile .
docker build -t local/zookeeper-controller:v0.1.0 .
- name: Create kind cluster
run: kind create cluster --config=./e2e/deploy/kind_config.yaml
- name: Deploy zookeeper controller
run: ./deploy.sh zookeeper local
- name: Run zookeeper e2e tests
Expand Down

0 comments on commit e9d475f

Please sign in to comment.