From c26745ff9305d71cca550a894f93aeff00753fc6 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 10 Jan 2014 11:39:21 +0800 Subject: [PATCH] Update periodic pipeline slide and url Change-Id: I194c668780a91e36991a7df353c1a8fa498f3868 --- index.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 779b0b3..609f46d 100644 --- a/index.html +++ b/index.html @@ -791,13 +791,18 @@ pipelines:

Periodic Pipeline

-  - name: periodic
-    description: Jobs in this queue are triggered on a timer.
+  - name: periodic-stable
+    description: Periodic checks of the stable branches.
     manager: IndependentPipelineManager
     precedence: low
     trigger:
       timer:
-        - time: '0 6 * * *'
+        - time: '1 6 * * *'
+    failure:
+      smtp:
+        from: jenkins@openstack.org
+        to: openstack-stable-maint@lists.openstack.org
+        subject: 'Stable check of {change.project} failed'
 
@@ -920,7 +925,7 @@ projects:

-These slides available at: https://github.com/openstack-ci/publications +These slides available at: http://docs.openstack.org/infra/publications/zuul/