X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-clustering.yaml;h=9ec743cda0f11cea15ba2fdd44ab68242d812c26;hb=e6d7f315bb47c0546035b16b4dbe89930bb18699;hp=ee61b31bdd81b4dd12738d44898a9baea1c3555c;hpb=72083bd9fd99fa8f806c34b1df9fceca9ce193fe;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-clustering.yaml b/jjb/openflowplugin/openflowplugin-csit-clustering.yaml index ee61b31bd..9ec743cda 100644 --- a/jjb/openflowplugin/openflowplugin-csit-clustering.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-clustering.yaml @@ -2,7 +2,7 @@ - project: name: openflowplugin-csit-clustering jobs: - - '{project}-csit-3node-{functionality}-{install}-{stream}' + - inttest-csit-3node # The project name project: 'openflowplugin' @@ -14,22 +14,28 @@ # Project branches stream: - - carbon: + - sodium: branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' + - neon: + branch: 'stable/neon' + - fluorine: + branch: 'stable/fluorine' + - oxygen: + branch: 'stable/oxygen' + disable-job: true install: - only: scope: 'only' + # Job images + tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-28 - 20181001-220228.326' + # Features to install - install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-app-table-miss-enforcer' + install-features: > + odl-openflowplugin-flow-services-rest, + odl-openflowplugin-app-table-miss-enforcer, + odl-infrautils-metrics # Robot custom options robot-options: '-v ODL_OF_PLUGIN:lithium' - - # mininet image - tools_system_image: 'Ubuntu 14.04 - mininet-ovs-25 - 20170210-0300'