Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Task]: build_wheels workflow takes too long for release candidates #32217

Closed
1 of 17 tasks
damccorm opened this issue Aug 16, 2024 · 0 comments · Fixed by #32297
Closed
1 of 17 tasks

[Task]: build_wheels workflow takes too long for release candidates #32217

damccorm opened this issue Aug 16, 2024 · 0 comments · Fixed by #32297

Comments

@damccorm
Copy link
Contributor

What needs to happen?

The Build wheels workflow currently can take up to 7 or 8 hours for release candidates (example - https://github.com/apache/beam/actions/runs/10408455748). This is problematic since it extends our time to build a release candidate from ~4 hours to ~8 hours, meaning you usually can't turn one around in a single day.

The slow piece is building the wheels on aarch64, which could relatively easily be decomposed into 2 jobs. Alternately, this could be done in a way such that we don't have to rebuild the whole wheel for the RC and can reuse the original wheel (not sure if this is possible).

Issue Priority

Priority: 2 (default / most normal work should be filed as P2)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Infrastructure
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment