Skip to content

Fix codecov after repo renaming - #41

Merged
macohen merged 1 commit into
opensearch-project:mainfrom
noCharger:fix-codecov
Dec 15, 2022
Merged

Fix codecov after repo renaming#41
macohen merged 1 commit into
opensearch-project:mainfrom
noCharger:fix-codecov

Conversation

@noCharger

@noCharger noCharger commented Dec 15, 2022

Copy link
Copy Markdown
Collaborator

Signed-off-by: Lingzhi Chu lingzhichu.clz@gmail.com

Description

Fix codecov after repo renaming

Issues Resolved

#40

Check List

  • All tests pass
  • 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.

Signed-off-by: Lingzhi Chu <lingzhichu.clz@gmail.com>
@noCharger noCharger self-assigned this Dec 15, 2022
@noCharger noCharger added bug Something isn't working enhancement change or upgrade that increases software capabilities beyond original client specifications labels Dec 15, 2022
@noCharger
noCharger marked this pull request as ready for review December 15, 2022 19:09
@noCharger
noCharger requested review from a team, macohen and msfroh December 15, 2022 19:09
@macohen
macohen merged commit d9b44e7 into opensearch-project:main Dec 15, 2022
@noCharger noCharger added the backport 2.x Backport to 2.x branch label Dec 20, 2022
@macohen macohen added backport 2.x Backport to 2.x branch backport 2.4 Backport to 2.4 branch and removed backport 2.x Backport to 2.x branch labels Dec 21, 2022
@opensearch-trigger-bot

Copy link
Copy Markdown

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.x 2.x
# Navigate to the new working tree
cd .worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-41-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 d9b44e7871473ec0ddaae176e138d92f3973f5e6
# Push it to GitHub
git push --set-upstream origin backport/backport-41-to-2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-41-to-2.x.

@opensearch-trigger-bot

Copy link
Copy Markdown

The backport to 2.4 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.4 2.4
# Navigate to the new working tree
cd .worktrees/backport-2.4
# Create a new branch
git switch --create backport/backport-41-to-2.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 d9b44e7871473ec0ddaae176e138d92f3973f5e6
# Push it to GitHub
git push --set-upstream origin backport/backport-41-to-2.4
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.4

Then, create a pull request where the base branch is 2.4 and the compare/head branch is backport/backport-41-to-2.4.

@noCharger noCharger added backport 2.x Backport to 2.x branch and removed backport 2.x Backport to 2.x branch backport 2.4 Backport to 2.4 branch labels Jan 3, 2023
opensearch-trigger-bot Bot pushed a commit that referenced this pull request Jan 3, 2023
Signed-off-by: Lingzhi Chu <lingzhichu.clz@gmail.com>

Signed-off-by: Lingzhi Chu <lingzhichu.clz@gmail.com>
(cherry picked from commit d9b44e7)
noCharger pushed a commit that referenced this pull request Jan 3, 2023
Signed-off-by: Louis Chu <lingzhichu.clz@gmail.com>
(cherry picked from commit d9b44e7)
@mingshl mingshl added infrastructure A change to infrastructure, testing, CI/CD, pipelines, etc. and removed enhancement change or upgrade that increases software capabilities beyond original client specifications bug Something isn't working labels Jan 26, 2023
@mingshl mingshl mentioned this pull request Jan 26, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 2.x Backport to 2.x branch infrastructure A change to infrastructure, testing, CI/CD, pipelines, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants