Androi CI must not be OK, when error occured #143

Closed
opened 2026-05-22 08:52:08 +00:00 by guettli · 1 comment
guettli commented 2026-05-22 08:52:08 +00:00 (Migrated from codeberg.org)

https://codeberg.org/guettli/sharedinbox/actions/runs/467/jobs/0/attempt/1#jobstep-4-362

08:28:06 A non-retryable error occurred.

If something like this happens, the CI must fail with an error message.

https://codeberg.org/guettli/sharedinbox/actions/runs/467/jobs/0/attempt/1#jobstep-4-362 > 08:28:06 A non-retryable error occurred. If something like this happens, the CI must fail with an error message.
guettlibot commented 2026-05-22 09:31:51 +00:00 (Migrated from codeberg.org)

Fixed in d36d9a6. Root cause: gcloud firebase test can exit 0 while printing a non-retryable error; old grep pattern included 'test cases' which could match before the error occurs. Fix: explicit rc capture, error-string check, and tighter success pattern (Passed|passed only).

Fixed in d36d9a6. Root cause: gcloud firebase test can exit 0 while printing a non-retryable error; old grep pattern included 'test cases' which could match before the error occurs. Fix: explicit rc capture, error-string check, and tighter success pattern (Passed|passed only).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: guettli/sharedinbox#143