-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Use test-retry plugin in place of develocity #17976
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
Conversation
To fix the deprecation warnings in opensearch-project#13942 I believe I should have just removed the gradle enterprise plugin all together as I think it is unused. This commit goes back to using the open-source test-retry Gradle plugin and removes develocity. This should not change the functionality of the test retry logic in any way. Signed-off-by: Andrew Ross <[email protected]>
❌ Gradle check result for dfcda55: 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 dfcda55: 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 dfcda55: 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 dfcda55: 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 dfcda55: 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 dfcda55: 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 @@
## main #17976 +/- ##
============================================
- Coverage 72.51% 72.51% -0.01%
+ Complexity 67108 67035 -73
============================================
Files 5475 5475
Lines 309916 309916
Branches 45060 45060
============================================
- Hits 224725 224724 -1
+ Misses 66895 66804 -91
- Partials 18296 18388 +92 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
To fix the deprecation warnings in opensearch-project#13942 I believe I should have just removed the gradle enterprise plugin all together as I think it is unused. This commit goes back to using the open-source test-retry Gradle plugin and removes develocity. This should not change the functionality of the test retry logic in any way. Signed-off-by: Andrew Ross <[email protected]> Signed-off-by: Tanishq Ranjan <[email protected]>
To fix the deprecation warnings in opensearch-project#13942 I believe I should have just removed the gradle enterprise plugin all together as I think it is unused. This commit goes back to using the open-source test-retry Gradle plugin and removes develocity. This should not change the functionality of the test retry logic in any way. Signed-off-by: Andrew Ross <[email protected]> Signed-off-by: Harsh Kothari <[email protected]>
To fix the deprecation warnings in opensearch-project#13942 I believe I should have just removed the gradle enterprise plugin all together as I think it is unused. This commit goes back to using the open-source test-retry Gradle plugin and removes develocity. This should not change the functionality of the test retry logic in any way. Signed-off-by: Andrew Ross <[email protected]> Signed-off-by: Harsh Kothari <[email protected]>
To fix the deprecation warnings in #13942 I believe I should have just removed the gradle enterprise plugin all together as I think it is unused. This commit goes back to using the open-source test-retry Gradle plugin and removes develocity.
This should not change the functionality of the test retry logic in any way.
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.