Skip to content

Run CI on chart and airflow-ctl release-branch pull requests#69626

Merged
potiuk merged 1 commit into
mainfrom
fix-ci-triggers-chart-airflowctl-branches
Jul 8, 2026
Merged

Run CI on chart and airflow-ctl release-branch pull requests#69626
potiuk merged 1 commit into
mainfrom
fix-ci-triggers-chart-airflowctl-branches

Conversation

@potiuk

@potiuk potiuk commented Jul 8, 2026

Copy link
Copy Markdown
Member

PRs targeting the chart/v*-test|stable and airflow-ctl/v*-test|stable release branches received no CI at all — those branch patterns were missing from the pull_request/push branch filters of ci-amd, ci-arm, and codeql-analysis, so only branch-independent bot checks (Mergeable/WIP) reported and a PR could show all-green without any tests, static checks, or CodeQL running (e.g. #69579 against chart/v1-2x-test).

This adds the chart and airflow-ctl release-branch patterns to those triggers. The sync-enforced AMD-only trigger block in check_ci_workflows_in_sync.py is updated in the same PR so the amd/arm guard keeps passing; push triggers get the -test variants only, matching the existing release-prep push convention.


Was generative AI tooling used to co-author this PR?
  • Yes — Claude Code (Opus 4.8)

Generated-by: Claude Code (Opus 4.8) following the guidelines

Pull requests targeting the chart/v*-test|stable and airflow-ctl/v*-test|stable
release branches received no CI at all: those branch patterns were missing from
the pull_request/push branch filters of ci-amd, ci-arm and codeql-analysis, so
only branch-independent bot checks reported and a PR could show all-green
without any tests, static checks, or CodeQL ever running.

Add the chart and airflow-ctl release-branch patterns to those triggers (the
sync-enforced AMD-only trigger block in check_ci_workflows_in_sync.py is updated
in the same change so the amd/arm guard keeps passing). push triggers get the
-test variants only, matching the existing release-prep push convention.
@potiuk potiuk force-pushed the fix-ci-triggers-chart-airflowctl-branches branch from c704f36 to eb97efd Compare July 8, 2026 17:10
@potiuk potiuk merged commit 6d155bb into main Jul 8, 2026
145 of 156 checks passed
@potiuk potiuk deleted the fix-ci-triggers-chart-airflowctl-branches branch July 8, 2026 17:38
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Backport failed to create: v3-3-test. View the failure log Run details

Note: As of Merging PRs targeted for Airflow 3.X
the committer who merges the PR is responsible for backporting the PRs that are bug fixes (generally speaking) to the maintenance branches.

In matter of doubt please ask in #release-management Slack channel.

Status Branch Result
v3-3-test Commit Link

You can attempt to backport this manually by running:

cherry_picker 6d155bb v3-3-test

This should apply the commit to the v3-3-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

If you don't have cherry-picker installed, see the installation guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants