From eb9487662b77a977febee87396de86f165d26641 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Tue, 24 Jul 2018 08:24:14 +0000 Subject: [PATCH] CSIT-PERF: use 8c-32g executors to prevent out of memory issues. Currently pybot(rebot) is failing due to large amount of data set to process on csit performance jobs. This can be solved by increasing amount of memory. For this purpose we need different executors. Change-Id: I679ae94732495014a19106496fcd3d65f5776584 Signed-off-by: Peter Mikus --- jjb/csit/csit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 4b9a3876e..38bc7a09a 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -1210,7 +1210,7 @@ project-type: freestyle - node: 'ubuntu1604-basebuild-4c-4g' + node: 'ubuntu1604-basebuild-8c-32g' concurrent: true logrotate: -- 2.16.6