[main] Upgrade important CI environment#69694
Conversation
|
The CI error can be fixed by #69755. https://github.com/apache/airflow/actions/runs/29136631210/job/86503145941?pr=69694 |
|
Thanks, just rebased. Let's see how CI goes |
|
I forget I was waiting for CI of that fixing branch… just rebased yet again |
|
Previously, the failed case was: After generating new
https://github.com/apache/airflow/actions/runs/29196580674/job/86661835233
https://github.com/apache/airflow/actions/runs/29196580674/job/86661835522 I will create two PRs to fix each case. |
48f88e2 to
5368987
Compare
5368987 to
771f6f1
Compare
|
Quickest fix: git fetch upstream main && git rebase upstream/main
rm uv.lock && uv lock
git add uv.lock && git rebase --continue
git push --force-with-leaseAutomated nudge — ignore if you're not ready to rebase. This comment is updated in place on future |
|
Fix mypy 2.2.0 check. #69946 |
|
Merged and rebased. Let's see how it works this time |
Backport failed to create: v3-3-test. View the failure log Run detailsNote: As of Merging PRs targeted for Airflow 3.X In matter of doubt please ask in #release-management Slack channel.
You can attempt to backport this manually by running: cherry_picker c8d313a v3-3-testThis should apply the commit to the v3-3-test branch and leave the commit in conflict state marking After you have resolved the conflicts, you can continue the backport process by running: cherry_picker --continueIf you don't have cherry-picker installed, see the installation guide. |
This PR upgrades important dependencies of the CI environment.