-
Notifications
You must be signed in to change notification settings - Fork 879
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
Update develocity config #12835
Update develocity config #12835
Conversation
@@ -366,13 +366,6 @@ tasks.withType<Test>().configureEach { | |||
// This value is quite big because with lower values (3 mins) we were experiencing large number of false positives | |||
timeout.set(Duration.ofMinutes(15)) | |||
|
|||
develocity.testRetry { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this will force us to deal with the flaky tests. Can always add it back if there are too many build failures.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, I was worried about us never seeing flaky tests if we don't remove it, but I realized a better option is probably to only disable retries on the daily builds in order to not disrupt other workflows (PRs / releases), will update this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated this PR, can you give it one more look now? thanks
😢
TODO delete
GRADLE_ENTERPRISE_ACCESS_KEY
github action secret after merging this