X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fvtn%2Fvtn-csit-coordinator.yaml;h=b90579c7872180804f81cf595e2861cd96616308;hb=7156a6e22df1370577e7b8391befdc2b6b2c1323;hp=1be13bdda901fed60f98f4373af5e1135d92a454;hpb=26ee5ed4eaea130a5ccf1c229ecdf3a04012c71d;p=releng%2Fbuilder.git diff --git a/jjb/vtn/vtn-csit-coordinator.yaml b/jjb/vtn/vtn-csit-coordinator.yaml index 1be13bdda..b90579c78 100644 --- a/jjb/vtn/vtn-csit-coordinator.yaml +++ b/jjb/vtn/vtn-csit-coordinator.yaml @@ -12,12 +12,17 @@ # Project branches stream: -# - boron: -# branch: 'master' + - carbon: + branch: 'master' + jre: 'openjdk8' + tools_system_image: Ubuntu 14.04 - mininet-ovs-2.5 - 20161031-0804 + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + tools_system_image: Ubuntu 14.04 - mininet-ovs-2.5 - 20161031-0804 - beryllium: branch: 'stable/beryllium' - - stable-lithium: - branch: 'stable/lithium' + jre: 'openjdk7' install: - only: @@ -26,8 +31,10 @@ # Features to install install-features: 'odl-vtn-manager-rest' + # Robot custom options robot-options: '' + # Trigger jobs (upstream dependencies) - trigger-jobs: 'controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},vtn-distribution-{stream}' + trigger-jobs: 'openflowjava-distribution-{stream},openflowplugin-distribution-{stream},vtn-distribution-{stream}'