X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fsxp%2Fsxp-csit-filtering.yaml;h=410c409b6dd78b861a5cae85c989abfaab2686ae;hb=a9e6d23e97e172ce6844bca1196d72bb574caa89;hp=a964198314f5a37afa5b5ed291f5b53e29ebed17;hpb=91edb2959bb6308c40cf6069c75be2163b37002c;p=releng%2Fbuilder.git diff --git a/jjb/sxp/sxp-csit-filtering.yaml b/jjb/sxp/sxp-csit-filtering.yaml index a96419831..410c409b6 100644 --- a/jjb/sxp/sxp-csit-filtering.yaml +++ b/jjb/sxp/sxp-csit-filtering.yaml @@ -1,7 +1,8 @@ +--- - project: name: sxp-csit-filtering jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' + - inttest-csit-1node # The project name project: 'sxp' @@ -11,27 +12,20 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' - - boron: - branch: 'stable/boron' - jre: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jre: 'openjdk7' + - oxygen: + branch: 'master' + - nitrogen: + branch: 'stable/nitrogen' + - carbon: + branch: 'stable/carbon' + karaf-version: karaf3 install: - - only: - scope: 'only' - - all: - scope: 'all' + - all: + scope: 'all' # Features to install install-features: 'odl-restconf,odl-sxp-controller' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},sxp-distribution-{stream},mdsal-distribution-{stream},netconf-distribution-{stream}'