Make orphaned stacks cleanup script run every 30 minutes 20/51320/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 2 Feb 2017 03:35:22 +0000 (22:35 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 2 Feb 2017 03:35:40 +0000 (22:35 -0500)
Change-Id: I2df11c1a622b09991b08d346001cee68e578dba6
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/releng-jobs.yaml

index 970f054af33d330ed1eddbe1b1370d614d2c8379..aad8b08f52b12dcbbe12ba22b7c51b3ddffa88a5 100644 (file)
             build-timeout: '{build-timeout}'
 
     triggers:
-        # Attempt to clear up stacks every hour in case we have orphaned stacks
-        - timed: '0 * * * *'
+        # Attempt to clear up stacks every 30 mins in case we have orphaned stacks
+        - timed: '0,30 * * * *'
 
     builders:
         - shell: !include-raw-escape: opendaylight-infra-cleanup-stale-stacks.sh