Skip to content

Commit

Permalink
Merge pull request #1836 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu authored Aug 1, 2024
2 parents c710749 + 28c41c1 commit 5034b98
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/plugin/tasks/circleci/snippets/run-yarn-tests-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
- image: '${dockerImage}'
environment:
opensearchEndpoint: localhost:9200
- image: opensearchproject/opensearch:2.9.0
- image: opensearchproject/opensearch:2.13.0
environment:
- discovery.type=single-node
- plugins.security.disabled=true
- DISABLE_SECURITY_PLUGIN=true
<<<:
- steps:
- run:
Expand Down
4 changes: 2 additions & 2 deletions src/plugin/tasks/docker/snippets/os/manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ done
docker run \
--name os1 \
-e "discovery.type=single-node" \
-e "plugins.security.disabled=true" \
-d opensearchproject/opensearch:2.9.0
-e "DISABLE_SECURITY_PLUGIN=true" \
-d opensearchproject/opensearch:2.13.0

docker build \
--build-arg COMMAND="$command" \
Expand Down
12 changes: 6 additions & 6 deletions test/projects/assorted/@npm-opensource-os/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ jobs:
- image: cimg/node:18.19
environment:
opensearchEndpoint: localhost:9200
- image: opensearchproject/opensearch:2.9.0
- image: opensearchproject/opensearch:2.13.0
environment:
- discovery.type=single-node
- plugins.security.disabled=true
- DISABLE_SECURITY_PLUGIN=true
steps:
- run:
command: >
Expand Down Expand Up @@ -136,10 +136,10 @@ jobs:
- image: cimg/node:20.11
environment:
opensearchEndpoint: localhost:9200
- image: opensearchproject/opensearch:2.9.0
- image: opensearchproject/opensearch:2.13.0
environment:
- discovery.type=single-node
- plugins.security.disabled=true
- DISABLE_SECURITY_PLUGIN=true
steps:
- run:
command: >
Expand Down Expand Up @@ -180,10 +180,10 @@ jobs:
- image: cimg/node:21.6
environment:
opensearchEndpoint: localhost:9200
- image: opensearchproject/opensearch:2.9.0
- image: opensearchproject/opensearch:2.13.0
environment:
- discovery.type=single-node
- plugins.security.disabled=true
- DISABLE_SECURITY_PLUGIN=true
steps:
- run:
command: >
Expand Down
4 changes: 2 additions & 2 deletions test/projects/assorted/@npm-opensource-os/manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ done
docker run \
--name os1 \
-e "discovery.type=single-node" \
-e "plugins.security.disabled=true" \
-d opensearchproject/opensearch:2.9.0
-e "DISABLE_SECURITY_PLUGIN=true" \
-d opensearchproject/opensearch:2.13.0

docker build \
--build-arg COMMAND="$command" \
Expand Down

0 comments on commit 5034b98

Please sign in to comment.