Skip to content

Commit

Permalink
Fix elasticsearch config in AMAUATs CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Oct 11, 2023
1 parent 9098b6a commit 23bbf8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
docker compose up -d
env:
cluster.routing.allocation.disk.threshold_enabled: false
ELASTICSEARCH_DISK_THRESHOLD_ENABLED: "false"
working-directory: ./hack
- name: "Bootstrap services"
run: |
Expand Down
1 change: 1 addition & 0 deletions hack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ services:
- "network.host=0.0.0.0"
- "bootstrap.memory_lock=true"
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- "cluster.routing.allocation.disk.threshold_enabled=${ELASTICSEARCH_DISK_THRESHOLD_ENABLED:-true}"
ulimits:
memlock:
soft: -1
Expand Down

0 comments on commit 23bbf8c

Please sign in to comment.