diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-11-14 17:13:41 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-11-14 17:13:41 +0100 |
commit | 037bcf3fb6444eb715329a166f7bb404feb89b0a (patch) | |
tree | 95f2586cb0aea94345153d6c3f1c22cf3b1535ae /jjb | |
parent | ed81cd2e67a69b14a5440f90c0bda60a2748ec86 (diff) |
Change the trigger for CSIT trending jobs
Change-Id: Iea5f9545a6a1ee90c8598c5c04976ef5ef99da41
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/csit/csit.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
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' |