Skip to content

Commit

Permalink
Change arm64 CI instance label (#21534)
Browse files Browse the repository at this point in the history
Since the corresponding AMI now has many more Pythons.
  • Loading branch information
benjyw authored and WorkerPants committed Oct 16, 2024
1 parent 3182a1e commit 1d9ffd6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clear_self_hosted_persistent_caches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- self-hosted
- runs-on
- runner=4cpu-linux-arm64
- image=ubuntu22-full-arm64-python3.7-python3.8-python3.9
- image=ubuntu22-full-arm64-python3.7-3.13
- run-id=${{ github.run_id }}
steps:
- name: df before
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- self-hosted
- runs-on
- runner=4cpu-linux-arm64
- image=ubuntu22-full-arm64-python3.7-python3.8-python3.9
- image=ubuntu22-full-arm64-python3.7-3.13
- run-id=${{ github.run_id }}
steps:
- name: Check out code
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- self-hosted
- runs-on
- runner=4cpu-linux-arm64
- image=ubuntu22-full-arm64-python3.7-python3.8-python3.9
- image=ubuntu22-full-arm64-python3.7-3.13
- run-id=${{ github.run_id }}
steps:
- name: Check out code
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
- self-hosted
- runs-on
- runner=4cpu-linux-arm64
- image=ubuntu22-full-arm64-python3.7-python3.8-python3.9
- image=ubuntu22-full-arm64-python3.7-3.13
- run-id=${{ github.run_id }}
steps:
- name: Check out code
Expand Down Expand Up @@ -736,7 +736,7 @@ jobs:
- self-hosted
- runs-on
- runner=4cpu-linux-arm64
- image=ubuntu22-full-arm64-python3.7-python3.8-python3.9
- image=ubuntu22-full-arm64-python3.7-3.13
- run-id=${{ github.run_id }}
steps:
- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion src/python/pants_release/generate_github_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ def runs_on(self) -> list[str]:
ret += [
"runs-on",
"runner=4cpu-linux-arm64",
"image=ubuntu22-full-arm64-python3.7-python3.8-python3.9",
"image=ubuntu22-full-arm64-python3.7-3.13",
"run-id=${{ github.run_id }}",
]
else:
Expand Down

0 comments on commit 1d9ffd6

Please sign in to comment.