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

Organize manifests in folders. #518

Merged
merged 3 commits into from
Sep 17, 2021

Conversation

dblock
Copy link
Member

@dblock dblock commented Sep 17, 2021

Signed-off-by: dblock dblock@dblock.org

Description

After #514 we ended up with a duplicate 1.0.1 manifest because for the early versions we had multiple files and put things in subfolders. In the future we'll have OpenSearch dashboards and possibly some other manifests - let's make folders now. This PR creates 1.1.0, 1.2.0, 2.0.0, etc.

I renamed BUILD_MANIFEST in the Jenkins job to INPUT_MANIFEST to match the name. After this is merged the Jenkins manual configuration will need to be updated from BUILD_MANIFEST=opensearch-1.1.0.yml to INPUT_MANIFEST=1.1.0/opensearch-1.1.0.yml.

I deleted manifest.linux.*.example.yml as part of #279, we have working examples in the repo from previous versions, and are moving off this system anyway.

Added Gradle checks to 1.2.0 and 2.0.0 auto-generated manifests.

Check List

  • 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: dblock <dblock@dblock.org>
@codecov-commenter
Copy link

codecov-commenter commented Sep 17, 2021

Codecov Report

Merging #518 (ee527f0) into main (757a225) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #518      +/-   ##
==========================================
+ Coverage   70.25%   70.28%   +0.03%     
==========================================
  Files          59       59              
  Lines        1553     1555       +2     
==========================================
+ Hits         1091     1093       +2     
  Misses        462      462              
Impacted Files Coverage Δ
bundle-workflow/src/manifests/input_manifests.py 100.00% <100.00%> (ø)
...workflow/src/manifests_workflow/input_manifests.py 95.77% <100.00%> (+0.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d3519a6...ee527f0. Read the comment docs.

Signed-off-by: dblock <dblock@dblock.org>
Signed-off-by: dblock <dblock@dblock.org>
@dblock dblock merged commit 4b249e2 into opensearch-project:main Sep 17, 2021
@dblock dblock deleted the organize-manifests branch September 17, 2021 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants