The GitHub Actions job "Tests (AMD)" on airflow.git/clear-af2-dag-runs has failed. Run started by GitHub user jedcunningham (triggered by jedcunningham).
Head commit for run: 79455fea97770871d39c64cd0a38fa08f3ee711f / Jed Cunningham <[email protected]> Keep a cleared task instance on the version its run is pinned to A task instance with no version of its own belongs wherever its run is, not on the latest. Sending it to the latest lets the two drift apart as soon as a newer version exists, which is easy to hit on a migrated run: pinning the run leaves its already-finished tasks without a version, so clearing one of those later moved it somewhere the run had never been. The clear dialogs asked that question of the task instance rather than of its run, so they offered a locked "run with latest" the clear would not honour. A run whose version `airflow db clean` deleted keeps its bundle version, and that combination resolved to no version at all, so every clear of such a run was rejected before it could be repaired. Report URL: https://github.com/apache/airflow/actions/runs/32056821895 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
