The GitHub Actions job "Tests (AMD)" on 
airflow.git/feature/coordinator/dag-bundle-name has failed.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
bc97b03321a44fe9bab92efbcfde2aff5d510e12 / LIU ZHE YOU <[email protected]>
Make JavaCoordinator main_class optional in co-located mode

When a subprocess coordinator locates artifacts through a Dag bundle rather 
than an explicit root, JavaCoordinator previously rejected a missing main_class 
outright. That made the co-located default unusable without extra configuration 
and left the entrypoint no more determinate than an auto-detected scan would 
be. Auto-detect over the resolved bundle now handles that case, with the 
remaining cross-bundle ambiguity deferred to an IMPORT_ERROR-stage check under 
AIP-85.

A named Dag bundle resolves to its latest version, so its version was unset and 
the version lock held around the subprocess silently did nothing, letting 
bundle cleanup delete artifacts a running task was still reading. The concrete 
current version is now pinned before locking.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to