buildkite: remove

This commit is contained in:
zowoq 2022-10-15 18:25:25 +10:00
parent 839a6cacc6
commit 86c3c43a81
3 changed files with 0 additions and 15 deletions

View file

@ -59,7 +59,6 @@ As PRs from forks don't have automatic CI checks, admins can test PRs by posting
## Services
* Buildkite agent - on build03
* https://search.nix-community.org (hound) - on build03
* https://hydra.nix-community.org - on build03
* matterbridge - on build03

View file

@ -10,7 +10,6 @@
# $ zpool import -f zroot && mount -t zfs zroot/root/nixos /mnt && mount -t zfs zroot/root/home /mnt/home && mount /dev/md[0-9]* /mnt/boot
# $ nixos-enter
imports = [
../roles/buildkite.nix
../roles/common.nix
../roles/hardware/hetzner-amd.nix
../roles/hercules-ci

View file

@ -1,13 +0,0 @@
{ pkgs, config, ... }:
{
sops.secrets.buildkite-token.owner = "buildkite-agent-ci";
sops.secrets.buildkite-agent-key.owner = "buildkite-agent-ci";
sops.secrets.github-nixpkgs-swh-key.owner = "buildkite-agent-ci";
services.buildkite-agents.ci = {
enable = true;
tokenPath = config.sops.secrets.buildkite-token.path;
privateSshKeyPath = config.sops.secrets.buildkite-agent-key.path;
};
}