From: Peter Gubka Date: Tue, 26 Jul 2016 13:51:33 +0000 (+0200) Subject: adding more resources to bgp scale suites X-Git-Tag: release/beryllium-sr3~76^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=08b0ca58a78c2b81609dfe3f14231f5795df46b5;p=releng%2Fbuilder.git adding more resources to bgp scale suites Change-Id: Icb229e43cb12d84cdfc366f36b5b641e5bdb5fce Signed-off-by: Peter Gubka --- diff --git a/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml b/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml index 1ebbc0601..8d55be0bd 100644 --- a/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml +++ b/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml @@ -35,3 +35,6 @@ # Trigger jobs: (daily) schedule: 'H H * * *' + + # Controller configuration + controller-image: 'centos7-java-builder-4c-8g' diff --git a/jjb/bgpcep/bgpcep-csit-throughpcep.yaml b/jjb/bgpcep/bgpcep-csit-throughpcep.yaml index 0dd152479..c7b89292a 100644 --- a/jjb/bgpcep/bgpcep-csit-throughpcep.yaml +++ b/jjb/bgpcep/bgpcep-csit-throughpcep.yaml @@ -40,3 +40,6 @@ # so the job is defined to run once a day. # Trigger jobs: (daily) schedule: 'H H * * *' + + # Controller configuration + controller-image: 'centos7-java-builder-2c-8g'