From: Jozef Behran Date: Thu, 21 Apr 2016 17:59:29 +0000 (+0200) Subject: Fix the clustering scale test job to make it daily periodic X-Git-Tag: release/beryllium-sr2~30 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=b2657b376e19674175783e7e5a0e478da7d8096c Fix the clustering scale test job to make it daily periodic Change-Id: I5e1306511c4c4c28696eebe4c04a464574593508 Signed-off-by: Jozef Behran --- diff --git a/jjb/netconf/netconf-clustering-scale.yaml b/jjb/netconf/netconf-clustering-scale.yaml index ac954c3d4..74528bd06 100644 --- a/jjb/netconf/netconf-clustering-scale.yaml +++ b/jjb/netconf/netconf-clustering-scale.yaml @@ -1,7 +1,7 @@ - project: name: netconf-csit-clustering-scale jobs: - - '{project}-csit-3node-{functionality}-{install}-{stream}' + - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}' # The project name project: 'netconf' @@ -30,5 +30,7 @@ # Robot custom options robot-options: '-v USE_NETCONF_CONNECTOR:False' - # Trigger jobs (upstream dependencies) - trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},netconf-distribution-{stream},mdsal-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 * * *'