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

Update branch pattern #123

Merged
merged 1 commit into from
Oct 7, 2021
Merged

Conversation

VijayanB
Copy link
Member

@VijayanB VijayanB commented Oct 6, 2021

Signed-off-by: Vijayan Balasubramanian balasvij@amazon.com

Description

Since feature branch will have "feature/" as prefix,
updated branch pattern to include all branch that contains
"/".

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed as 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.

Since feature branch will have "feature/" as prefix,
updated branch pattern to include feature branch as well.

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
@codecov-commenter
Copy link

codecov-commenter commented Oct 6, 2021

Codecov Report

Merging #123 (cb2a41f) into main (c2abf36) will decrease coverage by 0.65%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #123      +/-   ##
============================================
- Coverage     83.14%   82.48%   -0.66%     
+ Complexity      480      474       -6     
============================================
  Files            69       69              
  Lines          1821     1821              
  Branches        178      178              
============================================
- Hits           1514     1502      -12     
- Misses          247      257      +10     
- Partials         60       62       +2     
Impacted Files Coverage Δ
...va/org/opensearch/knn/index/KNNCircuitBreaker.java 58.97% <0.00%> (-20.52%) ⬇️
.../java/org/opensearch/knn/index/util/KNNEngine.java 89.47% <0.00%> (-5.27%) ⬇️
...ain/java/org/opensearch/knn/index/KNNSettings.java 84.42% <0.00%> (-2.46%) ⬇️

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 c2abf36...cb2a41f. Read the comment docs.

pull_request:
branches:
- "*"
schedule:
- cron: '0 */12 * * *'
Copy link
Member

Choose a reason for hiding this comment

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

Why did we remove schedule?

Copy link
Member Author

Choose a reason for hiding this comment

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

I added this before 1.0 release and it is not relevant anymore since we are building against snapshot.

@@ -3,11 +3,11 @@ on:
push:
branches:
- "*"
Copy link
Member

Choose a reason for hiding this comment

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

question: Does '*' does not take care of all the branch names?

Copy link
Member Author

Choose a reason for hiding this comment

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

Unfortunately no. it will not match "/".

@VijayanB VijayanB requested a review from vamshin October 6, 2021 23:39
Copy link
Member

@vamshin vamshin left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks

@VijayanB VijayanB merged commit 5623eeb into opensearch-project:main Oct 7, 2021
@naveentatikonda naveentatikonda added the Infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc. label Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants