From 4c690cdad5e586a08b824d1979dc700520d64621 Mon Sep 17 00:00:00 2001 From: Benjy Weinberger Date: Tue, 5 Jul 2022 17:52:28 +0100 Subject: [PATCH] Fix CI provider table rendering. (cherrypick of #16051) (#16060) [ci skip-rust] [ci skip-build-wheels] --- docs/markdown/Using Pants/using-pants-in-ci.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/markdown/Using Pants/using-pants-in-ci.md b/docs/markdown/Using Pants/using-pants-in-ci.md index 36483d18c29..720e754c9c0 100644 --- a/docs/markdown/Using Pants/using-pants-in-ci.md +++ b/docs/markdown/Using Pants/using-pants-in-ci.md @@ -190,13 +190,12 @@ Memory usage options: The default test runners for these CI providers have the following resources. If you are using a custom runner, e.g. enterprise, check with your CI provider. -| CI Provider | CPU cores -========= | RAM | Docs | -| :--------------------------- | :------------------ | :------ | :------------------------------------------------------------------------------------------------------------------------------------ | -| GitHub Actions, Linux | 2 | 7 GB | | -| Travis, Linux | 2 | 7.5 GB | | -| Circle CI, Linux, free plan | 2 | 4 GB | | -| GitLab, Linux shared runners | 1 | 3.75 GB | | +| CI Provider | Cores | RAM | Docs | +| :--------------------------- | :----- | :------ | :------------------------------------------------------------------------------------------------------------------------------------------ | +| GitHub Actions, Linux | 2 | 7 GB | [link](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources) | +| Travis, Linux | 2 | 7.5 GB | [link](https://docs.travis-ci.com/user/reference/overview/#virtualisation-environment-vs-operating-system) | +| Circle CI, Linux, free plan | 2 | 4 GB | [link](https://circleci.com/docs/2.0/credits/#free-plan) | +| GitLab, Linux shared runners | 1 | 3.75 GB | [link](https://docs.gitlab.com/ee/user/gitlab_com/#linux-shared-runners) | Tip: store Pants logs as artifacts ----------------------------------