From 35efb11c4f6b7933a4321d9104c960b70123e1cc Mon Sep 17 00:00:00 2001 From: Ossi Koivistoinen Date: Fri, 24 May 2019 17:18:21 +0300 Subject: [PATCH] [ta] Move image build job to a bigger build minion TA image build job runs out of memory when the executor has 8 GB memory. It has been tested to work with 16 GB. Change-Id: Idc7a5855f47c6c0e539677a71dd989627985c14d Signed-off-by: Ossi Koivistoinen --- jenkins-config/clouds/openstack/cattle/centos7-builder-8c-16g.cfg | 2 ++ jjb/ta/ci-build.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 jenkins-config/clouds/openstack/cattle/centos7-builder-8c-16g.cfg diff --git a/jenkins-config/clouds/openstack/cattle/centos7-builder-8c-16g.cfg b/jenkins-config/clouds/openstack/cattle/centos7-builder-8c-16g.cfg new file mode 100644 index 0000000..538ebcb --- /dev/null +++ b/jenkins-config/clouds/openstack/cattle/centos7-builder-8c-16g.cfg @@ -0,0 +1,2 @@ +IMAGE_NAME=ZZCI - CentOS 7 - builder - x86_64 - 20190315-024623.770 +HARDWARE_ID=v1-standard-16 diff --git a/jjb/ta/ci-build.yaml b/jjb/ta/ci-build.yaml index 1351200..97b9609 100644 --- a/jjb/ta/ci-build.yaml +++ b/jjb/ta/ci-build.yaml @@ -2,7 +2,7 @@ name: ta-ci-build project: none project-name: none - build-node: centos7-builder-8c-8g + build-node: centos7-builder-8c-16g stream: master jobs: - akraino-project-release-ta-build -- 2.16.6