From: Tibor Frank Date: Wed, 14 Nov 2018 16:13:41 +0000 (+0100) Subject: Change the trigger for CSIT trending jobs X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F39%2F15939%2F1;p=ci-management.git Change the trigger for CSIT trending jobs Change-Id: Iea5f9545a6a1ee90c8598c5c04976ef5ef99da41 Signed-off-by: Tibor Frank --- diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 79bdcda3b..e8359e8ac 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -1023,7 +1023,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '0 16 * * 1,3,5' + - timed: '0 16 * * *' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' @@ -1091,7 +1091,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '0 16 * * 1,3,5' + - timed: '0 2,16 * * *' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' @@ -1159,7 +1159,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '0 16 * * 1,3,5' + - timed: '0 2,16 * * *' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' @@ -1227,7 +1227,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '0 16 * * 1,3,5' + - timed: '0 2,16 * * *' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'