Skip to content

Commit

Permalink
fix(ci): wait condition for OpenSearch containers
Browse files Browse the repository at this point in the history
  • Loading branch information
blackheaven committed Sep 14, 2023
1 parent 075f21b commit 2638c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- versionTitle: OpenSearch 1.3.12
dockerCommand: |
docker run --rm --name es -p 127.0.0.1:9200:9200 -p 127.0.0.1:9300:9600 -e "discovery.type=single-node" -e DISABLE_SECURITY_PLUGIN="true" -e DISABLE_INSTALL_DEMO_CONFIG="true" opensearchproject/opensearch:1.3.12
readyCondition: Performing move cluster state metadata.
readyCondition: Init AD version hash ring successfully
- versionTitle: OpenSearch 2.9.0
dockerCommand: |
docker run --rm --name es -p 127.0.0.1:9200:9200 -p 127.0.0.1:9300:9600 -e "discovery.type=single-node" -e DISABLE_SECURITY_PLUGIN="true" -e DISABLE_INSTALL_DEMO_CONFIG="true" opensearchproject/opensearch:2.9.0
readyCondition: Performing move cluster state metadata.
readyCondition: Init AD version hash ring successfully
steps:
- name: git checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 2638c4c

Please sign in to comment.