X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fsxp%2Fsxp-csit-performance.yaml;h=954ab23cab2878565f51116168a1f34d1ec141ab;hb=209a7c633bb8b389806ac69e70c8f7570f913e01;hp=ecf8e43d2c317ad8601973b0fa567060a0b77e73;hpb=909d01215f4ec193d3552d823147f978a2c851ef;p=releng%2Fbuilder.git diff --git a/jjb/sxp/sxp-csit-performance.yaml b/jjb/sxp/sxp-csit-performance.yaml index ecf8e43d2..954ab23ca 100644 --- a/jjb/sxp/sxp-csit-performance.yaml +++ b/jjb/sxp/sxp-csit-performance.yaml @@ -1,7 +1,8 @@ +--- - project: name: sxp-csit-performance jobs: - - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' + - inttest-csit-1node # The project name project: 'sxp' @@ -11,15 +12,22 @@ # Project branches stream: - - carbon: - branch: 'master' - jre: 'openjdk8' + - fluorine: + branch: 'master' + trigger-jobs: '{project}-merge-{stream}' + # yamllint disable-line rule:line-length + repo-url: 'mvn:org.opendaylight.sxp/features-sxp/1.7.0-SNAPSHOT/xml/features' + - oxygen: + branch: 'stable/oxygen' + - 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,odl-sxp-robot'