The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-publish-docs-task-sdk-alias has failed.
Run started by GitHub user vatsrahul1001 (triggered by vatsrahul1001).

Head commit for run:
209a736a51555a65991dc49a7ee83e1af5ffa53b / vatsrahul1001 
<[email protected]>
workflows: use task-sdk alias in publish-docs NON_PROVIDER_TOKENS

The bash filter in publish-docs-to-s3.yml and the matching frozenset
in dev/registry/derive_wave_providers.py both listed
apache-airflow-task-sdk, but the inner docs.build_docs only accepts
the docs-folder alias task-sdk (see its click choices). Invoking the
workflow with either name fails:

- task-sdk: not in NON_PROVIDER_TOKENS, falls through to the registry
  script which does not exist on older release branches like v3-2-stable.
- apache-airflow-task-sdk: passes the filter but docs.build_docs
  rejects the name with "is not one of ... 'task-sdk', ...".

Replace apache-airflow-task-sdk with task-sdk in both lists so the
workflow can publish task-sdk docs end-to-end.

Discovered during the Airflow 3.2.2rc1 release.
Follow-up to #66438.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to