X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-sanity.yaml;h=aa2a4db56aa826284460afec764323678b4b6920;hb=2bae5e686090fee3e89b26430e1b72109fa3798a;hp=78ab76af7c9e0cd81ff9c42bfbe0d81e64641a7e;hpb=13b8c19cd12bc601f98e79d095994b43ae089f05;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-sanity.yaml b/jjb/openflowplugin/openflowplugin-csit-sanity.yaml index 78ab76af7..aa2a4db56 100644 --- a/jjb/openflowplugin/openflowplugin-csit-sanity.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-sanity.yaml @@ -2,8 +2,8 @@ - project: name: openflowplugin-csit-sanity jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-1node-{functionality}' + - inttest-csit-1node + - inttest-csit-verify-1node # The project name project: 'openflowplugin' @@ -13,23 +13,25 @@ # Project branches stream: - - oxygen: + - neon: branch: 'master' - - nitrogen: - branch: 'stable/nitrogen' - - carbon: - branch: 'stable/carbon' - karaf-version: karaf3 + - fluorine: + branch: 'stable/fluorine' + - oxygen: + branch: 'stable/oxygen' 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-rest,odl-openflowplugin-app-table-miss-enforcer' + install-features: > + odl-openflowplugin-flow-services-rest, + odl-openflowplugin-app-table-miss-enforcer, + odl-openflowplugin-nxm-extensions # Robot custom options robot-options: '-v SWITCHES:3' - - # mininet image - tools_system_image: Ubuntu 16.04 - mininet-ovs-25 - 20171014-0208