The GitHub Actions job "Tests" on airflow.git/2602/remove_gpg has failed. Run started by GitHub user Dev-iL (triggered by Dev-iL).
Head commit for run: 46ddd95466876e950a4e8a5b72b58b40cfb3fd34 / Dev-iL <[email protected]> Remove flaky "Download GPG keys" step from CI The run-breeze-integration-tests job in .github/workflows/basic-tests.yml (line 122-125) downloads GPG keys from https://dist.apache.org/repos/dist/release/airflow/KEYS via wget. This network call frequently fails when the Apache SVN infrastructure is under high load, causing the CI step to fail (the || true only covers gpg --import, not wget itself). The only consumer of these imported GPG keys is one integration test class: TestValidateSignaturesIntegration in dev/breeze/tests/test_airflow_release_validator_integration.py:199-217. This test already handles missing keys gracefully — when gpg --verify fails due to missing public keys, the test asserts that the failure details contain hints about downloading keys, and the test passes either way. Report URL: https://github.com/apache/airflow/actions/runs/21804563467 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
