Add a test periodic job
Change-Id: Ibc57e9c9d977cc0c5b27f8297f92fb3d0584106b
This commit is contained in:
parent
b050986b39
commit
85b4d8e6b5
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user