infra/README.md

52 lines
1.5 KiB
Markdown
Raw Normal View History

# nix-community infrastructure
2022-12-03 12:15:01 +10:00
Welcome to the Nix Community infrastructure project. This project holds all the NixOS and Terraform configuration for this organization.
## Community builder
We also provide one x86 hetzner build machine as a public remote builder for the nix community, see [here](roles/builder/README.MD) for more information.
2022-05-14 22:18:06 +02:00
## Hydra
2022-12-03 12:15:01 +10:00
If you want to build your project in our hydra, add a new project in this [file](terraform/hydra-projects.tf).
2022-05-14 22:18:06 +02:00
2020-05-03 15:10:15 +02:00
## Support
2019-08-12 17:24:59 +00:00
2022-12-03 12:15:01 +10:00
If you hit any issues, ping us on Matrix in the [nix-community](https://matrix.to/#/#nix-community:nixos.org) room (see the admin list below) or create an issue here:
2020-05-03 15:10:15 +02:00
[New Issue](https://github.com/nix-community/infra/issues/new).
2019-08-12 17:24:59 +00:00
2022-09-27 11:15:08 +10:00
### Pull requests from forks
As PRs from forks don't have automatic CI checks, admins can test PRs by posting a comment on the PR instead.
* `bors try` - check if the PR builds.
* `bors merge` - same as `bors try` but will also merge the PR if it builds successfully.
* https://bors.tech/documentation/
2020-05-03 15:10:15 +02:00
### Administrators
2020-03-26 18:00:49 +01:00
2020-04-02 16:35:03 -07:00
* @adisbladis
2020-03-26 18:00:49 +01:00
* @flokli
* @grahamc
* @Mic92
2020-03-26 18:00:49 +01:00
* @nlewo
* @ryantm
* @zimbatm
2022-10-22 09:53:24 +02:00
* @zowoq
2020-03-26 18:00:49 +01:00
2019-08-12 17:24:59 +00:00
## Services
* https://search.nix-community.org (hound) - on build03
2022-05-14 22:18:06 +02:00
* https://hydra.nix-community.org - on build03
* matterbridge - on build03
* ryantm-updater bot - on build02
2020-05-03 15:10:15 +02:00
## Hosts
See [HOSTS.md](HOSTS.md), this file also contains deployment details.
2021-08-18 08:55:14 +02:00
2021-01-20 20:25:19 -08:00
## Cache
All the builds on these machines are pushed to https://nix-community.cachix.org/
2020-05-03 15:10:15 +02:00
Thanks to Cachix for sponsoring our binary cache!