X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcontroller%2Fcontroller-csit-drb-partnheal.yaml;h=8bf68eb9513231391d5d19c659dd1c2a37c6157f;hb=0880919eb94264cdabf1109e07cec2511999593c;hp=c8b7eea0d17c515389a4748a78dada81dcd793a4;hpb=7e4e61a16d62f5f8e34fdea2ce9ace0f9fe7b417;p=releng%2Fbuilder.git diff --git a/jjb/controller/controller-csit-drb-partnheal.yaml b/jjb/controller/controller-csit-drb-partnheal.yaml index c8b7eea0d..8bf68eb95 100644 --- a/jjb/controller/controller-csit-drb-partnheal.yaml +++ b/jjb/controller/controller-csit-drb-partnheal.yaml @@ -5,30 +5,34 @@ - inttest-csit-3node # The project name - project: 'controller' + project: "controller" # The functionality under test - functionality: 'drb-partnheal-longevity' + functionality: "drb-partnheal-longevity" + + # Set elasticsearch attribute to value 'long' for longevity jobs + # elasticsearch-attribute: 'long' # Project branches stream: - - magnesium: - branch: 'master' - - sodium: - branch: 'stable/sodium' - - neon: - branch: 'stable/neon' - - fluorine: - branch: 'stable/fluorine' + - sulfur: + branch: "master" + jre: "openjdk11" + - phosphorus: + branch: "stable/phosphorus" + jre: "openjdk11" + - silicon: + branch: "stable/silicon" + 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"