X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fcontroller%2Fcontroller-csit-dnb-noloss.yaml;h=bef44f11dd00f09550e8972c5bc097c9ccc8af54;hb=6e91002348da2f050c93c2aa7d307254b5748403;hp=1a3a82aaf8fa436eba0d3bb1588d6317d9a7db04;hpb=04c3890554166f05b19226e546c86b654bb07bff;p=releng%2Fbuilder.git diff --git a/jjb/controller/controller-csit-dnb-noloss.yaml b/jjb/controller/controller-csit-dnb-noloss.yaml index 1a3a82aaf..bef44f11d 100644 --- a/jjb/controller/controller-csit-dnb-noloss.yaml +++ b/jjb/controller/controller-csit-dnb-noloss.yaml @@ -2,35 +2,40 @@ - project: name: mdsal-csit-dom-notification-broker-no-loss-longevity jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' + - 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: - - oxygen: - branch: 'master' - jre: 'openjdk8' - - nitrogen: - branch: 'stable/nitrogen' - jre: 'openjdk8' - - carbon: - branch: 'stable/carbon' - jre: 'openjdk8' - karaf-version: karaf3 + - phosphorus: + branch: "master" + jre: "openjdk11" + - silicon: + branch: "stable/silicon" + 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, - odl-clustering-test-app + odl-restconf, + odl-clustering-test-app # Built timeout - build-timeout: '1500' + build-timeout: "1500"