summaryrefslogtreecommitdiffstats
path: root/jjb/vswitchperf
diff options
context:
space:
mode:
authorThanh Ha <thanh.ha@linuxfoundation.org>2016-01-12 10:12:43 -0500
committerThanh Ha <thanh.ha@linuxfoundation.org>2016-01-12 10:13:41 -0500
commitb04a5f7f2ef33f1b8d59d87154c363793c9d0d3b (patch)
tree587cf16b42f15cb7f0bd3c21d9fd001e85496a30 /jjb/vswitchperf
parent7171b6e1b844baefec214f1b3a10f32b1901b5c0 (diff)
Update deprecated pollscm usage
The syntax "pollscm: '@midnight'" is deprecated and should be updated to using the new syntax: - pollscm: cron: '@midnight' Change-Id: Id11d301dfee4d183ee40f2342528c4258f36034f Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Diffstat (limited to 'jjb/vswitchperf')
-rw-r--r--jjb/vswitchperf/vswitchperf.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/vswitchperf/vswitchperf.yml b/jjb/vswitchperf/vswitchperf.yml
index 4b1147d36..fe6ea49c6 100644
--- a/jjb/vswitchperf/vswitchperf.yml
+++ b/jjb/vswitchperf/vswitchperf.yml
@@ -33,7 +33,8 @@
branch: '{branch}'
triggers:
- - pollscm: '@midnight'
+ - pollscm:
+ cron: '@midnight'
builders:
- shell: |