Merge pull request #17647 from grahamc/gocd-improve
gocd-agent / gocd-server: Reduce test memory requirements so Hydra builds
This commit is contained in:
commit
bc8e080ac5
@ -19,7 +19,7 @@ import ./make-test.nix ({ pkgs, ...} : {
|
||||
gocd_agent =
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
virtualisation.memorySize = 2048;
|
||||
virtualisation.memorySize = 2046;
|
||||
services.gocd-agent = {
|
||||
enable = true;
|
||||
};
|
||||
|
@ -14,7 +14,7 @@ nodes = {
|
||||
gocd_server =
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
virtualisation.memorySize = 2048;
|
||||
virtualisation.memorySize = 2046;
|
||||
services.gocd-server.enable = true;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user