[TEST] Fix distro tests for linux packages#569
Conversation
|
✅ Gradle Wrapper Validation success a28fa4f36d91fe30dda09697176734fdd420c3c0 |
|
✅ DCO Check Passed a28fa4f36d91fe30dda09697176734fdd420c3c0 |
|
✅ Gradle Precommit success a28fa4f36d91fe30dda09697176734fdd420c3c0 |
|
start gradle check |
|
❌ Gradle Check failure a28fa4f36d91fe30dda09697176734fdd420c3c0 |
|
✅ Gradle Wrapper Validation success 74b3c8e800749adeca972e6fa2c107a1ea5ea66a |
|
✅ DCO Check Passed 74b3c8e800749adeca972e6fa2c107a1ea5ea66a |
|
✅ Gradle Precommit success 74b3c8e800749adeca972e6fa2c107a1ea5ea66a |
|
✅ Gradle Wrapper Validation success 140179f3c5ac33b85fc4a85938aacf628bf20c8c |
|
✅ DCO Check Passed 140179f3c5ac33b85fc4a85938aacf628bf20c8c |
|
✅ Gradle Precommit success 140179f3c5ac33b85fc4a85938aacf628bf20c8c |
|
start gradle check |
|
✅ Gradle Check success 140179f3c5ac33b85fc4a85938aacf628bf20c8c |
|
✅ DCO Check Passed acfe3b6704905547f177ce8014ad12700d8f0df0 |
|
✅ Gradle Wrapper Validation success acfe3b6704905547f177ce8014ad12700d8f0df0 |
|
✅ Gradle Precommit success acfe3b6704905547f177ce8014ad12700d8f0df0 |
This commit includes changes that fix the failing OpenSearch distribution tests for packages (linux-archive, linux-archive-aarch64, debian, rpm, docker) on supported linux distros. Signed-off-by: Rabi Panda <adnapibar@gmail.com>
Signed-off-by: Rabi Panda <adnapibar@gmail.com>
Signed-off-by: Rabi Panda <adnapibar@gmail.com>
|
✅ DCO Check Passed ad500ab |
|
✅ Gradle Wrapper Validation success ad500ab |
|
✅ Gradle Precommit success ad500ab |
|
start gradle check |
| // this is package indepdendent configuration | ||
| ospackage { | ||
| maintainer 'OpenSearch Team' | ||
| maintainer 'OpenSearch Team <opensearch@amazon.com>' |
There was a problem hiding this comment.
Do we want to change it to opensearch.org domain instead of amazon domain?
There was a problem hiding this comment.
This is the email being used currently as there is no functioning email with the opensearch.org domain yet.
|
start gradle check |
|
start gradle check |
opensearch-project#569) Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Description
This PR includes changes that fix the failing OpenSearch distribution tests for packages (
linux-archive, linux-archive-aarch64, deb, rpm, docker) on supported linux distros.Note: The
osstag will be removed in a separate issue.Issues Resolved
Relates #538
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.
Signed-off-by: Rabi Panda adnapibar@gmail.com