The GitHub Actions job "Tests (AMD)" on 
airflow.git/refactor/go-sdk/coordinator-runtime-server has failed.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
22d39d7ae2bf8ff6b245e4045a07ca6e8917edb9 / LIU ZHE YOU <[email protected]>
go-sdk: Implement coordinator-mode runtime entry point and task runner

Wire the supervisor-launched runtime that speaks ADR 0003's coordinator
protocol. execution.Serve dials the comm and logs sockets the supervisor
passes via the new --comm/--logs flags, installs SocketLogHandler so slog
records reach the supervisor, reads StartupDetails, and drives a single
TaskInstance through task_runner.Run. The runner injects a
CoordinatorClient into the user task function via
sdkcontext.SdkClientContextKey so tasks written against the existing
sdk.Client API run unchanged. bundlev1server.Serve grows a mode selector
so the same binary still serves go-plugin when no coordinator flags are
present, and exits non-zero on partial --comm/--logs misuse.

DAG-file parsing is intentionally not part of this stack -- it will land
in a follow-up once the parsing protocol settles.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to