X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-scale.yaml;h=48cb63b9bb38e73815d9740f95eaaea5039b8737;hb=856143a53e5e8072e432db6b30be12d2e262541e;hp=5668f641d55a0d472329f27cc1049398f0b839c4;hpb=c6d3b580a0b18844489e2a3876540bb5a9476cb3;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-scale.yaml b/jjb/netconf/netconf-scale.yaml index 5668f641d..48cb63b9b 100644 --- a/jjb/netconf/netconf-scale.yaml +++ b/jjb/netconf/netconf-scale.yaml @@ -1,8 +1,7 @@ - project: name: netconf-csit-scale jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-1node-{functionality}-{stream}' + - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' # The project name project: 'netconf' @@ -12,10 +11,15 @@ # Project branches stream: - - beryllium: + - boron: branch: 'master' + jre: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' - stable-lithium: branch: 'stable/lithium' + jre: 'openjdk7' install: - only: @@ -24,10 +28,12 @@ scope: 'all' # Features to install - install-features: 'odl-restconf,odl-netconf-mdsal,odl-netconf-connector-all' + install-features: 'odl-restconf,odl-clustering-test-app,odl-netconf-mdsal,odl-netconf-connector-all' # Robot custom options robot-options: '' - # Trigger jobs (upstream dependencies) - trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream}' + # This scaling test can take several hours to finish, + # so the job is defined to run once a day. + # Trigger jobs (daily) + schedule: 'H H * * *'