Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Add new subfolder to support more distributions #1800

Closed
peterzhuamazon opened this issue Mar 22, 2022 · 4 comments · Fixed by #1807
Closed

[Enhancement] Add new subfolder to support more distributions #1800

peterzhuamazon opened this issue Mar 22, 2022 · 4 comments · Fixed by #1807
Assignees

Comments

@peterzhuamazon
Copy link
Member

As of now, we only have one folder for all distributions:

# local
builds/opensearch/dist/
dist/opensearch/

# S3
distribution-build-opensearch/1.3.0/1362/linux/x64/dist/opensearch/

This would cause issues on Jenkins as we tend to build multiple distributions together.
This means one manifest.yml would override the other one.

manifest.yml 
opensearch-1.3.0-linux-x64.tar.gz
opensearch-1.3.0-linux-x64.rpm

We would like to add a new subfolder such that:

# local
builds/opensearch/tar/dist/
builds/opensearch/rpm/dist/

dist/opensearch/tar/
dist/opensearch/rpm/

# S3
distribution-build-opensearch/1.3.0/1362/linux/x64/dist/opensearch/tar/
distribution-build-opensearch/1.3.0/1362/linux/x64/dist/opensearch/rpm/

Thanks.

@peterzhuamazon
Copy link
Member Author

Similar to #1145

@tianleh
Copy link
Member

tianleh commented Mar 22, 2022

Taking a look. Similar to my previous work to introduce opensearch and opensearch-dashboards subfolders #1145

cc @seraphjiang

@tianleh
Copy link
Member

tianleh commented Mar 23, 2022

RPM build for OSD 2.0.0 failed #1807 (comment)

RPM build for OSD 1.3.0 also failed #1807 (comment)

@peterzhuamazon
Copy link
Member Author

RPM build for OSD 2.0.0 failed #1807 (comment)

RPM build for OSD 1.3.0 also failed #1807 (comment)

Support in #1815

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants