This is an automated email from the ASF dual-hosted git repository.

potiuk 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 19f58e844bc [v3-1-test] Fix start-rc-process command test in CI 
(#57870) (#57875)
19f58e844bc is described below

commit 19f58e844bcc487a603ab6951bd06ffa68cc9498
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 5 19:03:33 2025 +0100

    [v3-1-test] Fix start-rc-process command test in CI (#57870) (#57875)
    
    (cherry picked from commit 7a1631641f409b2997ef4d321cd31267f0dd79bf)
    
    Co-authored-by: Jarek Potiuk <[email protected]>
---
 .github/workflows/basic-tests.yml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/basic-tests.yml 
b/.github/workflows/basic-tests.yml
index 65943bd47f9..0523b7feca3 100644
--- a/.github/workflows/basic-tests.yml
+++ b/.github/workflows/basic-tests.yml
@@ -371,13 +371,11 @@ jobs:
       - name: Install twine
         run: pip install twine
       - name: "Check Airflow create minor branch command"
-        run: >
-          breeze release-management create-minor-branch
-          --version-branch 3-1 --answer yes --dry-run
+        run: breeze release-management create-minor-branch --version-branch 
3-1 --answer yes --dry-run
       - name: "Check Airflow RC process command"
         run: >
-          breeze release-management start-rc-process
-          --version 3.1.0rc1 --previous-version 3.0.0 --task-sdk-version 
1.0.0rc1 --answer yes --dry-run
+          breeze release-management start-rc-process --version 3.1.0rc1 
--previous-version 3.0.0
+          --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

Reply via email to