This commit is removing the option to install Elasticsearch OSS distribution for version >= 7.11.0. This is due to Elasticsearch recent license change. See https://www.elastic.co/blog/licensing-change for more details. - Add notice to breaking changes and update documentation - Fail the deployment if trying to install OSS >= 7.11.0 - Remove OSS tests for 7.x except the upgrade test from last OSS version to default distribution
18 lines
251 B
YAML
18 lines
251 B
YAML
OS:
|
|
- ubuntu-1404
|
|
- ubuntu-1604
|
|
- ubuntu-1804
|
|
- debian-8
|
|
- debian-9
|
|
- debian-10
|
|
- centos-7
|
|
- centos-8
|
|
- amazonlinux-2
|
|
TEST_TYPE:
|
|
- custom-config
|
|
- default
|
|
- license
|
|
- oss-to-default-upgrade
|
|
- security
|
|
- trial
|
|
- upgrade
|