Skip to content

[TEST] Fix distro tests for linux packages#569

Merged
adnapibar merged 3 commits into
opensearch-project:mainfrom
adnapibar:packaging-tests
May 16, 2021
Merged

[TEST] Fix distro tests for linux packages#569
adnapibar merged 3 commits into
opensearch-project:mainfrom
adnapibar:packaging-tests

Conversation

@adnapibar
Copy link
Copy Markdown
Contributor

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 oss tag will be removed in a separate issue.

Issues Resolved

Relates #538

Check List

  • All tests pass
  • Commits are signed per the DCO using --signoff

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

@odfe-release-bot
Copy link
Copy Markdown

✅   Gradle Wrapper Validation success a28fa4f36d91fe30dda09697176734fdd420c3c0

@odfe-release-bot
Copy link
Copy Markdown

✅   DCO Check Passed a28fa4f36d91fe30dda09697176734fdd420c3c0

@odfe-release-bot
Copy link
Copy Markdown

✅   Gradle Precommit success a28fa4f36d91fe30dda09697176734fdd420c3c0

@adnapibar
Copy link
Copy Markdown
Contributor Author

start gradle check

@odfe-release-bot
Copy link
Copy Markdown

❌   Gradle Check failure a28fa4f36d91fe30dda09697176734fdd420c3c0
Log 97

Reports 97

@odfe-release-bot
Copy link
Copy Markdown

✅   Gradle Wrapper Validation success 74b3c8e800749adeca972e6fa2c107a1ea5ea66a

@odfe-release-bot
Copy link
Copy Markdown

✅   DCO Check Passed 74b3c8e800749adeca972e6fa2c107a1ea5ea66a

@odfe-release-bot
Copy link
Copy Markdown

✅   Gradle Precommit success 74b3c8e800749adeca972e6fa2c107a1ea5ea66a

@odfe-release-bot
Copy link
Copy Markdown

✅   Gradle Wrapper Validation success 140179f3c5ac33b85fc4a85938aacf628bf20c8c

@odfe-release-bot
Copy link
Copy Markdown

✅   DCO Check Passed 140179f3c5ac33b85fc4a85938aacf628bf20c8c

@odfe-release-bot
Copy link
Copy Markdown

✅   Gradle Precommit success 140179f3c5ac33b85fc4a85938aacf628bf20c8c

@adnapibar
Copy link
Copy Markdown
Contributor Author

start gradle check

@odfe-release-bot
Copy link
Copy Markdown

✅   Gradle Check success 140179f3c5ac33b85fc4a85938aacf628bf20c8c
Log 101

Reports 101

@odfe-release-bot
Copy link
Copy Markdown

✅   DCO Check Passed acfe3b6704905547f177ce8014ad12700d8f0df0

@odfe-release-bot
Copy link
Copy Markdown

✅   Gradle Wrapper Validation success acfe3b6704905547f177ce8014ad12700d8f0df0

@odfe-release-bot
Copy link
Copy Markdown

✅   Gradle Precommit success acfe3b6704905547f177ce8014ad12700d8f0df0

@adnapibar adnapibar requested a review from nknize April 20, 2021 00:52
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>
@odfe-release-bot
Copy link
Copy Markdown

✅   DCO Check Passed ad500ab

@odfe-release-bot
Copy link
Copy Markdown

✅   Gradle Wrapper Validation success ad500ab

@odfe-release-bot
Copy link
Copy Markdown

✅   Gradle Precommit success ad500ab

@adnapibar
Copy link
Copy Markdown
Contributor Author

start gradle check

@odfe-release-bot
Copy link
Copy Markdown

✅   Gradle Check success ad500ab
Log 118

Reports 118

@adnapibar adnapibar added >test-failure Test failure from CI, local build, etc. v1.0.0 Version 1.0.0 v1.0.0-alpha1 Version 1.0.0 alpha 1 v2.0.0 Version 2.0.0 labels Apr 22, 2021
// this is package indepdendent configuration
ospackage {
maintainer 'OpenSearch Team'
maintainer 'OpenSearch Team <opensearch@amazon.com>'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to change it to opensearch.org domain instead of amazon domain?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the email being used currently as there is no functioning email with the opensearch.org domain yet.

Copy link
Copy Markdown
Contributor

@setiah setiah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@setiah
Copy link
Copy Markdown
Contributor

setiah commented May 15, 2021

start gradle check

@opensearch-ci-bot
Copy link
Copy Markdown
Collaborator

❌   Gradle Check failure ad500ab
Log 182

Reports 182

@adnapibar
Copy link
Copy Markdown
Contributor Author

start gradle check

@opensearch-ci-bot
Copy link
Copy Markdown
Collaborator

✅   Gradle Check success ad500ab
Log 184

Reports 184

@adnapibar adnapibar merged commit c2e816e into opensearch-project:main May 16, 2021
@adnapibar adnapibar added the pending backport Identifies an issue or PR that still needs to be backported label May 19, 2021
dblock pushed a commit that referenced this pull request May 20, 2021
Changes to 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>
@adnapibar adnapibar removed the pending backport Identifies an issue or PR that still needs to be backported label May 21, 2021
@adnapibar adnapibar deleted the packaging-tests branch November 15, 2022 07:47
@adnapibar adnapibar restored the packaging-tests branch November 15, 2022 07:47
@adnapibar adnapibar deleted the packaging-tests branch November 15, 2022 07:47
ritty27 pushed a commit to ritty27/OpenSearch that referenced this pull request May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>test-failure Test failure from CI, local build, etc. v1.0.0 Version 1.0.0 v2.0.0 Version 2.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants