Skip to content

chore(ci): Retry on CI failure#506

Closed
rishav-karanjit wants to merge 4 commits intomainfrom
retry-on-failure
Closed

chore(ci): Retry on CI failure#506
rishav-karanjit wants to merge 4 commits intomainfrom
retry-on-failure

Conversation

@rishav-karanjit
Copy link
Member

  • Automatically retry failing tests up to 2 times when running in CI
  • Activated by CI environment variable (set by GitHub Actions)

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable:

  • Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

- Automatically retry failing tests up to 2 times when running in CI
- Activated by CI environment variable (set by GitHub Actions)
- Addresses flaky multipart upload test failures due to transient network issues
@rishav-karanjit rishav-karanjit requested a review from a team as a code owner February 24, 2026 20:16
Previous activation only checked for env.CI existence, not its value.
GitHub Actions sets CI=true, so we need to match that specific value.
@rishav-karanjit rishav-karanjit deleted the retry-on-failure branch February 24, 2026 21:11
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.

1 participant