Enable custom start commands and options to resolve GHA issues#702
Merged
peterzhuamazon merged 1 commit intoopensearch-project:mainfrom Nov 15, 2024
Merged
Conversation
5 tasks
Member
Author
49c3826 to
ef450b2
Compare
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
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. |
cwperks
approved these changes
Nov 15, 2024
opensearch-trigger-bot Bot
pushed a commit
that referenced
this pull request
Nov 15, 2024
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> (cherry picked from commit ea02229) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Contributor
|
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.3Then, create a pull request where the |
5 tasks
4 tasks
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.