File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ services:
7
7
- ' 9200:9200'
8
8
- ' 9600:9600'
9
9
environment :
10
+ - ' ${OPENSEARCH_EXPERIMENTAL_FEATURES}'
10
11
- ' OPENSEARCH_INITIAL_ADMIN_PASSWORD=${OPENSEARCH_PASSWORD:-myStrongPassword123!}'
11
12
- discovery.type=single-node
12
13
- path.repo=/tmp/opensearch/repo
13
- - plugins.index_state_management.job_interval=1
14
+ - plugins.index_state_management.job_interval=1
Original file line number Diff line number Diff line change 26
26
- {version: 1.3.17, admin_password: admin}
27
27
- {version: 2.0.0, admin_password: admin}
28
28
- {version: 2.15.0}
29
- - {version: 2.16.0, hub: opensearchstaging, ref: '@sha256:50fbfe3b95c41e92a113ada3e80513ba4524dfc8a25dc6aaeff2bbe1e1145d5f'}
29
+ - version : 2.16.0
30
+ hub : opensearchstaging
31
+ ref : ' @sha256:50fbfe3b95c41e92a113ada3e80513ba4524dfc8a25dc6aaeff2bbe1e1145d5f'
32
+ features : ' -Dopensearch.experimental.feature.tiered_remote_index.enabled=true'
30
33
31
34
name : test-opensearch-spec (version=${{ matrix.entry.version }}, hub=${{ matrix.entry.hub || 'opensearchproject' }})
32
35
runs-on : ubuntu-latest
36
39
OPENSEARCH_DOCKER_REF : ${{ matrix.entry.ref }}
37
40
OPENSEARCH_VERSION : ${{ matrix.entry.version }}
38
41
OPENSEARCH_PASSWORD : ${{ matrix.entry.admin_password || 'myStrongPassword123!' }}
42
+ OPENSEARCH_EXPERIMENTAL_FEATURES : ${{ matrix.entry.features || ''}}
39
43
40
44
steps :
41
45
- name : Checkout Repo
You can’t perform that action at this time.
0 commit comments