[GH] (airflow/main): Workflow run "[main] Scheduled CI upgrade check" failed!

2026-06-26 Thread GitBox


The GitHub Actions job "[main] Scheduled CI upgrade check" on airflow.git/main 
has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
473e33259cdc54d5c9ecdd1d4e010e4f9e857e08 / Kenan Adel 
Remove stale `dag_` parameter from create_test_pipeline docstring (#68787)

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

With regards,
GitHub Actions via GitBox


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



[GH] (airflow/main): Workflow run "[main] Scheduled CI upgrade check" failed!

2026-06-22 Thread GitBox


The GitHub Actions job "[main] Scheduled CI upgrade check" on airflow.git/main 
has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
a527de7aba64c0b8f99c6ed988d3d7d2f82e43c7 / Tzu-ping Chung 
Agent skills for Java SDK and new language SDK (#68603)

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

With regards,
GitHub Actions via GitBox


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



[GH] (airflow/main): Workflow run "[main] Scheduled CI upgrade check" failed!

2026-06-19 Thread GitBox


The GitHub Actions job "[main] Scheduled CI upgrade check" on airflow.git/main 
has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
7e7e4a95e0c723302632240227fbecdcbe7d7fb8 / Shahar Epstein 
<[email protected]>
Add update-providers-next-version step to provider docs skill (#68739)

* Add update-providers-next-version step to provider docs skill

The prepare-providers-documentation skill stopped after regenerating the
build templates and handed back to the regular release workflow, leaving
'breeze release-management update-providers-next-version' implicit. That
step resolves inter-provider dependencies pinned with '# use next version'
to the just-released versions and must run before the PR is opened; missing
it ships the wave with stale lower bounds and needs a follow-up PR to fix.
Make the skill run it as an explicit phase and check for it during validation.

* Document the next-version step in the provider release guide

Reflect in README_RELEASE_PROVIDERS.md that the prepare-providers-documentation
skill now runs update-providers-next-version itself, and that an incremental
update which bumps a version must re-run that step on the rebased branch —
for both the skill and the interactive breeze flows.

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

With regards,
GitHub Actions via GitBox


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



[GH] (airflow/main): Workflow run "[main] Scheduled CI upgrade check" failed!

2026-06-17 Thread GitBox


The GitHub Actions job "[main] Scheduled CI upgrade check" on airflow.git/main 
has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
bb859bde5a40af9b2cffeda7af50dabdd4df07ee / Rahul Vats 
<[email protected]>
Add opensearch to default PROD image extras (#68659)

#65374 added opensearch to prod_image_installed_providers.txt (so the PROD
image verify asserts it is installed) but did not add it to the default
image extras. opensearch is therefore the only required provider that is
neither a default extra nor a bundled core dependency, so its only path
into the image was being built from source.

On a release branch the source build skips already-released providers
(the final tag providers-opensearch/ exists), so opensearch is the
single required provider with no fallback and the PROD image verify
(test_required_providers_are_installed) fails. main passes only because
its dev-mode build compiles every provider from source in-place.

Add opensearch to the default extras so it is backfilled from PyPI the
same way every other required provider is, making the PROD image
consistent across dev and release builds.

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

With regards,
GitHub Actions via GitBox


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



[GH] (airflow/main): Workflow run "[main] Scheduled CI upgrade check" failed!

2026-05-25 Thread GitBox


The GitHub Actions job "[main] Scheduled CI upgrade check" on airflow.git/main 
has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
2def8027d7c22f49c206593b71cc8808bd6ad642 / Ash Berlin-Taylor 
Correctly pre-allocate `external_exeuctor_id` with multiple executors. (#67388)

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

With regards,
GitHub Actions via GitBox


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



[GH] (airflow/main): Workflow run "[main] Scheduled CI upgrade check" failed!

2026-05-04 Thread GitBox


The GitHub Actions job "[main] Scheduled CI upgrade check" on airflow.git/main 
has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
345ddb8dfb554aa3a31f1f761d5ba1dbaafc831a / Saksham Singhal 

Fix max_active_tis_per_dag for deferred task instances (#61769)

Co-authored-by: Tzu-ping Chung 

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

With regards,
GitHub Actions via GitBox


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



[GH] (airflow/main): Workflow run "[main] Scheduled CI upgrade check" failed!

2026-05-01 Thread GitBox


The GitHub Actions job "[main] Scheduled CI upgrade check" on airflow.git/main 
has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
c37960d53250efee4241abd12f5a8456281fbbee / Kaxil Naik 
Fix ASYNC110 violation in edge3 worker (#66192)

PR #66144 added a `while job.is_running: await sleep(0.1)` polling loop
to ensure the supervisor task has fully ended after results were
grabbed from the queue. This trips ruff's ASYNC110 lint and is now
failing the static-checks job on every PR.

Apply the same pattern used in PR #66157 for RedshiftDataTrigger:
refactor to `while True: if not : break; await sleep(...)`. Same
behaviour, ASYNC110-clean. The proper fix (asyncio.Event signalled by
the supervisor on completion) is a larger change and can land
separately.

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

With regards,
GitHub Actions via GitBox


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