From 3e6670022c93333ab940a0c14dacfc031ea0d804 Mon Sep 17 00:00:00 2001 From: Kayla Reopelle Date: Thu, 8 Aug 2024 07:51:46 -0700 Subject: [PATCH] Adjust opensearch ci service --- .github/workflows/ci.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3da2c7aa9..928d8f4684 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,17 +137,16 @@ jobs: --health-timeout 5s --health-retries 10 opensearch: - image: opensearchproject/opensearch:1.3.18 - env: - discovery.type: single-node + image: opensearchproject/opensearch:2.13.0 ports: - 9200:9200 - - 9600:9600 options: >- - --health-cmd "curl http://localhost:9200/_cluster/health" + -e "discovery.type=single-node" + -e "DISABLE_SECURITY_PLUGIN=true" + --health-cmd "curl 127.0.0.1:9200" --health-interval 10s --health-timeout 5s - --health-retries 10 + --health-retries 15 memcached: image: memcached:latest ports: