Skip to content

Commit 5034b98

Browse files
authored
Merge pull request #1836 from blackflux/dev
[Gally]: master <- dev
2 parents c710749 + 28c41c1 commit 5034b98

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

src/plugin/tasks/circleci/snippets/run-yarn-tests-os.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
- image: '${dockerImage}'
1010
environment:
1111
opensearchEndpoint: localhost:9200
12-
- image: opensearchproject/opensearch:2.9.0
12+
- image: opensearchproject/opensearch:2.13.0
1313
environment:
1414
- discovery.type=single-node
15-
- plugins.security.disabled=true
15+
- DISABLE_SECURITY_PLUGIN=true
1616
<<<:
1717
- steps:
1818
- run:

src/plugin/tasks/docker/snippets/os/manage.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ done
1313
docker run \
1414
--name os1 \
1515
-e "discovery.type=single-node" \
16-
-e "plugins.security.disabled=true" \
17-
-d opensearchproject/opensearch:2.9.0
16+
-e "DISABLE_SECURITY_PLUGIN=true" \
17+
-d opensearchproject/opensearch:2.13.0
1818

1919
docker build \
2020
--build-arg COMMAND="$command" \

test/projects/assorted/@npm-opensource-os/.circleci/config.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ jobs:
9292
- image: cimg/node:18.19
9393
environment:
9494
opensearchEndpoint: localhost:9200
95-
- image: opensearchproject/opensearch:2.9.0
95+
- image: opensearchproject/opensearch:2.13.0
9696
environment:
9797
- discovery.type=single-node
98-
- plugins.security.disabled=true
98+
- DISABLE_SECURITY_PLUGIN=true
9999
steps:
100100
- run:
101101
command: >
@@ -136,10 +136,10 @@ jobs:
136136
- image: cimg/node:20.11
137137
environment:
138138
opensearchEndpoint: localhost:9200
139-
- image: opensearchproject/opensearch:2.9.0
139+
- image: opensearchproject/opensearch:2.13.0
140140
environment:
141141
- discovery.type=single-node
142-
- plugins.security.disabled=true
142+
- DISABLE_SECURITY_PLUGIN=true
143143
steps:
144144
- run:
145145
command: >
@@ -180,10 +180,10 @@ jobs:
180180
- image: cimg/node:21.6
181181
environment:
182182
opensearchEndpoint: localhost:9200
183-
- image: opensearchproject/opensearch:2.9.0
183+
- image: opensearchproject/opensearch:2.13.0
184184
environment:
185185
- discovery.type=single-node
186-
- plugins.security.disabled=true
186+
- DISABLE_SECURITY_PLUGIN=true
187187
steps:
188188
- run:
189189
command: >

test/projects/assorted/@npm-opensource-os/manage.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ done
1313
docker run \
1414
--name os1 \
1515
-e "discovery.type=single-node" \
16-
-e "plugins.security.disabled=true" \
17-
-d opensearchproject/opensearch:2.9.0
16+
-e "DISABLE_SECURITY_PLUGIN=true" \
17+
-d opensearchproject/opensearch:2.13.0
1818

1919
docker build \
2020
--build-arg COMMAND="$command" \

0 commit comments

Comments
 (0)