diff --git a/.github/workflows/compat.yml b/.github/workflows/compat.yml index 732a9a41..66bd0749 100644 --- a/.github/workflows/compat.yml +++ b/.github/workflows/compat.yml @@ -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