Update output message from localDistro to include full path to OpenSearch installation#20924
Conversation
…arch installation Signed-off-by: Craig Perkins <cwperx@amazon.com>
|
❌ Gradle check result for 10f356c: 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? |
|
❌ Gradle check result for 10f356c: 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? |
|
❌ Gradle check result for 10f356c: 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? |
|
❌ Gradle check result for 10f356c: 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? |
|
❌ Gradle check result for 10f356c: 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? |
Co-authored-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: Craig Perkins <craig5008@gmail.com>
…arch into local-distro-path
|
❌ Gradle check result for 99b2bdb: 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? |
|
❌ Gradle check result for 99b2bdb: 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 Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #20924 +/- ##
============================================
- Coverage 73.27% 73.22% -0.06%
- Complexity 72497 72501 +4
============================================
Files 5819 5819
Lines 331352 331352
Branches 47875 47875
============================================
- Hits 242784 242618 -166
- Misses 69065 69242 +177
+ Partials 19503 19492 -11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
This is a small quality of life PR to include the full path to the OpenSearch distribution when running
./gradlew localDistroBefore:
After
Its a command I run fairly often and would be nice to copy and paste the full directory from the output of the gradle task.
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.