diff --git a/.access.yml b/.access.yml index 78fcacf..1e65475 100644 --- a/.access.yml +++ b/.access.yml @@ -80,6 +80,16 @@ policies: - write pull_request: true users_from_json: https://raw.githubusercontent.com/Quansight/open-gpu-server/main/access/conda-forge-users.json + - id: pytorch-cpu-feedstock-windows-policy + repo: pytorch-cpu-feedstock + roles: + - admin + - maintain + - write + users: + - wolfv + - baszalmstra + pull_request: true access_control: - resource: cirun-openstack-gpu-large policies: @@ -125,3 +135,6 @@ access_control: - cf-autotick-bot-test-package-policy - tensorflow-feedstock-policy - xformers-feedstock-policy + - resource: cirun-azure-windows-2xlarge + policies: + - pytorch-cpu-feedstock-windows-policy \ No newline at end of file diff --git a/.cirun.global.yml b/.cirun.global.yml index 7ba3a23..ca89e34 100644 --- a/.cirun.global.yml +++ b/.cirun.global.yml @@ -117,3 +117,15 @@ runners: - linux - x64 - cirun-openstack-cpu-4xlarge + + - name: cirun-azure-windows-2xlarge + cloud: azure + # 8 cores, 32GB Ram, x64 + instance_type: Standard_D8s_v3 + machine_image: "/subscriptions/df033e15-d7e5-43a0-88b8-95b833d272f9/resourceGroups/cirun-runner-images-via-packer/providers/Microsoft.Compute/images/cirun-win22-dev" + region: uksouth + labels: + - windows + - cirun-azure-windows-2xlarge + extra_config: + licenseType: Windows_Server \ No newline at end of file