X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcontroller%2Fcontroller-csit-cs-partnheal.yaml;h=697a4d539448f9977661900ba9a61f680e4a316e;hb=17c52894929c9c2251b5cd391f2d83595c37ed87;hp=14b1725da8cd7152e54bafab962a4bb8e760601a;hpb=07568191388cf45a9525d473a9d59df7c177e78e;p=releng%2Fbuilder.git diff --git a/jjb/controller/controller-csit-cs-partnheal.yaml b/jjb/controller/controller-csit-cs-partnheal.yaml index 14b1725da..697a4d539 100644 --- a/jjb/controller/controller-csit-cs-partnheal.yaml +++ b/jjb/controller/controller-csit-cs-partnheal.yaml @@ -5,26 +5,34 @@ - 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: - - fluorine: - branch: 'master' - - oxygen: - branch: 'stable/oxygen' + - phosphorus: + branch: "master" + jre: "openjdk11" + - silicon: + branch: "stable/silicon" + jre: "openjdk11" + - aluminium: + branch: "stable/aluminium" + 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"