-
Notifications
You must be signed in to change notification settings - Fork 73
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
Enable custom start commands and options to resolve GHA issues #702
Enable custom start commands and options to resolve GHA issues #702
Conversation
49c3826
to
ef450b2
Compare
Signed-off-by: Peter Zhu <[email protected]>
ef450b2
to
f4a59a2
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #702 +/- ##
=========================================
Coverage 37.67% 37.67%
Complexity 135 135
=========================================
Files 22 22
Lines 1189 1189
Branches 109 109
=========================================
Hits 448 448
Misses 704 704
Partials 37 37 ☔ View full report in Codecov by Sentry. |
ea02229
into
opensearch-project:main
Signed-off-by: Peter Zhu <[email protected]> (cherry picked from commit ea02229) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/job-scheduler/backport-1.3 1.3
# Navigate to the new working tree
pushd ../.worktrees/job-scheduler/backport-1.3
# Create a new branch
git switch --create backport/backport-702-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 ea022295bf2c6fb3b81429d870b4f6b0e1a7a6d6
# Push it to GitHub
git push --set-upstream origin backport/backport-702-to-1.3
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/job-scheduler/backport-1.3 Then, create a pull request where the |
…#703) (cherry picked from commit ea02229) Signed-off-by: Peter Zhu <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Enable custom start commands and options to resolve GHA issues
Related Issues
Closes #698
#700
opensearch-project/opensearch-build#5178
Check List
[ ] New functionality includes testing.[ ] New functionality has been documented.[ ] API changes companion pull request created.--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.