Skip to content

Commit 301b85b

Browse files
GomezCFYuri Zmytrakov
authored andcommitted
update gitlab-ci.yml
1 parent 3158844 commit 301b85b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ pytest:
2727
node.name: "os01"
2828
discovery.type: "single-node"
2929
plugins.security.disabled: "true"
30+
action.destructive_requires_name: "false"
3031
OPENSEARCH_JAVA_OPTS: "-Xms512m -Xmx1g"
3132
before_script:
3233
- ./ci/before_tests.sh
@@ -39,6 +40,9 @@ pytest:
3940
ES_USE_SSL: "false"
4041
ES_VERIFY_CERTS: "false"
4142
BACKEND: "opensearch"
43+
DATABASE_REFRESH: "true"
44+
ENABLE_DATETIME_INDEX_FILTERING: "true"
45+
4246
when: on_success
4347

4448
tag_check:

0 commit comments

Comments
 (0)