The GitHub Actions job "Required Checks" on 
texera.git/ci/codecov-upload-retry-flaky-cli has succeeded.
Run started by GitHub user aglinxinyuan (triggered by aglinxinyuan).

Head commit for run:
7b98db1c382f2e51f3994df9f52ef07ee8b67a18 / Xinyuan Lin <[email protected]>
ci: retry Codecov upload to survive flaky CLI signature verification

Reported on #6800 (codecov not updating). codecov-action re-downloads and
GPG-verifies the Codecov CLI on every run, and that runtime key import /
signature check is intermittently flaky ("gpg: no valid OpenPGP data found" ->
"Could not verify signature" -> exit 1). With fail_ci_if_error: true a flaked
leg fails, so that flag's coverage never uploads (Codecov shows stale) and
notify-failure spuriously fires — observed failing the 
notebook-migration-service
leg on an unrelated run while its siblings uploaded fine.

Run each upload as attempt + one retry: the first attempt is continue-on-error
so a transient flake doesn't fail the leg, and the retry (same inputs, fails
hard) runs only when the first failed. A persistent failure still fails the leg
-> notify-failure; a transient CLI-download/GPG flake self-heals on the retry.
Signature verification is kept intact.

Report URL: https://github.com/apache/texera/actions/runs/30040713797

With regards,
GitHub Actions via GitBox

Reply via email to