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;
|
||||
};
|
||||
|
@ -2,7 +2,7 @@
|
||||
# 1. GoCD server starts
|
||||
# 2. GoCD server responds
|
||||
|
||||
import ./make-test.nix ({ pkgs, ...} :
|
||||
import ./make-test.nix ({ pkgs, ...} :
|
||||
|
||||
{
|
||||
name = "gocd-server";
|
||||
@ -13,8 +13,8 @@ import ./make-test.nix ({ pkgs, ...} :
|
||||
nodes = {
|
||||
gocd_server =
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
virtualisation.memorySize = 2048;
|
||||
{
|
||||
virtualisation.memorySize = 2046;
|
||||
services.gocd-server.enable = true;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user