X Tutup
Skip to content

Add develocity test retry#7920

Merged
landomen merged 1 commit intodevelopfrom
feature/domen/develocity-test-retry
Mar 10, 2026
Merged

Add develocity test retry#7920
landomen merged 1 commit intodevelopfrom
feature/domen/develocity-test-retry

Conversation

@landomen
Copy link
Contributor

@landomen landomen commented Mar 9, 2026

Task/Issue URL: https://app.asana.com/1/137249556945/project/1210594645151737/task/1213191170200739?focus=true

Description

Enables test retry to detect flaky tests.

Steps to test this PR

N/A

UI changes

No UI changes


Note

Medium Risk
Changes CI test behavior by retrying failed tests and failing builds when tests only pass after a retry, which could increase pipeline failures/noise if flakiness is present.

Overview
Adds Develocity test-retry configuration for all Gradle Test tasks, enabling a single retry on CI (none locally), capping total failures, and marking passed-after-retry as a build failure to surface flaky tests.

Updates Firebase Test Lab (Fladle) androidTests to retry each flaky test once via flakyTestAttempts, so intermittent Android test failures are reported as flakiness.

Written by Cursor Bugbot for commit c88af23. This will update automatically on new commits. Configure here.

@landomen landomen merged commit 3589d29 into develop Mar 10, 2026
14 checks passed
@landomen landomen deleted the feature/domen/develocity-test-retry branch March 10, 2026 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup