Skip to content

Commit

Permalink
LRQA-54230 Update property
Browse files Browse the repository at this point in the history
  • Loading branch information
Linda Sui authored and brianchandotcom committed Feb 26, 2020
1 parent a52909e commit a1bfef8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-test-elasticsearch7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1029,10 +1029,10 @@ xpack.monitoring.collection.enabled: true</echo>
</then>
</if>

<get-testcase-property property.name="elasticsearch.ccr.enabled" />
<get-testcase-property property.name="remote.elasticsearch.ccr.enabled" />

<if>
<equals arg1="${elastic.ccr.enabled}" arg2="true" />
<equals arg1="${remote.elasticsearch.ccr.enabled}" arg2="true" />
<then>
<antcall target="configure-elasticsearch-cluster-properties">
<param name="remote.elasticsearch.cluster.size" value="2" />
Expand Down
1 change: 1 addition & 0 deletions test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2889,6 +2889,7 @@
portlet.properties.marketplace-portlet,\
portlet.properties.private-messaging-portlet,\
project.templates,\
remote.elasticsearch.ccr.enabled,\
remote.elasticsearch.cluster.size,\
remote.elasticsearch.enabled,\
remote.elasticsearch.ltr.enabled,\
Expand Down

0 comments on commit a1bfef8

Please sign in to comment.