Skip to content

Commit

Permalink
Try out the azure vms
Browse files Browse the repository at this point in the history
  • Loading branch information
kendal committed Apr 29, 2024
1 parent 04f4d70 commit e763f61
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .cirun.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
runners:
# Arm64 machines.
- name: win11-23h2-pro-arm64-16
cloud: azure
instance_type: Standard_D16plds_v5
machine_image: "/subscriptions/88c2ce23-b441-4d79-8f1c-50d9bc95ed08/resourceGroups/Win-CI/providers/Microsoft.Compute/galleries/base_images/images/win11-23h2-pro-arm64/versions/2024.04.22"
labels:
- cirun-win11-23h2-pro-arm64-16-2024-04-22
extra_config:
runner_path: "D:\\r"
runner_user: runner
run_as: interactive
idle:
schedule:
- day: mon-fri
time: 6-20
timezone: "America/New_York"
replicas: 0
4 changes: 2 additions & 2 deletions .github/workflows/release-swift-toolchain-binary-sizes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:
jobs:
binary_size_data:
name: Generate Swift toolchain binary size data
runs-on: windows-latest
runs-on: cirun-win11-23h2-pro-arm64-16-2024-04-22
permissions:
contents: read
# required to make OIDC work
Expand All @@ -47,7 +47,7 @@ jobs:

strategy:
matrix:
toolchain_arch: [amd64]
toolchain_arch: [arm64]

steps:
- name: Checkout swift-build
Expand Down

0 comments on commit e763f61

Please sign in to comment.