X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcontroller%2Fcontroller-csit-dnb-noloss.yaml;h=5f304f04258b7050516066f1bd0cfd936b7c9867;hb=9fded2afde6b3139de92b05289ac815f332b522d;hp=a11f406427766618fcf2b046a1773e50556a22a8;hpb=ac68c247ed4b83393f82f2b5ea4e025b71942d40;p=releng%2Fbuilder.git diff --git a/jjb/controller/controller-csit-dnb-noloss.yaml b/jjb/controller/controller-csit-dnb-noloss.yaml index a11f40642..5f304f042 100644 --- a/jjb/controller/controller-csit-dnb-noloss.yaml +++ b/jjb/controller/controller-csit-dnb-noloss.yaml @@ -5,28 +5,34 @@ - inttest-csit-1node # The project name - project: 'controller' + project: "controller" # The functionality under test - functionality: 'notifications-longevity' + functionality: "notifications-longevity" + + # Set elasticsearch attribute to value 'long' for longevity jobs + #elasticsearch-attribute: 'long' # Project branches stream: - - fluorine: - branch: 'master' - - oxygen: - branch: 'stable/oxygen' - - nitrogen: - branch: 'stable/nitrogen' + - 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, - odl-clustering-test-app + odl-restconf, + odl-clustering-test-app # Built timeout - build-timeout: '1500' + build-timeout: "1500"