infra/docs/continuous-integration.md

41 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

We provide CI for these platforms:
- `aarch64-darwin`
- `aarch64-linux`
- `x86_64-darwin`
- `x86_64-linux`
Both `aarch64-linux` and `x86_64-linux` have support for `kvm`/`nixos-test`.
2023-12-14 09:39:50 +10:00
We only have limited build capacity for `*-darwin` so please don't use it excessively.
See [here](./infrastructure.md#continuous-integration) for details about the hardware.
#### Buildbot
[https://buildbot.nix-community.org](https://buildbot.nix-community.org)
_Buildbot is the only CI system that supports pull requests from forked repositories._
To enable buildbot add the [`nix-community-buildbot`](https://github.com/topics/nix-community-buildbot) topic to the repository.
_Newly enabled repos are imported into buildbot twice a day, you can also ask the admins to trigger an import manually._
#### Hercules
[https://hercules-ci.com/github/nix-community](https://hercules-ci.com/github/nix-community)
To enable hercules go to `https://hercules-ci.com/github/nix-community/$REPO` and click "Build this repository".
#### Hydra
[https://hydra.nix-community.org](https://hydra.nix-community.org)
To enable hydra add a new project in this [file](https://github.com/nix-community/infra/blob/master/terraform/hydra-projects.tf).
#### Cache
2024-07-05 15:53:57 +10:00
All of the above builds are pushed to the cache.
2024-07-05 15:53:57 +10:00
See [here](./cache.md) for details.