This is an automated email from the ASF dual-hosted git repository.
bugraoz pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new d88b0cce82f [v3-1-test] Fix GitHub Actions workflow: remove
unsupported --previous-release option (#59499) (#59614)
d88b0cce82f is described below
commit d88b0cce82f3a5929fb9179a3634236c8df4d575
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu Dec 18 18:23:21 2025 +0100
[v3-1-test] Fix GitHub Actions workflow: remove unsupported
--previous-release option (#59499) (#59614)
(cherry picked from commit f74c105741d26fafb66a77f4defee65e31b27e21)
Co-authored-by: Ankit Chaurasia <[email protected]>
---
.github/workflows/basic-tests.yml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/basic-tests.yml
b/.github/workflows/basic-tests.yml
index 35c6a1f9914..226dcbcff3b 100644
--- a/.github/workflows/basic-tests.yml
+++ b/.github/workflows/basic-tests.yml
@@ -272,7 +272,7 @@ jobs:
platform: ${{ inputs.platform }}
save-cache: false
- name: "Autoupdate all prek hooks"
- run: prek auto-update --cooldown-days 4 --freeze
+ run: prek auto-update --cooldown-days 4 --cooldown-days 4 --freeze
- name: "Autoupdate Lucas-C hooks to bleeding edge"
run: prek auto-update --bleeding-edge --freeze --repo
https://github.com/Lucas-C/pre-commit-hooks
- name: "Autoupdate Octopin to bleeding edge"
@@ -312,7 +312,9 @@ jobs:
UPGRADE_GITPYTHON: "false"
UPGRADE_RICH: "false"
UPGRADE_RUFF: "false"
+ UPGRADE_MPROCS: "true"
UPGRADE_MYPY: "false"
+ UPGRADE_PROTOC: "false"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "Run automated upgrade for important versions minus uv (failing
if needed)"
run: |
@@ -337,6 +339,8 @@ jobs:
UPGRADE_RICH: "true"
UPGRADE_RUFF: "true"
UPGRADE_MYPY: "true"
+ UPGRADE_MPROCS: "false"
+ UPGRADE_PROTOC: "false"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
test-airflow-release-commands:
@@ -376,7 +380,7 @@ jobs:
--task-sdk-version 1.0.0rc1 --sync-branch v3-1-test --answer yes
--dry-run
- name: "Check Airflow release process command"
run: >
- breeze release-management start-release --release-candidate 3.1.0rc1
+ breeze release-management start-release --version 3.1.0rc1
--answer yes --dry-run
- name: "Test providers metadata generation"
run: |