X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcontroller%2Fcontroller-csit-cs-partnheal.yaml;h=40587064e92ac65bd23edc42d15d6d6ba65b1711;hb=1b258b43e28b77ada2a28434aa51d97d1b6a9eba;hp=52d1a160e16d33915bb86220a19c845589e8c6df;hpb=6296d9910277f5fcc25862cb417e1d8c2fedeff8;p=releng%2Fbuilder.git diff --git a/jjb/controller/controller-csit-cs-partnheal.yaml b/jjb/controller/controller-csit-cs-partnheal.yaml index 52d1a160e..40587064e 100644 --- a/jjb/controller/controller-csit-cs-partnheal.yaml +++ b/jjb/controller/controller-csit-cs-partnheal.yaml @@ -5,30 +5,37 @@ - inttest-csit-3node # The project name - project: 'controller' + project: "controller" # The functionality under test - functionality: 'cs-partnheal-longevity' + functionality: "cs-partnheal-longevity" + + # Set elasticsearch attribute to value 'long' for longevity jobs + #elasticsearch-attribute: 'long' # Project branches stream: + - phosphorus: + branch: "master" + jre: "openjdk11" + - silicon: + branch: "stable/silicon" + jre: "openjdk11" + - aluminium: + branch: "stable/aluminium" + jre: "openjdk11" - magnesium: - branch: 'master' - - sodium: - branch: 'stable/sodium' - - neon: - branch: 'stable/neon' - - fluorine: - branch: 'stable/fluorine' + branch: "stable/magnesium" + jre: "openjdk11" install: - only: - scope: 'only' + scope: "only" # Features to install install-features: > - odl-restconf-noauth, - odl-clustering-test-app + odl-restconf-noauth, + odl-clustering-test-app # Built timeout - build-timeout: '1500' + build-timeout: "1500"