Add tempest to job filler/zuul.

Change-Id: Ie39bc8377c909328eb6da581412bda6067c56bef
This commit is contained in:
James E. Blair 2012-06-06 09:59:11 -07:00
parent b9eb2151a3
commit 37fc592e98
3 changed files with 100 additions and 0 deletions

View File

@ -255,6 +255,7 @@ node "jenkins.openstack.org" {
'python-swiftclient',
'quantum',
'swift',
'tempest',
'zuul',
]
}

View File

@ -0,0 +1,89 @@
---
# pep8-gate
modules:
- properties
- scm
- assignednode
- builders
- publisher_pep8
main:
name: 'gate-tempest-pep8'
review_site: 'review.openstack.org'
github_org: 'openstack-ci'
project: 'tempest'
disabled: 'false'
concurrent: 'true'
parameters:
- name: UUID
type: string
description: Zuul provided key to link builds with Gerrit events
- name: GERRIT_PROJECT
type: string
description: Zuul provided project name
- name: GERRIT_BRANCH
type: string
description: Zuul provided branch name
- name: GERRIT_CHANGES
type: string
description: Zuul provided list of dependent changes to merge
notification_endpoints:
- protocol: HTTP
URL: http://127.0.0.1:8001/jenkins_endpoint
builders:
- gerrit_git_prep
- pep8
scm:
scm: 'false'
assignednode:
node: 'oneiric'
---
# merge-gate
modules:
- properties
- scm
- assignednode
- builders
- publisher_none
main:
name: 'gate-tempest-merge'
review_site: 'review.openstack.org'
github_org: 'openstack-ci'
project: 'tempest'
disabled: 'false'
concurrent: 'true'
parameters:
- name: UUID
type: string
description: Zuul provided key to link builds with Gerrit events
- name: GERRIT_PROJECT
type: string
description: Zuul provided project name
- name: GERRIT_BRANCH
type: string
description: Zuul provided branch name
- name: GERRIT_CHANGES
type: string
description: Zuul provided list of dependent changes to merge
notification_endpoints:
- protocol: HTTP
URL: http://127.0.0.1:8001/jenkins_endpoint
builders:
- gerrit_git_prep
scm:
scm: 'false'
assignednode:
node: 'oneiric'

View File

@ -321,3 +321,13 @@ projects:
- gate-integration-tests-devstack-vm
silent:
- gate-tempest-devstack-vm
- name: openstack/tempest
check:
- gate-tempest-merge:
- gate-tempest-pep8
gate:
- gate-devstack-gate-merge:
- gate-tempest-pep8
silent:
- gate-tempest-devstack-vm