X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-flow-services-frs.yaml;h=0b92711161b5fd654e6d5e2d40e561bac456aa5f;hb=ef976522a281d47f67e1a8c99fc3d5a34f89fa4e;hp=8d7e55391e129b4793f301d33037287bd7ac161e;hpb=55ffcc6b998de67516b09c92f9afa09c139bcef1;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-flow-services-frs.yaml b/jjb/openflowplugin/openflowplugin-csit-flow-services-frs.yaml index 8d7e55391..0b9271116 100644 --- a/jjb/openflowplugin/openflowplugin-csit-flow-services-frs.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-flow-services-frs.yaml @@ -1,7 +1,8 @@ +--- - project: name: openflowplugin-csit-flow-services-frs jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' @@ -11,26 +12,33 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' + - nitrogen: + branch: 'master' + jre: 'openjdk8' + - carbon: + branch: 'stable/carbon' + jre: 'openjdk8' + karaf-version: karaf3 + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + karaf-version: karaf3 install: - - only: - scope: 'only' + - only: + scope: 'only' # Features to install - install-features: 'odl-restconf,odl-openflowplugin-app-config-pusher,odl-openflowplugin-app-topology,odl-openflowplugin-app-forwardingrules-sync,odl-openflowplugin-app-table-miss-enforcer' + install-features: > + odl-restconf, + odl-openflowplugin-app-config-pusher, + odl-openflowplugin-app-topology, + odl-openflowplugin-app-forwardingrules-sync, + odl-openflowplugin-app-table-miss-enforcer # Robot custom options. # We need this delay to verify proper functionality. THIS HAS TO BE REMOVED BEFORE FRS GETS RELEASED. robot-options: '-v flow_update_time:30s' # mininet image - tools_system_image: Ubuntu 14.04 - mininet-ovs-2.5 - 20161031-0804 - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}' + tools_system_image: Ubuntu 16.04 - mininet-ovs-25 - 20170808-0158