add bors docs
This commit is contained in:
parent
4cd4d55784
commit
835d9a721f
2 changed files with 12 additions and 2 deletions
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
<!--
|
||||
Pull requests from forks don't have automatic CI checks, an admin will need to trigger CI by posting a comment on the PR.
|
||||
-->
|
11
README.md
11
README.md
|
@ -13,7 +13,7 @@ in your home! We will regularly delete `/home` without further notice.
|
|||
|
||||
### Using your NixOS home-manager configuration on the hosts
|
||||
|
||||
If you happen to have your NixOS & home-manager configurations intertwined but
|
||||
If you happen to have your NixOS & home-manager configurations intertwined but
|
||||
you'd like your familiar environment on our infrastructure you can evaluate
|
||||
`pkgs.writeShellScript "hm-activate" config.systemd.services.home-manager-<yourusername>.serviceConfig.ExecStart`
|
||||
from your NixOS configuration, and send this derivation to be realized remotely:
|
||||
|
@ -40,6 +40,13 @@ If you hit any issues, ping us on Matrix in the
|
|||
room (see the admin list below) or create an issue here:
|
||||
[New Issue](https://github.com/nix-community/infra/issues/new).
|
||||
|
||||
### 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/
|
||||
|
||||
### Administrators
|
||||
|
||||
* @adisbladis
|
||||
|
@ -93,7 +100,7 @@ This machine is meant as an aarch64 builder for our hydra instance running on bu
|
|||
|
||||
* Provider: Oracle cloud
|
||||
* Instance type: [Ampere A1 Compute](https://www.oracle.com/cloud/compute/arm/)
|
||||
* CPU: 4 VCPUs on an Ampere Altra (arm64)
|
||||
* CPU: 4 VCPUs on an Ampere Altra (arm64)
|
||||
* RAM: 24GB
|
||||
* Drives: 200 GB Block
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue