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

damccorm pushed a commit to branch users/damccorm/wheels-cp
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 1cc4b4cf8da0c073c52b532293698194bba51001
Author: Danny McCormick <[email protected]>
AuthorDate: Mon Jan 6 14:42:57 2025 -0500

    Build wheels on gha runners instead of local runners (#33505)
    
    * Debug wheels
    
    * Try gha runners
    
    * Add back other workflows
    
    * Update build_wheels.yml
---
 .github/workflows/build_wheels.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build_wheels.yml 
b/.github/workflows/build_wheels.yml
index 828a6328c0c..20706e77d0c 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -219,6 +219,7 @@ jobs:
     runs-on: ${{ matrix.os_python.runner }}
     timeout-minutes: 480
     strategy:
+      fail-fast: false
       matrix:
         os_python: [
           {"os": "ubuntu-20.04", "runner": [self-hosted, ubuntu-20.04, main], 
"python": "${{ needs.check_env_variables.outputs.py-versions-full }}", arch: 
"auto" },
@@ -226,7 +227,7 @@ jobs:
           # TODO(https://github.com/apache/beam/issues/31114)
           {"os": "macos-13", "runner": "macos-13", "python": "${{ 
needs.check_env_variables.outputs.py-versions-test }}", arch: "auto" },
           {"os": "windows-latest", "runner": "windows-latest", "python": "${{ 
needs.check_env_variables.outputs.py-versions-test }}", arch: "auto" },
-          {"os": "ubuntu-20.04", "runner": [self-hosted, ubuntu-20.04, main], 
"python": "${{ needs.check_env_variables.outputs.py-versions-test }}", arch: 
"aarch64" }
+          {"os": "ubuntu-20.04", "runner": "ubuntu-latest", "python": "${{ 
needs.check_env_variables.outputs.py-versions-test }}", arch: "aarch64" }
         ]
         # Keep in sync (remove asterisks) with PY_VERSIONS_FULL env var above 
- if changed, change that as well.
         py_version: ["cp39-", "cp310-", "cp311-", "cp312-"]

Reply via email to