MichaelRBlack commented on PR #63959: URL: https://github.com/apache/airflow/pull/63959#issuecomment-4099915391
@potiuk Thanks for the review feedback. I've investigated all 3 CI failures and they are pre-existing on the `v2-11-stable` base branch, not caused by this PR's 2-line change (removing hardcoded `Content-Type` headers from OTLP exporters): 1. **Build docs (`--docs-only`)**: 297 toctree errors referencing nonexisting documents (e.g., `_api/airflow/decorators/index`, `_api/airflow/secrets/index`) in `public-airflow-interface.rst` — pre-existing in v2-11-stable. 2. **Spellcheck (`--spellcheck-only`)**: Undefined labels in `production-deployment.rst` (`howto/connection:gcp`, `howto/connection:gcp:impersonation`) — pre-existing in v2-11-stable. 3. **Provider tests** (`test_standard_task_runner.py::TestStandardTaskRunner::test_on_kill`): Flaky timeout failure (`AirflowTaskTimeout: Timeout, PID: 197`) — unrelated to OTLP exporters. None of the files involved in these failures were touched by this PR. The branch is also already up to date with the latest `v2-11-stable` (no new commits on the base branch since this PR was opened). Could you confirm whether these are known base-branch issues, or advise on the best way to proceed? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
