X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopenflowplugin%2Fopenflowplugin-csit-flow-services.yaml;h=d311dc6f6d7432cd05180e71a53c5e88efec3952;hb=676c00acfd6bb59b835b6791a71331107d0a0fd2;hp=9f2539ee8e5ffd501a0a3d6f465c9c8c5d67b0c4;hpb=bd008f83dd5c28c1b1e12019d91528251eb50c7a;p=releng%2Fbuilder.git diff --git a/jjb/openflowplugin/openflowplugin-csit-flow-services.yaml b/jjb/openflowplugin/openflowplugin-csit-flow-services.yaml index 9f2539ee8..d311dc6f6 100644 --- a/jjb/openflowplugin/openflowplugin-csit-flow-services.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-flow-services.yaml @@ -1,8 +1,8 @@ - project: name: openflowplugin-csit-flow-services jobs: - - '{project}-csit-1node-cds-{functionality}-{install}-{stream}' - - '{project}-csit-verify-{functionality}-{stream}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-1node-{functionality}' # The project name project: 'openflowplugin' @@ -12,10 +12,10 @@ # Project branches stream: - - master: + - boron: branch: 'master' - - stable-lithium: - branch: 'stable/lithium' + - beryllium: + branch: 'stable/beryllium' install: - only: @@ -24,11 +24,10 @@ scope: 'all' # Features to install - install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-adsal-compatibility,odl-nsf-all' + install-features: 'odl-openflowplugin-flow-services-ui' # Robot custom options - robot-options: '' + robot-options: '-e adsal' # Trigger jobs (upstream dependencies) trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}' -