The GitHub Actions job "Tests (AMD)" on airflow.git/backport-419ac06-v3-3-test 
has succeeded.
Run started by GitHub user github-actions[bot] (triggered by potiuk).

Head commit for run:
0efa078794245e84f86a66d73617b2e48fb121fc / Shahar Epstein 
<[email protected]>
[v3-3-test] Fix scheduled CI upgrade failing when its PR already exists (#69018)

The scheduled "breeze ci upgrade" job force-pushes a stable branch
(ci-upgrade-<branch>) and then looks for an existing PR before creating
one. The lookup passed the "owner:branch" head label to "gh pr list
--head", but that flag filters by the bare branch name only and does not
support the "owner:branch" syntax, so the existing PR was never found and
the job fell through to "gh pr create" — which rejected the duplicate and
failed the run.

Use the bare branch name for the "gh pr list" and "gh pr ready" lookups
(only "gh pr create --head" needs the cross-fork "owner:branch" label),
and treat an "already exists" creation error as success since the branch
has already been force-pushed.
(cherry picked from commit 419ac06e8ac3dec8bd80716bde915b5f166623a8)

Co-authored-by: Shahar Epstein <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to