From cd015bee2c6c72bf7f6dc9652172b39bcff6db6e Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Wed, 25 Jan 2017 13:43:21 -0800 Subject: [PATCH] Make distribution test job run daily for active branches And weekly for non active. - Distribution test will contain all csit and run daily. - This can be merged after we remove projects distribution job. Change-Id: Ic30beb0e32cab9f47733ceb8b18f078374ba32a0 Signed-off-by: Luis Gomez --- jjb/integration/integration-test-jobs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jjb/integration/integration-test-jobs.yaml b/jjb/integration/integration-test-jobs.yaml index 991566403..ffe5aa6ff 100644 --- a/jjb/integration/integration-test-jobs.yaml +++ b/jjb/integration/integration-test-jobs.yaml @@ -17,18 +17,21 @@ jdk: 'openjdk8' jre: 'openjdk8' csit-list: {csit-list-carbon} + schedule: 'H H * * 0-4' - boron: branch: 'stable/boron' jdk: 'openjdk8' jre: 'openjdk8' csit-list: {csit-list-boron} + schedule: 'H H * * 0-4' - beryllium: branch: 'stable/beryllium' jdk: 'openjdk7' jre: 'openjdk7' csit-list: {csit-list-beryllium} + schedule: 'H H * * 6' # tools system image tools_system_image: Ubuntu 14.04 - mininet-ovs-2.5 - 20170117-0004 @@ -152,7 +155,7 @@ jdkversion: '{jre}' triggers: - - timed: 'H H * * 6' + - timed: '{schedule}' builders: - trigger-builds: -- 2.36.6