Skip to content

Commit

Permalink
testing....
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd committed Sep 21, 2023
1 parent 4629dfd commit e69e66b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
run: |
sleep 60
docker compose --file docker-compose.yml ps -a
- name: ns logs
run: |
docker compose --file docker-compose.yml logs openmldb-ns1
docker compose --file docker-compose.yml logs openmldb-ns2
- name: verbose exporter log
run: |
Expand Down
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ services:
- "--zk_cluster=openmldb-zk:2181"
- "--zk_root_path=/openmldb"
depends_on:
- openmldb-ns2
- openmldb-tablet1
- openmldb-tablet2
- openmldb-tablet3
Expand Down Expand Up @@ -113,7 +112,6 @@ services:
- "--zk_root_path=/openmldb"
depends_on:
- openmldb-zk
- openmldb-tablet2

openmldb-tablet2:
container_name: openmldb_tablet2
Expand All @@ -126,7 +124,6 @@ services:
- "--zk_root_path=/openmldb"
depends_on:
- openmldb-zk
- openmldb-tablet3

openmldb-tablet3:
container_name: openmldb_tablet3
Expand Down

0 comments on commit e69e66b

Please sign in to comment.