We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4d93a commit 0f598f5Copy full SHA for 0f598f5
.gitlab-ci.yml
@@ -27,6 +27,7 @@ pytest:
27
node.name: "os01"
28
discovery.type: "single-node"
29
plugins.security.disabled: "true"
30
+ action.destructive_requires_name: "false"
31
OPENSEARCH_JAVA_OPTS: "-Xms512m -Xmx1g"
32
before_script:
33
- ./ci/before_tests.sh
@@ -39,6 +40,9 @@ pytest:
39
40
ES_USE_SSL: "false"
41
ES_VERIFY_CERTS: "false"
42
BACKEND: "opensearch"
43
+ DATABASE_REFRESH: "true"
44
+ ENABLE_DATETIME_INDEX_FILTERING: "true"
45
+
46
when: on_success
47
48
tag_check:
0 commit comments