Skip to content

Conversation

@gopidesupavan
Copy link
Member

@gopidesupavan gopidesupavan commented Oct 20, 2025

Currently we have two separate workflows designed for running amd and arm builds, arm builds only runs on the schedule run. If we are updating any changes to amd workflow , we are missing sometimes to update arm and its getting out of sync.

The approach here is to make single workflow to run both AMD and ARM builds in schedule run.

  1. First it checks what platform used in the last schedule run and then it will pick up the other platform. something like this the execution (1st hr AMD-> 3rd hr ARM -> 7th hr AMD ....)
  2. The default is AMD on all the PR's.

TODO:

  1. Make workflow name change
  2. Update tests

^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

@boring-cyborg boring-cyborg bot added area:dev-tools backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch labels Oct 20, 2025
@gopidesupavan gopidesupavan marked this pull request as draft October 20, 2025 14:58
@amoghrajesh
Copy link
Contributor

👀

@gopidesupavan gopidesupavan marked this pull request as ready for review October 22, 2025 12:46
Copy link
Member

@potiuk potiuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NICE!

@potiuk
Copy link
Member

potiuk commented Oct 25, 2025

Let's merge and see :)

@potiuk potiuk merged commit cf82ae4 into apache:main Oct 25, 2025
112 checks passed
github-actions bot pushed a commit that referenced this pull request Oct 25, 2025
* Make single workflow to run both AMD and ARM builds

* Add condition to exclude mysql tests for arm

* Fix mypy issues

* delete arm and amd workflows

* Fix artifact name
(cherry picked from commit cf82ae4)

Co-authored-by: GPK <gopidesupavan@gmail.com>
@github-actions
Copy link

Backport successfully created: v3-1-test

Status Branch Result
v3-1-test PR Link

github-actions bot pushed a commit to aws-mwaa/upstream-to-airflow that referenced this pull request Oct 25, 2025
…he#56887)

* Make single workflow to run both AMD and ARM builds

* Add condition to exclude mysql tests for arm

* Fix mypy issues

* delete arm and amd workflows

* Fix artifact name
(cherry picked from commit cf82ae4)

Co-authored-by: GPK <gopidesupavan@gmail.com>
potiuk pushed a commit that referenced this pull request Oct 25, 2025
…) (#57232)

* Make single workflow to run both AMD and ARM builds

* Add condition to exclude mysql tests for arm

* Fix mypy issues

* delete arm and amd workflows

* Fix artifact name
(cherry picked from commit cf82ae4)

Co-authored-by: GPK <gopidesupavan@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants