summaryrefslogtreecommitdiffstats
path: root/.hydra
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2021-05-30 21:43:05 +0200
committerAntoine Eiche <lewo@abesis.fr>2021-06-06 09:44:41 +0200
commit3fc047bc64bee2a16e34393b7a06be788d13c37f (patch)
treec5eb4b95bc99d4c22a6b44df7054fe0280783d31 /.hydra
parent49074b7835c6d40846cb23953c04a03e1d2a4a9e (diff)
Remove nixos-20.03 job
We only support 2 releases.
Diffstat (limited to '.hydra')
-rw-r--r--.hydra/declarative-jobsets.nix20
1 files changed, 0 insertions, 20 deletions
diff --git a/.hydra/declarative-jobsets.nix b/.hydra/declarative-jobsets.nix
index b1d0628..f96d5ba 100644
--- a/.hydra/declarative-jobsets.nix
+++ b/.hydra/declarative-jobsets.nix
@@ -61,26 +61,6 @@ let
};
};
};
- "nixos-20.03" = {
- description = "Build the nixos-20.03 branch of Simple NixOS MailServer";
- checkinterval = "60";
- enabled = "1";
- nixexprinput = "snm";
- nixexprpath = ".hydra/default.nix";
- schedulingshares = 100;
- enableemail = false;
- emailoverride = "";
- keepnr = 3;
- hidden = false;
- type = 0;
- inputs = {
- snm = {
- value = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver nixos-20.03";
- type = "git";
- emailresponsible = false;
- };
- };
- };
"nixos-20.09" = {
description = "Build the nixos-20.09 branch of Simple NixOS MailServer";
checkinterval = "60";