
Make the following changes to builders and publishers in service of being able to handle this job: http://paste.openstack.org/show/18541/ * Allow builders to have attributes * Add a generic shell script builder * Make the 'project' job attribute optional (no link to github will be made in that case) * Combine all separate publishers into one publisher module so that jobs may have more than one publisher * Name the section that lists publishers "post_build_actions" to be consistent with the web UI * Allow publishers to have attributes * Add an archive artifacts publisher * Add a parameterized build trigger publisher * Add a parameterized build_trigger builder * Add wrappers * Add a build timeout wrapper * Add a timstamp wrapper Also, make the following small improvements: * The 'disabled' attribute of a job is optional, defaults to false. * Add a script to verify XML output is the same before and after a change to the job filler (test.sh) Change-Id: Icf2228494e431f5bf0a5f051f63842f12f6f92f1
91 lines
1.6 KiB
YAML
91 lines
1.6 KiB
YAML
---
|
|
# pep8-gate
|
|
modules:
|
|
- properties
|
|
- scm
|
|
- assignednode
|
|
- builders
|
|
- publishers
|
|
|
|
main:
|
|
name: 'gate-tempest-pep8'
|
|
review_site: 'review.openstack.org'
|
|
github_org: 'openstack-ci'
|
|
project: 'tempest'
|
|
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
|
|
|
|
post_build_actions:
|
|
- pep8
|
|
|
|
scm:
|
|
scm: 'false'
|
|
|
|
assignednode:
|
|
node: 'precise'
|
|
|
|
---
|
|
# merge-gate
|
|
modules:
|
|
- properties
|
|
- scm
|
|
- assignednode
|
|
- builders
|
|
- publishers
|
|
|
|
main:
|
|
name: 'gate-tempest-merge'
|
|
review_site: 'review.openstack.org'
|
|
github_org: 'openstack-ci'
|
|
project: 'tempest'
|
|
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: 'precise'
|
|
|