summaryrefslogtreecommitdiffstats
path: root/.hydra
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2022-01-21 14:42:39 +0100
committerNaïm Favier <n@monade.li>2022-02-24 20:51:40 +0000
commit4ed684481b550a802a9c4af97cdc60354d03a615 (patch)
treed04bb8e46ee83384560929fddcd39a910d0ac9f6 /.hydra
parentf4c14572fcd384d2cb3c63be1cd26fbe143803f8 (diff)
Update nixos-unstable and drop 21.11
Diffstat (limited to '.hydra')
-rw-r--r--.hydra/declarative-jobsets.nix30
1 files changed, 0 insertions, 30 deletions
diff --git a/.hydra/declarative-jobsets.nix b/.hydra/declarative-jobsets.nix
index a71242b..b831abe 100644
--- a/.hydra/declarative-jobsets.nix
+++ b/.hydra/declarative-jobsets.nix
@@ -17,35 +17,6 @@ let
flake = "gitlab:simple-nixos-mailserver/nixos-mailserver/merge-requests/${info.iid}/head";
}
) prs;
- # This could be removed once branch 21.11 would have been
- # removed.
- mkJobset = branch: {
- description = "Build ${branch} branch of Simple NixOS MailServer";
- checkinterval = "60";
- enabled = "1";
- schedulingshares = 100;
- enableemail = false;
- emailoverride = "";
- nixexprinput = "snm";
- nixexprpath = ".hydra/default.nix";
- type = 0;
- inputs = {
- # This is only used to allow Niv to use pkgs.fetchzip which is
- # required because of Hydra restricted evaluation mode.
- nixpkgs = {
- value = "https://github.com/NixOS/nixpkgs b6eefa48d8e10491e43c0c6155ac12b463f6fed3";
- type = "git";
- emailresponsible = false;
- };
- snm = {
- value = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver ${branch}";
- type = "git";
- emailresponsible = false;
- };
- };
- keepnr = 3;
- hidden = false;
- };
mkFlakeJobset = branch: {
description = "Build ${branch} branch of Simple NixOS MailServer";
checkinterval = "60";
@@ -61,7 +32,6 @@ let
desc = prJobsets // {
"master" = mkFlakeJobset "master";
- "nixos-21.11" = mkFlakeJobset "nixos-21.11";
};
log = {