From d6b96495cb6ed54c51af1732e5dc0e726eeb8b8c Mon Sep 17 00:00:00 2001 From: Max Schwenk Date: Wed, 30 Oct 2024 16:46:11 -0400 Subject: [PATCH 1/4] Clarification on Billed vs Elapsed minutes --- content/github-actions/runner-types.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/github-actions/runner-types.mdx b/content/github-actions/runner-types.mdx index 553861a..c099eb7 100644 --- a/content/github-actions/runner-types.mdx +++ b/content/github-actions/runner-types.mdx @@ -89,3 +89,7 @@ The following label is available: | :------------------- | :--- | :----- | :-------- | :--------------- | | `depot-macos-latest` | 8 | 24 GB | 150GB | $0.08 | | `depot-macos-14` | 8 | 24 GB | 150GB | $0.08 | + +## Billing + +Note that on your Billing, you may see mention of `Billed minutes` vs `Elasped minutes`. `Elapsed minutes` is wall time spent executing your Jobs, `Billed minutes` applies the multiple based on CPU count requested, then what you pay is the total minutes minus the included minutes. Your billed minutes will exceed your elapsed minutes if you use Runner types that are above the baseline. From 528bac931e8964be1392a14618102f9dc36340f4 Mon Sep 17 00:00:00 2001 From: Max Schwenk Date: Wed, 30 Oct 2024 16:49:06 -0400 Subject: [PATCH 2/4] Maybe slightly clearer --- content/github-actions/runner-types.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github-actions/runner-types.mdx b/content/github-actions/runner-types.mdx index c099eb7..899879f 100644 --- a/content/github-actions/runner-types.mdx +++ b/content/github-actions/runner-types.mdx @@ -92,4 +92,4 @@ The following label is available: ## Billing -Note that on your Billing, you may see mention of `Billed minutes` vs `Elasped minutes`. `Elapsed minutes` is wall time spent executing your Jobs, `Billed minutes` applies the multiple based on CPU count requested, then what you pay is the total minutes minus the included minutes. Your billed minutes will exceed your elapsed minutes if you use Runner types that are above the baseline. +Note that on your Billing summary, you may see mention of `Billed minutes` vs `Elasped minutes`. `Elapsed minutes` is wall time spent executing your Jobs, `Billed minutes` applies the multiple based on CPU count requested. What you pay is the total minutes minus the included minutes of your Plan. Your billed minutes will exceed your elapsed minutes if you use Runner types that are above the 1x multiplier. From 85989a2779e80ac7b73aadde3d9c3fa939d74aed Mon Sep 17 00:00:00 2001 From: Max schwenk Date: Thu, 31 Oct 2024 10:36:42 -0400 Subject: [PATCH 3/4] Add the minutes multiplier --- content/github-actions/runner-types.mdx | 72 +++++++++++++------------ 1 file changed, 37 insertions(+), 35 deletions(-) diff --git a/content/github-actions/runner-types.mdx b/content/github-actions/runner-types.mdx index 899879f..89ed228 100644 --- a/content/github-actions/runner-types.mdx +++ b/content/github-actions/runner-types.mdx @@ -24,15 +24,15 @@ Intel runners use AMD EC2 instances. Their EBS volume is provisioned with 8000 I The following labels are available: -| Label | CPUs | Memory | Disk size | Disk accelerator size | Per-minute price | -| :------------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | -| `depot-ubuntu-22.04-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | -| `depot-ubuntu-22.04` | 2 | 8 GB | 100 GB | 2GB | $0.004 | -| `depot-ubuntu-22.04-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | -| `depot-ubuntu-22.04-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | -| `depot-ubuntu-22.04-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | -| `depot-ubuntu-22.04-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | -| `depot-ubuntu-22.04-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | +| Label | CPUs | Memory | Disk size | Disk accelerator size | Per-minute price | Minutes multiplier | +| :------------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | :---------------- | +| `depot-ubuntu-22.04-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x | +| `depot-ubuntu-22.04` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x | +| `depot-ubuntu-22.04-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | 2x | +| `depot-ubuntu-22.04-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | 4x | +| `depot-ubuntu-22.04-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | 8x | +| `depot-ubuntu-22.04-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | 16x | +| `depot-ubuntu-22.04-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | 32x | ## Arm runners @@ -40,15 +40,15 @@ Arm runners use Graviton3 EC2 instances. Their EBS volume is provisioned with 80 The following labels are available: -| Label | CPUs | Memory | Disk size | Disk accelerator size | Per-minute price | -| :----------------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | -| `depot-ubuntu-22.04-arm-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | -| `depot-ubuntu-22.04-arm` | 2 | 8 GB | 100 GB | 2GB | $0.004 | -| `depot-ubuntu-22.04-arm-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | -| `depot-ubuntu-22.04-arm-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | -| `depot-ubuntu-22.04-arm-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | -| `depot-ubuntu-22.04-arm-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | -| `depot-ubuntu-22.04-arm-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | +| Label | CPUs | Memory | Disk size | Disk accelerator size | Per-minute price | Minutes multiplier | +| :----------------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | :---------------- | +| `depot-ubuntu-22.04-arm-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x | +| `depot-ubuntu-22.04-arm` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x | +| `depot-ubuntu-22.04-arm-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | 2x | +| `depot-ubuntu-22.04-arm-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | 4x | +| `depot-ubuntu-22.04-arm-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | 8x | +| `depot-ubuntu-22.04-arm-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | 16x | +| `depot-ubuntu-22.04-arm-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | 32x | ## Ubuntu 24.04 runners @@ -58,22 +58,22 @@ GitHub have released a **beta** image for Ubuntu 24.04. These runners use the sa The following labels are available: -| Label | CPUs | Memory | Disk size | Disk accelerator size | Per-minute price | -| :----------------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | -| `depot-ubuntu-24.04-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | -| `depot-ubuntu-24.04` | 2 | 8 GB | 100 GB | 2GB | $0.004 | -| `depot-ubuntu-24.04-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | -| `depot-ubuntu-24.04-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | -| `depot-ubuntu-24.04-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | -| `depot-ubuntu-24.04-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | -| `depot-ubuntu-24.04-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | -| `depot-ubuntu-24.04-arm-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | -| `depot-ubuntu-24.04-arm` | 2 | 8 GB | 100 GB | 2GB | $0.004 | -| `depot-ubuntu-24.04-arm-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | -| `depot-ubuntu-24.04-arm-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | -| `depot-ubuntu-24.04-arm-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | -| `depot-ubuntu-24.04-arm-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | -| `depot-ubuntu-24.04-arm-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | +| Label | CPUs | Memory | Disk size | Disk accelerator size | Per-minute price | Minutes multiplier | +| :----------------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | :---------------- | +| `depot-ubuntu-24.04-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x | +| `depot-ubuntu-24.04` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x | +| `depot-ubuntu-24.04-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | 2x | +| `depot-ubuntu-24.04-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | 4x | +| `depot-ubuntu-24.04-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | 8x | +| `depot-ubuntu-24.04-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | 16x | +| `depot-ubuntu-24.04-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | 32x | +| `depot-ubuntu-24.04-arm-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x | +| `depot-ubuntu-24.04-arm` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x | +| `depot-ubuntu-24.04-arm-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | 2x | +| `depot-ubuntu-24.04-arm-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | 4x | +| `depot-ubuntu-24.04-arm-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | 8x | +| `depot-ubuntu-24.04-arm-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | 16x | +| `depot-ubuntu-24.04-arm-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | 32x | ## macOS runners @@ -92,4 +92,6 @@ The following label is available: ## Billing -Note that on your Billing summary, you may see mention of `Billed minutes` vs `Elasped minutes`. `Elapsed minutes` is wall time spent executing your Jobs, `Billed minutes` applies the multiple based on CPU count requested. What you pay is the total minutes minus the included minutes of your Plan. Your billed minutes will exceed your elapsed minutes if you use Runner types that are above the 1x multiplier. +Note that on your Billing summary, costs are broken down by `Billed minutes` and `Elapsed minutes`. `Elapsed minutes` is the wall time spent executing your Jobs, `Billed minutes` multiples the `Minutes multiplier` (from the table above) to the Elapsed minutes. + +Therefore, you will burn `Billed minutes` faster based on the size of the `Minutes multiplier`. Finally, what you pay is the total `Billed minutes` minus the included minutes of your Plan. From 1d51e6521aab09af48307057351a89c2ea0c8582 Mon Sep 17 00:00:00 2001 From: Jacob Gillespie Date: Tue, 5 Nov 2024 11:46:02 +0000 Subject: [PATCH 4/4] Formatting --- content/github-actions/runner-types.mdx | 62 ++++++++++++------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/content/github-actions/runner-types.mdx b/content/github-actions/runner-types.mdx index 89ed228..c3695ba 100644 --- a/content/github-actions/runner-types.mdx +++ b/content/github-actions/runner-types.mdx @@ -25,14 +25,14 @@ Intel runners use AMD EC2 instances. Their EBS volume is provisioned with 8000 I The following labels are available: | Label | CPUs | Memory | Disk size | Disk accelerator size | Per-minute price | Minutes multiplier | -| :------------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | :---------------- | -| `depot-ubuntu-22.04-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x | -| `depot-ubuntu-22.04` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x | -| `depot-ubuntu-22.04-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | 2x | -| `depot-ubuntu-22.04-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | 4x | -| `depot-ubuntu-22.04-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | 8x | -| `depot-ubuntu-22.04-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | 16x | -| `depot-ubuntu-22.04-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | 32x | +| :------------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | :----------------- | +| `depot-ubuntu-22.04-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x | +| `depot-ubuntu-22.04` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x | +| `depot-ubuntu-22.04-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | 2x | +| `depot-ubuntu-22.04-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | 4x | +| `depot-ubuntu-22.04-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | 8x | +| `depot-ubuntu-22.04-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | 16x | +| `depot-ubuntu-22.04-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | 32x | ## Arm runners @@ -41,14 +41,14 @@ Arm runners use Graviton3 EC2 instances. Their EBS volume is provisioned with 80 The following labels are available: | Label | CPUs | Memory | Disk size | Disk accelerator size | Per-minute price | Minutes multiplier | -| :----------------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | :---------------- | -| `depot-ubuntu-22.04-arm-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x | -| `depot-ubuntu-22.04-arm` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x | -| `depot-ubuntu-22.04-arm-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | 2x | -| `depot-ubuntu-22.04-arm-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | 4x | -| `depot-ubuntu-22.04-arm-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | 8x | -| `depot-ubuntu-22.04-arm-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | 16x | -| `depot-ubuntu-22.04-arm-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | 32x | +| :----------------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | :----------------- | +| `depot-ubuntu-22.04-arm-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x | +| `depot-ubuntu-22.04-arm` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x | +| `depot-ubuntu-22.04-arm-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | 2x | +| `depot-ubuntu-22.04-arm-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | 4x | +| `depot-ubuntu-22.04-arm-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | 8x | +| `depot-ubuntu-22.04-arm-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | 16x | +| `depot-ubuntu-22.04-arm-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | 32x | ## Ubuntu 24.04 runners @@ -59,21 +59,21 @@ GitHub have released a **beta** image for Ubuntu 24.04. These runners use the sa The following labels are available: | Label | CPUs | Memory | Disk size | Disk accelerator size | Per-minute price | Minutes multiplier | -| :----------------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | :---------------- | -| `depot-ubuntu-24.04-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x | -| `depot-ubuntu-24.04` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x | -| `depot-ubuntu-24.04-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | 2x | -| `depot-ubuntu-24.04-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | 4x | -| `depot-ubuntu-24.04-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | 8x | -| `depot-ubuntu-24.04-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | 16x | -| `depot-ubuntu-24.04-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | 32x | -| `depot-ubuntu-24.04-arm-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x | -| `depot-ubuntu-24.04-arm` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x | -| `depot-ubuntu-24.04-arm-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | 2x | -| `depot-ubuntu-24.04-arm-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | 4x | -| `depot-ubuntu-24.04-arm-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | 8x | -| `depot-ubuntu-24.04-arm-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | 16x | -| `depot-ubuntu-24.04-arm-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | 32x | +| :----------------------------- | :--- | :----- | :-------- | :-------------------- | :--------------- | :----------------- | +| `depot-ubuntu-24.04-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x | +| `depot-ubuntu-24.04` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x | +| `depot-ubuntu-24.04-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | 2x | +| `depot-ubuntu-24.04-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | 4x | +| `depot-ubuntu-24.04-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | 8x | +| `depot-ubuntu-24.04-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | 16x | +| `depot-ubuntu-24.04-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | 32x | +| `depot-ubuntu-24.04-arm-small` | 2 | 2 GB | 100 GB | 512MB | $0.002 | 0.5x | +| `depot-ubuntu-24.04-arm` | 2 | 8 GB | 100 GB | 2GB | $0.004 | 1x | +| `depot-ubuntu-24.04-arm-4` | 4 | 16 GB | 150 GB | 4GB | $0.008 | 2x | +| `depot-ubuntu-24.04-arm-8` | 8 | 32 GB | 300 GB | 8GB | $0.016 | 4x | +| `depot-ubuntu-24.04-arm-16` | 16 | 64 GB | 600 GB | 8GB | $0.032 | 8x | +| `depot-ubuntu-24.04-arm-32` | 32 | 128 GB | 1200 GB | 16GB | $0.064 | 16x | +| `depot-ubuntu-24.04-arm-64` | 64 | 256 GB | 2400 GB | 32GB | $0.128 | 32x | ## macOS runners