Azure
Connect your Azure Subscription to WarpBuild to run Github Actions runners. Enable Github Actions workflows to run on your own infrastructure and save 90% on your build costs.
Quotas
The runner resources are created in the BYOC Azure Subscription. To function correctly,
here are some guidelines on the additional
quotas required, per stack.
We assume that the number of concurrently running jobs is $CON
, say 1000.
Resource | Quota | Notes | URL |
---|---|---|---|
CPU | $CON * vCPU per Job | Adjust for machine type, preemptible, and on-demand instances | View & Adjust Quota |
Persistent Disks | $CON * DISK_TB | Adjust provisioned IOPS if needed. | View & Adjust Quota |
In-use regional external IPv4 addresses | 3 + $CON | 1 static IP is required for NAT in a stack. One static IP is attached to each concurrently running job. | View & Adjust Quota |
Object Storage | 1 | The same storage container is used for artifact cache, container layer caches, and telemetry data. | View & Adjust Quota |
NAT | 3 | One per stack | View & Adjust Quota |
Networks | 1 | One Network (Vnet) is needed | View & Adjust Quota |
Subnetworks | 2 | One public and private subnetwork is needed per stack. | View & Adjust Quota |
The quotas need to be applied to the region where the stack is created. Change the region in the Azure console while editing the quotas.
This is not an exhaustive list. Please reach out to [email protected] for any questions or reach out on chat.