From: Ossi Koivistoinen Date: Fri, 24 May 2019 14:18:21 +0000 (+0300) Subject: [ta] Move image build job to a bigger build minion X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=35efb11c4f6b7933a4321d9104c960b70123e1cc [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 --- 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