From 55fbb452807abdd4d9689caa2ce240e8542ae89b Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Fri, 13 Nov 2015 12:42:51 +0100 Subject: [PATCH 1/1] integration-distribution-test-{stream} only on Saturday For active streams this additional testing is not needed, for less active streams lower frequency is sufficient. As Jenkins tends to be overloaded on weekdays, this sets the jobs to start only on Saturdays, possibly ending on Sundays. Change-Id: I4bc91528092b9dcc729c7ceffae78c30449d0dd6 Signed-off-by: Vratko Polak --- jjb/integration/integration-test-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/integration/integration-test-jobs.yaml b/jjb/integration/integration-test-jobs.yaml index bda824055..4c7b5c53e 100644 --- a/jjb/integration/integration-test-jobs.yaml +++ b/jjb/integration/integration-test-jobs.yaml @@ -337,7 +337,7 @@ bundleurl: 'last' triggers: - - timed: 'H H * * *' + - timed: 'H H * * 6' builders: - trigger-builds: -- 2.36.6