X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcontroller%2Fcontroller-csit-cs-chasing-leader.yaml;h=70b4b7f0e14ec3efc2f19765b2c29f4175cbc947;hb=1b258b43e28b77ada2a28434aa51d97d1b6a9eba;hp=817c8cec91dfa33be809718f9e30b797246f7eaf;hpb=7bf3a6d51c3d92d222bbb079bf5d87ca18d839e7;p=releng%2Fbuilder.git diff --git a/jjb/controller/controller-csit-cs-chasing-leader.yaml b/jjb/controller/controller-csit-cs-chasing-leader.yaml index 817c8cec9..70b4b7f0e 100644 --- a/jjb/controller/controller-csit-cs-chasing-leader.yaml +++ b/jjb/controller/controller-csit-cs-chasing-leader.yaml @@ -5,32 +5,37 @@ - inttest-csit-3node # The project name - project: 'controller' + project: "controller" # The functionality under test - functionality: 'cs-chasing-leader-longevity' + functionality: "cs-chasing-leader-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' - jre: 'openjdk11' - - sodium: - branch: 'stable/sodium' - - neon: - branch: 'stable/neon' + 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"