X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fmdsal%2Fmdsal-csit-bindingv1.yaml;h=6c6769295af854f5b307f81225053cc5f22f4e05;hb=c9b92e04d567184765e48f2f3476b725cfaef1c7;hp=5335da9244f2ad98cb659ca0964b3a22cdb72d7a;hpb=bbf6d21d4bbe4ce8f9ed455b978d4b8dc3af303f;p=releng%2Fbuilder.git diff --git a/jjb/mdsal/mdsal-csit-bindingv1.yaml b/jjb/mdsal/mdsal-csit-bindingv1.yaml index 5335da924..6c6769295 100644 --- a/jjb/mdsal/mdsal-csit-bindingv1.yaml +++ b/jjb/mdsal/mdsal-csit-bindingv1.yaml @@ -1,7 +1,8 @@ +--- - project: name: mdsal-csit-bindingv1 jobs: - - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' + - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' # The project name project: 'mdsal' @@ -11,33 +12,30 @@ # Project branches. Boron for actual testing, Beryllium for sanity. stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - robot-options: '-v JAVA_OPTIONS:-Xmx6656m' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - robot-options: '-v JAVA_OPTIONS:-Xmx6656m' - - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' - robot-options: '-v JAVA_7_OPTIONS:-Xmx6144m@-XX:MaxPermSize=512m --escape space:@' + - carbon: + branch: 'master' + jre: 'openjdk8' + robot-options: '-v JAVA_OPTIONS:-Xmx6656m' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + robot-options: '-v JAVA_OPTIONS:-Xmx6656m' + + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' + robot-options: '-v JAVA_7_OPTIONS:-Xmx6144m@-XX:MaxPermSize=512m --escape space:@' install: - - only: - scope: 'only' + - only: + scope: 'only' # No tools system VMs needed, but ODL system needs RAM and benefits from CPUs. - mininet-vms: 0 - controller-image: 'centos7-java-builder-4c-8g' + tools_system_count: 0 + odl_system_flavor: 8 GB General Purpose v1 # Features to install install-features: 'odl-restconf' # Additional patterns to archive archive-artifacts: '*.xml' - - # Trigger jobs (daily) - schedule: 'H H * * *'