From f6b0916b04e258f314808cd98997f1944fbf5c38 Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Thu, 18 Jul 2019 15:10:37 -0700 Subject: [PATCH] Increase node size to fix out of memory errors Both of these jobs were having issues during rpmbuild due to low memory. Based on sandbox testing, increasing the node mem fixes the problem. Issue: IT-16836 Change-Id: I9751c39cd197d3ee621917f95e6dd205ec81d503 Signed-off-by: Eric Ball --- jjb/ta/caas-danm.yaml | 2 +- jjb/ta/caas-metrics.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/ta/caas-danm.yaml b/jjb/ta/caas-danm.yaml index 9a0e532..4011935 100644 --- a/jjb/ta/caas-danm.yaml +++ b/jjb/ta/caas-danm.yaml @@ -5,7 +5,7 @@ project-type: - merge - verify - build-node: centos7-builder-2c-1g + build-node: centos7-builder-2c-8g stream: master jobs: - akraino-project-stream-type-ta diff --git a/jjb/ta/caas-metrics.yaml b/jjb/ta/caas-metrics.yaml index 5741fd3..7921ea2 100644 --- a/jjb/ta/caas-metrics.yaml +++ b/jjb/ta/caas-metrics.yaml @@ -5,7 +5,7 @@ project-type: - merge - verify - build-node: centos7-builder-2c-1g + build-node: centos7-builder-2c-8g stream: master jobs: - akraino-project-stream-type-ta -- 2.16.6