summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2017-02-24 11:53:12 -0600
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2017-02-24 11:53:12 -0600
commit4b0de47ee99f1eb961a148d93df8219738f4633f (patch)
tree722d15457c1d2c1a3f2c00024b98be028cc39306
parent97109732e1e95df21716513256add920fe43d7af (diff)
Modify CSIT nightly cron
The csit-vpp-verify-perf-master-nightly-all job is not running as scheduled. Jenkins cron syntax requires the days of the week to be represented in numbers as opposed to names. Sun = 0 Tue = 2 Thu = 4 Change-Id: I1a980541aab9e607b9fb7f232f128019e0c9dbb1 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
-rw-r--r--jjb/csit/csit.yaml2
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'