From 8c650add34b6e46607d3cd53765855a9c6ca5a26 Mon Sep 17 00:00:00 2001 From: Francisco Trivino Date: Mon, 26 Nov 2018 11:20:13 +0100 Subject: [PATCH] prci_definitions: update vagrant memory topology requirements Memory requirements for master and replica have been increased due to OOM issues. This PR updates prci_definitions accordingly. This PR also roll-back ipaserver mem reqs to the previous value since the WebUI tests were split into different blocks. Fixes https://pagure.io/freeipa/issue/7777 Reviewed-By: Florence Blanc-Renaud --- ipatests/prci_definitions/gating.yaml | 4 ++-- ipatests/prci_definitions/nightly_master.yaml | 10 +++++----- ipatests/prci_definitions/nightly_rawhide.yaml | 10 +++++----- ipatests/prci_definitions/temp_commit.yaml | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ipatests/prci_definitions/gating.yaml b/ipatests/prci_definitions/gating.yaml index 00791cf8b..5c9cf4f43 100644 --- a/ipatests/prci_definitions/gating.yaml +++ b/ipatests/prci_definitions/gating.yaml @@ -6,11 +6,11 @@ topologies: master_1repl: &master_1repl name: master_1repl cpu: 4 - memory: 5750 + memory: 6450 master_1repl_1client: &master_1repl_1client name: master_1repl_1client cpu: 4 - memory: 6700 + memory: 7400 jobs: fedora-28/build: diff --git a/ipatests/prci_definitions/nightly_master.yaml b/ipatests/prci_definitions/nightly_master.yaml index 9fa3d1edc..c6b83e522 100644 --- a/ipatests/prci_definitions/nightly_master.yaml +++ b/ipatests/prci_definitions/nightly_master.yaml @@ -6,23 +6,23 @@ topologies: master_1repl: &master_1repl name: master_1repl cpu: 4 - memory: 5750 + memory: 6450 master_1repl_1client: &master_1repl_1client name: master_1repl_1client cpu: 4 - memory: 6700 + memory: 7400 ipaserver: &ipaserver name: ipaserver cpu: 2 - memory: 4800 + memory: 2400 master_2repl_1client: &master_2repl_1client name: master_2repl_1client cpu: 5 - memory: 9100 + memory: 10150 master_3repl_1client: &master_3repl_1client name: master_3repl_1client cpu: 6 - memory: 11500 + memory: 12900 jobs: fedora-28/build: diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml index 7c97833af..0cf09e5a9 100644 --- a/ipatests/prci_definitions/nightly_rawhide.yaml +++ b/ipatests/prci_definitions/nightly_rawhide.yaml @@ -6,23 +6,23 @@ topologies: master_1repl: &master_1repl name: master_1repl cpu: 4 - memory: 5750 + memory: 6450 master_1repl_1client: &master_1repl_1client name: master_1repl_1client cpu: 4 - memory: 6700 + memory: 7400 ipaserver: &ipaserver name: ipaserver cpu: 2 - memory: 4800 + memory: 2400 master_2repl_1client: &master_2repl_1client name: master_2repl_1client cpu: 5 - memory: 9100 + memory: 10150 master_3repl_1client: &master_3repl_1client name: master_3repl_1client cpu: 6 - memory: 11500 + memory: 12900 jobs: fedora-rawhide/build: diff --git a/ipatests/prci_definitions/temp_commit.yaml b/ipatests/prci_definitions/temp_commit.yaml index cd49379fc..739c74f7a 100644 --- a/ipatests/prci_definitions/temp_commit.yaml +++ b/ipatests/prci_definitions/temp_commit.yaml @@ -12,11 +12,11 @@ topologies: master_1repl: &master_1repl name: master_1repl cpu: 4 - memory: 5750 + memory: 6450 master_1repl_1client: &master_1repl_1client name: master_1repl_1client cpu: 4 - memory: 6700 + memory: 7400 jobs: fedora-28/build: