From b2657b376e19674175783e7e5a0e478da7d8096c Mon Sep 17 00:00:00 2001 From: Jozef Behran Date: Thu, 21 Apr 2016 19:59:29 +0200 Subject: [PATCH] Fix the clustering scale test job to make it daily periodic Change-Id: I5e1306511c4c4c28696eebe4c04a464574593508 Signed-off-by: Jozef Behran --- jjb/netconf/netconf-clustering-scale.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 * * *' -- 2.36.6