-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Fix systemd configs #18134
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
Fix systemd configs #18134
Conversation
Signed-off-by: Rajat Gupta <gptrajat@amazon.com>
|
to fasten RC1 build, we can skip waiting for gradle checks since the config is used only in bundling and doesn't effect core. |
e891017
into
opensearch-project:3.0
|
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/OpenSearch/backport-main main
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-main
# Create a new branch
git switch --create backport/backport-18134-to-main
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 e891017f6afc0bc4ba13181e5e14d24d47e69938
# Push it to GitHub
git push --set-upstream origin backport/backport-18134-to-main
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-mainThen, create a pull request where the |
|
@RajatGupta02 let's also work in parallel to make sure that creation of the |
|
❌ Gradle check result for 52c79a6: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 3.0 #18134 +/- ##
============================================
- Coverage 72.58% 72.47% -0.11%
- Complexity 67139 67154 +15
============================================
Files 5478 5480 +2
Lines 310120 310318 +198
Branches 45080 45140 +60
============================================
- Hits 225092 224909 -183
- Misses 66684 67013 +329
- Partials 18344 18396 +52 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Rajat Gupta <gptrajat@amazon.com> Co-authored-by: Rajat Gupta <gptrajat@amazon.com> Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
Description
Fix systemd configs
Related Issues
Check List
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.