diff options
-rw-r--r-- | jjb/csit/csit.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 0a2e22c00..c3ea71aea 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -1392,7 +1392,7 @@ build-timeout: '1440' triggers: - - timed: '0 20 * * Sun,Tue,Thu' + - timed: '0 20 * * 0,2,4' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' |