Skip to content

Commit

Permalink
disabled xpack.security.enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-andreyev committed Nov 13, 2022
1 parent d0a1574 commit 2e96cee
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,8 @@ jobs:
sudo sysctl -w vm.max_map_count=262144
docker-compose --file=docker/docker-compose.proxy.yml --file=docker/docker-compose.es.yml up --detach
if [[ "$ES_VERSION" == "8.0.0" ]]; then
docker run --rm --network=docker_elastic curlimages/curl --max-time 120 --retry-max-time 120 --retry 120 --retry-delay 5 --retry-all-errors --show-error --silent -k https://es01:9200
docker run --rm --network=docker_elastic curlimages/curl --max-time 120 --retry-max-time 120 --retry 120 --retry-delay 5 --retry-all-errors --show-error --silent -k https://es02:9200
else
docker run --rm --network=docker_elastic curlimages/curl --max-time 120 --retry-max-time 120 --retry 120 --retry-delay 5 --retry-all-errors --show-error --silent http://es01:9200
docker run --rm --network=docker_elastic curlimages/curl --max-time 120 --retry-max-time 120 --retry 120 --retry-delay 5 --retry-all-errors --show-error --silent http://es02:9200
fi;
docker run --rm --network=docker_elastic curlimages/curl --max-time 120 --retry-max-time 120 --retry 120 --retry-delay 5 --retry-all-errors --show-error --silent http://es01:9200
docker run --rm --network=docker_elastic curlimages/curl --max-time 120 --retry-max-time 120 --retry 120 --retry-delay 5 --retry-all-errors --show-error --silent http://es02:9200
- name: 'Run functional tests'
run: |
Expand Down

0 comments on commit 2e96cee

Please sign in to comment.