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

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

Conversation

peterzhuamazon
Copy link
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.

@peterzhuamazon peterzhuamazon had a problem deploying to ml-commons-cicd-env-require-approval November 15, 2024 22:18 — with GitHub Actions Failure
@peterzhuamazon peterzhuamazon merged commit ef931d5 into opensearch-project:2.x Nov 15, 2024
9 of 11 checks passed
@peterzhuamazon peterzhuamazon deleted the update-nodejs-compat-backport2.x branch November 15, 2024 22:29
@opensearch-trigger-bot
Copy link
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
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
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
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
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