From 25d295359b1ded372e137e964286ec8cf7bfbdfd Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sun, 5 Nov 2023 16:43:42 +1000 Subject: [PATCH] doc/continuous-integration: separate namespace actions from self hosted --- docs/continuous-integration.md | 8 -------- docs/namespace-actions.md | 5 +++++ mkdocs.yml | 1 + 3 files changed, 6 insertions(+), 8 deletions(-) create mode 100644 docs/namespace-actions.md diff --git a/docs/continuous-integration.md b/docs/continuous-integration.md index 91fe683..578d484 100644 --- a/docs/continuous-integration.md +++ b/docs/continuous-integration.md @@ -29,14 +29,6 @@ To enable hercules go to `https://hercules-ci.com/github/nix-community/$REPO` an To enable hydra add a new project in this [file](https://github.com/nix-community/infra/blob/master/terraform/hydra-projects.tf). -#### Faster GitHub Actions - -[namespace](https://cloud.namespace.so) is providing us with Faster GitHub Actions, including ARM64 builders. - -Doc: <https://cloud.namespace.so/docs/features/faster-github-actions>. - -Limits: see the "Team plan" on <https://cloud.namespace.so/pricing> - #### Cache [https://nix-community.cachix.org/](https://nix-community.cachix.org/) diff --git a/docs/namespace-actions.md b/docs/namespace-actions.md new file mode 100644 index 0000000..f8169d6 --- /dev/null +++ b/docs/namespace-actions.md @@ -0,0 +1,5 @@ +[namespace](https://cloud.namespace.so) is providing us with Faster GitHub Actions, including ARM64 builders. + +Doc: <https://cloud.namespace.so/docs/features/faster-github-actions>. + +Limits: see the "Team plan" on <https://cloud.namespace.so/pricing> diff --git a/mkdocs.yml b/mkdocs.yml index 6a2b2a4..490f228 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,6 +4,7 @@ nav: - sponsors.md - Services: - continuous-integration.md + - Faster GitHub Actions: namespace-actions.md - community-builder.md - R. RyanTM update bot: update-bot.md - NUR update: nur-update.md