Skip to content

Commit 3043585

Browse files
committed
feat: add ES_SKIP_CGROUPS_CHECK environment variable for Elasticsearch
1 parent 37a421c commit 3043585

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/magento-compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- 9200:9200
3939
env:
4040
discovery.type: single-node
41-
plugins.security.disabled: true
42-
OPENSEARCH_JAVA_OPTS: -Xms512m -Xmx512m
41+
ES_JAVA_OPTS: -Xms512m -Xmx512m
42+
ES_SKIP_CGROUPS_CHECK: "true"
4343
options: --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
4444

4545
steps:

0 commit comments

Comments
 (0)