X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fvtn%2Fvtn-csit-coordinator.yaml;h=d1df4c7311c694ea82d261ff20f66f0e5d7b1101;hb=b5be33b878d75af8df189ee55974405b9a08dff1;hp=f1480d61c289c431c467d6244d73481f6229c688;hpb=a3dfdffd1f141308277c7d8cbcef8be5f5865fc3;p=releng%2Fbuilder.git diff --git a/jjb/vtn/vtn-csit-coordinator.yaml b/jjb/vtn/vtn-csit-coordinator.yaml index f1480d61c..d1df4c731 100644 --- a/jjb/vtn/vtn-csit-coordinator.yaml +++ b/jjb/vtn/vtn-csit-coordinator.yaml @@ -1,8 +1,9 @@ +--- - project: name: vtn-csit-vtn-coordinator jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-1node-{functionality}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-1node-{functionality}' # The project name project: 'vtn' @@ -12,19 +13,24 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' + - nitrogen: + branch: 'master' + jre: 'openjdk8' + - carbon: + branch: 'stable/carbon' + jre: 'openjdk8' + tools_system_image: Ubuntu 14.04 - mininet-ovs-25 - 20170210-0300 + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + tools_system_image: Ubuntu 14.04 - mininet-ovs-25 - 20170210-0300 + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' install: - - only: - scope: 'only' + - only: + scope: 'only' # Features to install install-features: 'odl-vtn-manager-rest' @@ -32,8 +38,3 @@ # Robot custom options robot-options: '' - - mininet-image: 'ubuntu-trusty-mininet-ovs-25-2c-2g' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'openflowjava-distribution-{stream},openflowplugin-distribution-{stream},vtn-distribution-{stream}'