Add a test periodic job

Change-Id: Ibc57e9c9d977cc0c5b27f8297f92fb3d0584106b
This commit is contained in:
James E. Blair 2013-08-01 14:18:39 -07:00
parent b050986b39
commit 85b4d8e6b5
2 changed files with 36 additions and 0 deletions

View File

@ -31,3 +31,29 @@
publishers:
- coverage-log
- console-log
- job:
name: 'periodic-test'
wrappers:
- timeout:
timeout: 40
fail: true
- timestamps
builders:
- python27:
github-org: 'openstack-infra'
project: 'zuul'
publishers:
- test-results
- console-log
scm:
- git:
url: 'git://github.com/openstack-infra/zuul.git'
branches:
- 'origin/master'
node: precise

View File

@ -73,6 +73,14 @@ pipelines:
- event: comment-added
comment_filter: (?i)^\s*recheck(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$
- name: periodic
description: Jobs in this queue are triggered on a timer.
manager: IndependentPipelineManager
precedence: low
trigger:
timer:
- time: '*/5 * * * *'
jobs:
- name: ^.*$
@ -205,6 +213,8 @@ projects:
- zuul-pypi-upload:
- post-mirror-python26
- post-mirror-python27
periodic:
- periodic-test
- name: openstack-infra/askbot-theme
check: