The GitHub Actions job "CodeQL" on 
airflow.git/bugfix/corrupted-git-bundle-retry has failed.
Run started by GitHub user dheerajturaga (triggered by dheerajturaga).

Head commit for run:
696c1b4c3150819a27d2e8d9130ef940bb9d2469 / Dheeraj Turaga 
<[email protected]>
Fix corrupted bare Git repository recovery in DAG bundles

  When using git DAG bundles, corrupted bare repositories can cause all tasks
  landing on a host to fail with InvalidGitRepositoryError. This adds retry
  logic that detects corrupted bare repositories, cleans them up, and attempts
  to re-clone them once before failing.

  Changes:
  - Add InvalidGitRepositoryError handling in _clone_bare_repo_if_required()
  - Implement cleanup and retry logic with shutil.rmtree()
  - Add comprehensive tests for both successful retry and retry failure 
scenarios
  - Ensure all existing tests continue to pass

Report URL: https://github.com/apache/airflow/actions/runs/18096187199

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to