From: Eric Ball Date: Thu, 18 Jul 2019 22:10:37 +0000 (-0700) Subject: Increase node size to fix out of memory errors X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=f6b0916b04e258f314808cd98997f1944fbf5c38;hp=e2ba355c1af4c10253e4d89554dd2e31a31af6e0 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 --- 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