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

Automation component release issue: Fix the bugs #3795

Merged
merged 2 commits into from
Jul 18, 2023

Conversation

prudhvigodithi
Copy link
Collaborator

@prudhvigodithi prudhvigodithi commented Jul 17, 2023

Description

Coming from main PR #3708
This fixes the bugs from dblock/create-a-github-issue#39 (comment)

Testing

Case1: Skip the entire logic for component release issue creation if the global release issue from the build repo does not exists.
https://github.com/prudhvigodithi/opensearch-build/actions/runs/5581536373/jobs/10199796796
Screenshot 2023-07-17 at 4 31 39 PM

Case2: Create the component release only if global release issue from the build repo exists
https://github.com/prudhvigodithi/opensearch-build/actions/runs/5581477087/jobs/10199672521
Screenshot 2023-07-17 at 4 32 56 PM

Case2: Skip if the component release issues already exists
https://github.com/prudhvigodithi/opensearch-build/actions/runs/5581536373/jobs/10199796568
Screenshot 2023-07-17 at 4 34 15 PM

Sample component release issues:
https://github.com/prudhvigodithi/OpenSearch/issues is component release issues and that links back to global release issue part of the build repo,
example for 2.8.0
OpenSearch component issue : prudhvigodithi/OpenSearch#7
opensearch-build repo global release issue: prudhvigodithi#63
Screenshot 2023-07-17 at 4 59 29 PM

Issues Resolved

Part of:
#3349
#3676
opensearch-project/.github#167

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: Prudhvi Godithi <[email protected]>
@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

Merging #3795 (13780c8) into main (6087e36) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #3795   +/-   ##
=======================================
  Coverage   91.54%   91.54%           
=======================================
  Files         182      182           
  Lines        5420     5420           
=======================================
  Hits         4962     4962           
  Misses        458      458           

Signed-off-by: Prudhvi Godithi <[email protected]>
@prudhvigodithi prudhvigodithi merged commit 2f606d6 into opensearch-project:main Jul 18, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants