X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fbgpcep%2Fbgpcep-csit-bgpclustering-longevity.yaml;h=05595801cd2fa9eabe985a31a7040a70f890d3c4;hb=2e490c48d15d9e18a62efc274e2df774a506f6b6;hp=0fa804008a059deae31578ac40122cfe57cecd4c;hpb=f7a09075362fc8a828c45483e8aa84cb133ee047;p=releng%2Fbuilder.git diff --git a/jjb/bgpcep/bgpcep-csit-bgpclustering-longevity.yaml b/jjb/bgpcep/bgpcep-csit-bgpclustering-longevity.yaml index 0fa804008..05595801c 100644 --- a/jjb/bgpcep/bgpcep-csit-bgpclustering-longevity.yaml +++ b/jjb/bgpcep/bgpcep-csit-bgpclustering-longevity.yaml @@ -2,32 +2,38 @@ - project: name: bgpcep-csit-bgpclustering-longevity jobs: - - '{project}-csit-3node-{functionality}-{install}-{stream}' + - inttest-csit-3node # The project name - project: 'bgpcep' + project: "bgpcep" # The functionality under test - functionality: 'bgpclustering-longevity' + functionality: "bgpclustering-longevity" + + # Set elasticsearch attribute to value 'long' for longevity jobs + #elasticsearch-attribute: 'long' # Project branches stream: - - nitrogen: - branch: 'master' - jre: 'openjdk8' - - carbon: - branch: 'stable/carbon' - jre: 'openjdk8' - karaf-version: karaf3 + - silicon: + branch: "master" + jre: "openjdk11" + - aluminium: + branch: "stable/aluminium" + jre: "openjdk11" + - magnesium: + branch: "stable/magnesium" + jre: "openjdk11" install: - only: - scope: 'only' + scope: "only" # Features to install install-features: > - odl-restconf-noauth, - odl-bgpcep-bgp + odl-restconf-noauth, + odl-bgpcep-bgp, + odl-bgpcep-bgp-config-example # Built timeout - build-timeout: '1500' + build-timeout: "1500"