Support both OpenDistro and OpenSearch in CI

Note that it supports only without security plugin for now

Signed-off-by: Rushi Agrawal <rushi.agr@gmail.com>
This commit is contained in:
Rushi Agrawal
2021-08-18 01:32:55 +05:30
parent 75eb02aca8
commit 3dc1881a9d
12 changed files with 61 additions and 18 deletions
+3 -2
View File
@@ -20,9 +20,10 @@ jobs:
fail-fast: false
matrix:
stack_version: ['7.10.2']
cluster: ["opendistro", "opensearch"]
steps:
- name: Checkout
uses: actions/checkout@v2
- run: "./.ci/run-tests"
name: Integ ${{ matrix.stack_version }}
- run: "./.ci/run-tests ${{ matrix.cluster }} "
name: Integ ${{ matrix.stack_version }} ${{ matrix.cluster }}