Skip to content

Commit

Permalink
Fix CI provider table rendering. (cherrypick of pantsbuild#16051) (pa…
Browse files Browse the repository at this point in the history
…ntsbuild#16062)

[ci skip-rust]

[ci skip-build-wheels]
  • Loading branch information
benjyw committed Jul 5, 2022
1 parent 1333622 commit eebba0b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/markdown/Using Pants/using-pants-in-ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,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 | <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 | <https://docs.travis-ci.com/user/reference/overview/#virtualisation-environment-vs-operating-system> |
| Circle CI, Linux, free plan | 2 | 4 GB | <https://circleci.com/docs/2.0/credits/#free-plan> |
| GitLab, Linux shared runners | 1 | 3.75 GB | <https://docs.gitlab.com/ee/user/gitlab_com/#linux-shared-runners> |
| 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
----------------------------------
Expand Down

0 comments on commit eebba0b

Please sign in to comment.