diff --git a/.github/workflows/compat.yml b/.github/workflows/compat.yml index 66bd0749..81c23637 100644 --- a/.github/workflows/compat.yml +++ b/.github/workflows/compat.yml @@ -16,11 +16,11 @@ jobs: readyCondition: GREEN - 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 + docker run -d --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: 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 + docker run -d --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: Init AD version hash ring successfully steps: - name: git checkout