From a9c8e7ee9d6b61efc4d8bce520ec94e41fc9d2b5 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Tue, 7 May 2024 10:00:15 +0100 Subject: [PATCH] Update on burst billing Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- docs/roadmap.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index 8b4b020..9c0aa2c 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -43,8 +43,9 @@ Shipped * [x] Examples for using S3/Minio running on the server as an actions cache, instead of the default hosted cache within Azure * [x] Specify a custom runner size for an individual workflow - i.e. `actuated-8cpu-12gb` * [x] Specify `actuated-any` to run jobs on any available server whether amd64 or arm64, for architecture-agnostic workflows such as npm or for browser testing. -* [x] GPU pass-through for ML and AI workloads - [Accelerate GitHub Actions with dedicated GPUs](https://actuated.dev/blog/gpus-for-github-actions) +* [x] GPU pass-through for ML and AI workloads - [Accelerate GitHub Actions with dedicated GPUs](https://actuated.dev/blog/gpus-for-github-actions) - [Run AI models with ollama in CI with GitHub Actions](https://actuated.dev/blog/ollama-in-github-actions) * [x] Linux Kernel 6.1 for 64-bit Arm +* [x] Burst above subscription concurrency for busy periods - [Introducing burst billing and capacity for GitHub Actions](https://actuated.dev/blog/burst-billing-capacity) In progress: