Specify that these tests are still using the oss package
This commit is contained in:
parent
c1b83a892f
commit
929a860fd3
3 changed files with 12 additions and 0 deletions
|
|
@ -5,6 +5,8 @@
|
|||
tasks:
|
||||
- include: elasticsearch/test/integration/debug.yml
|
||||
vars:
|
||||
es_enable_xpack: false
|
||||
es_package_name: "elasticsearch-oss"
|
||||
es_scripts: true
|
||||
es_templates: true
|
||||
es_heap_size: "1g"
|
||||
|
|
@ -19,6 +21,8 @@
|
|||
tasks:
|
||||
- include: elasticsearch/test/integration/debug.yml
|
||||
vars:
|
||||
es_enable_xpack: false
|
||||
es_package_name: "elasticsearch-oss"
|
||||
es_scripts: true
|
||||
es_templates: true
|
||||
es_heap_size: "1g"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue