Skip to content

Commit

Permalink
Remove opensearch from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Jun 4, 2024
1 parent c09a292 commit 3f9a623
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
image: node:20
strategy:
matrix:
searchdb-host: [elastic7, elastic8, opensearch2]
searchdb-host: [elastic7, elastic8]
fail-fast: false

services:
Expand All @@ -32,16 +32,7 @@ jobs:
discovery.type: single-node
xpack.security.enabled: false
options: --ulimit memlock=-1:-1 --ulimit nofile=65536:65536
opensearch2:
image: opensearchproject/opensearch:2.13.0
env:
discovery.type: single-node
plugins.security.disabled: true
OPENSEARCH_JAVA_OPTS: -Xms512m -Xmx512m
DISABLE_INSTALL_DEMO_CONFIG: true
OPENSEARCH_INITIAL_ADMIN_PASSWORD: temba
options: --ulimit memlock=-1:-1 --ulimit nofile=65536:65536


steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 3f9a623

Please sign in to comment.