From 980709cc02b5a949254c9c76ff2c47df7886a482 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Wed, 11 Dec 2024 18:43:22 +0100 Subject: [PATCH] chore(ows): remove Raito personal sandbox branches I am not using those branches anymore, we can remove them. Signed-off-by: Raito Bezarius --- hosts/gerrit01/default.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/hosts/gerrit01/default.nix b/hosts/gerrit01/default.nix index 6f25c9c..1dfdf8c 100755 --- a/hosts/gerrit01/default.nix +++ b/hosts/gerrit01/default.nix @@ -109,21 +109,6 @@ timer = "hourly"; fromRefspec = "staging-23.11"; }; - - # Testing jobs for personal sandbox branches - branches."raito-unstable-sync" = { - fromUri = "https://github.com/NixOS/nixpkgs"; - fromRefspec = "nixos-unstable-small"; - localRefspec = "sandbox/raito/raito-unstable-small"; - timer = "*-*-* 12:00:00"; - }; - - branches."raito-release-sync" = { - fromUri = "https://github.com/NixOS/nixpkgs"; - fromRefspec = "nixos-24.05"; - localRefspec = "sandbox/raito/raito-nixos-24.05"; - timer = "daily"; - }; }; age.secrets.s3-channel-staging-keys.file = ../../secrets/floral/s3-channel-staging-keys.age;