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

Experiment failure 5 #16

Merged
merged 1 commit into from
Jun 3, 2023
Merged

Experiment failure 5 #16

merged 1 commit into from
Jun 3, 2023

Conversation

AMoo-Miki
Copy link
Owner

Description

[Describe what this change achieves]

Issues Resolved

[List any issues this PR will resolve]

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
    • yarn test:ftr
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

@AMoo-Miki AMoo-Miki added bug Something isn't working documentation Improvements or additions to documentation backport 9.x backport 8.x labels Jun 3, 2023
@AMoo-Miki AMoo-Miki merged commit 03fb40e into test-bp Jun 3, 2023
@github-actions
Copy link

github-actions bot commented Jun 3, 2023

The backport to 9.x failed:

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

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-9.x 9.x
# Navigate to the new working tree
pushd ../.worktrees/backport-9.x
# Create a new branch
git switch --create backport/backport-16-to-9.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 03fb40efa1ca90326d38af371290d6336ef2797f
# Push it to GitHub
git push --set-upstream origin backport/backport-16-to-9.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-9.x

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

@github-actions
Copy link

github-actions bot commented Jun 3, 2023

The backport to 8.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-8.x 8.x
# Navigate to the new working tree
pushd ../.worktrees/backport-8.x
# Create a new branch
git switch --create backport/backport-16-to-8.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 03fb40efa1ca90326d38af371290d6336ef2797f
# Push it to GitHub
git push --set-upstream origin backport/backport-16-to-8.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-8.x

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 8.x backport 9.x bug Something isn't working documentation Improvements or additions to documentation failed backport valued-contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant