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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user