Skip to content

01a04768 - Retry Sentry symbol upload on store deploy - #960

Merged
TaprootFreak merged 1 commit into
RealUnitCH:stagingfrom
TaprootFreakAI:01a04768-sentry-symbol-retry
Aug 29, 2026
Merged

01a04768 - Retry Sentry symbol upload on store deploy#960
TaprootFreak merged 1 commit into
RealUnitCH:stagingfrom
TaprootFreakAI:01a04768-sentry-symbol-retry

Conversation

@TaprootFreakAI

Copy link
Copy Markdown
Collaborator

EN:
Android deploy on the v1.2.20 tag failed while uploading native symbols: Sentry reported the files were already on the server, then failed assembling libapp.so chunks. This retries that upload three times so a flake does not block the Play Store upload.

DE:
Der Android-Deploy auf Tag v1.2.20 ist beim Native-Symbol-Upload gescheitert: Sentry meldete die Dateien schon auf dem Server und scheiterte dann am Zusammensetzen der libapp.so-Chunks. Dieser Stand retried den Upload dreimal, damit ein Flake den Play-Store-Upload nicht blockiert.

Details

iOS deploy on the same Release run succeeded. Analyze / Visual on the release SHA were still running at the time of this PR. The Play Store lane never reached upload_to_play_store because symbol upload runs first.

Re-running the failed Release job still uses the tagged Fastfile without this retry. This change takes effect on the next develop tag after merge.

Self-hosted assemble can return "Not all chunks available"
after the CLI already reported the files on the server.
Three attempts keep a flake from blocking Play Store upload.
@TaprootFreakAI TaprootFreakAI mentioned this pull request Aug 29, 2026
3 tasks
@TaprootFreakAI
TaprootFreakAI marked this pull request as ready for review August 29, 2026 14:50
@TaprootFreakAI

Copy link
Copy Markdown
Collaborator Author

EN:
Ready after 1 review pass.
Sentry symbol upload retries three times so an assemble flake does not block Play Store.

DE:
Bereit nach 1 Review-Durchlauf.
Sentry-Symbol-Upload retried dreimal, damit ein Assemble-Flake den Play-Store-Upload nicht blockiert.

@TaprootFreak
TaprootFreak merged commit 8fb18a2 into RealUnitCH:staging Aug 29, 2026
9 checks passed
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