Skip to content

Commit

Permalink
Drop opensearch 1 from CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Jun 3, 2024
1 parent c6c9bbd commit 4a4ecbe
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 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, opensearch1, opensearch2]
searchdb-host: [elastic7, elastic8, opensearch2]
fail-fast: false

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

0 comments on commit 4a4ecbe

Please sign in to comment.