Skip to content

Commit

Permalink
some test execution improvements in regards to generic data index
Browse files Browse the repository at this point in the history
  • Loading branch information
fashxp committed Jul 24, 2024
1 parent 7318019 commit 1989fa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/files/docker-compose.override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ services:
- bootstrap.memory_lock=true # Disable JVM heap memory swapping
- "OPENSEARCH_JAVA_OPTS=-Xms512m -Xmx512m" # Set min and max JVM heap sizes to at least 50% of system RAM
- discovery.type=single-node
- action.auto_create_index=false
- "OPENSEARCH_INITIAL_ADMIN_PASSWORD=XkxGSdN0sMdq9OS"
ports:
- "9200:9200"
Expand Down
1 change: 1 addition & 0 deletions .github/scripts/02-install-pimcore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@ docker compose exec -T php bin/console pimcore:bundle:install PimcoreCopilotBund
cp ../../platform-version/.github/files/config-config.yaml ./config/local

docker compose exec -T php bin/console cache:clear
docker compose exec -T php bin/console generic-data-index:update:index

sudo chown -R www-data .

0 comments on commit 1989fa1

Please sign in to comment.