Skip to content

[Backport 2.x] Enable custom start commands and options to resolve GHA issues#3224

Merged
peterzhuamazon merged 1 commit intoopensearch-project:2.xfrom
peterzhuamazon:update-nodejs-compat-backport2.x
Nov 15, 2024
Merged

[Backport 2.x] Enable custom start commands and options to resolve GHA issues#3224
peterzhuamazon merged 1 commit intoopensearch-project:2.xfrom
peterzhuamazon:update-nodejs-compat-backport2.x

Conversation

@peterzhuamazon
Copy link
Copy Markdown
Member

Description

[Backport 2.x] Enable custom start commands and options to resolve GHA issues

Related Issues

Backport #3223

Check List

  • [ ] New functionality includes testing.
  • [ ] New functionality has been documented.
  • [ ] API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • [ ] Public documentation issue/PR created.

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.

@opensearch-trigger-bot
Copy link
Copy Markdown
Contributor

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

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

@opensearch-trigger-bot
Copy link
Copy Markdown
Contributor

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

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

@opensearch-trigger-bot
Copy link
Copy Markdown
Contributor

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

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

@opensearch-trigger-bot
Copy link
Copy Markdown
Contributor

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

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

opensearch-trigger-bot bot pushed a commit that referenced this pull request Jan 7, 2025
#3224)

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
(cherry picked from commit ef931d5)
@opensearch-trigger-bot
Copy link
Copy Markdown
Contributor

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

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

pyek-bot pushed a commit to pyek-bot/ml-commons that referenced this pull request Jan 7, 2025
b4sjoo pushed a commit that referenced this pull request Jan 7, 2025
#3224) (#3341)

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jan 7, 2025
#3224) (#3341)

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
(cherry picked from commit 65254c3)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jan 7, 2025
#3224) (#3341)

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
(cherry picked from commit 65254c3)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jan 7, 2025
#3224) (#3341)

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
(cherry picked from commit 65254c3)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jan 7, 2025
#3224) (#3341)

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
(cherry picked from commit 65254c3)
mingshl pushed a commit that referenced this pull request Jan 8, 2025
#3224) (#3341) (#3343)

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
(cherry picked from commit 65254c3)

Co-authored-by: Pavan Yekbote <mail2pavanyekbote@gmail.com>
mingshl pushed a commit that referenced this pull request Jan 8, 2025
#3224) (#3341) (#3344)

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
(cherry picked from commit 65254c3)

Co-authored-by: Pavan Yekbote <mail2pavanyekbote@gmail.com>
mingshl pushed a commit that referenced this pull request Jan 8, 2025
#3224) (#3341) (#3345)

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
(cherry picked from commit 65254c3)

Co-authored-by: Pavan Yekbote <mail2pavanyekbote@gmail.com>
mingshl pushed a commit that referenced this pull request Jan 8, 2025
#3224) (#3341) (#3346)

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
(cherry picked from commit 65254c3)

Co-authored-by: Pavan Yekbote <mail2pavanyekbote@gmail.com>
b4sjoo pushed a commit that referenced this pull request Jan 8, 2025
#3224) (#3340)

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
(cherry picked from commit ef931d5)

Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

3 participants