
Also, remove ansi color setting, because it really munged up the output when it was used. Change-Id: Id0dac3bfbc40987b98501ced7d1158f1a83a1e02 Reviewed-on: https://review.openstack.org/10968 Approved: Monty Taylor <mordred@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
74 lines
1.1 KiB
YAML
74 lines
1.1 KiB
YAML
project:
|
|
template: 'python_jobs'
|
|
|
|
values:
|
|
name: 'zuul'
|
|
disabled: 'false'
|
|
github_org: 'openstack-ci'
|
|
review_site: 'review.openstack.org'
|
|
node: 'precise'
|
|
|
|
---
|
|
# pyflakes-gate
|
|
main:
|
|
name: 'gate-zuul-pyflakes'
|
|
review_site: 'review.openstack.org'
|
|
github_org: 'openstack-ci'
|
|
project: 'zuul'
|
|
concurrent: 'true'
|
|
timeout: 30
|
|
timeout_fail: true
|
|
timestamps: true
|
|
|
|
triggers:
|
|
- zuul
|
|
|
|
builders:
|
|
- gerrit_git_prep
|
|
- pyflakes
|
|
|
|
scm:
|
|
scm: 'false'
|
|
|
|
assignednode:
|
|
node: 'precise'
|
|
|
|
---
|
|
# zuul-docs
|
|
main:
|
|
name: 'zuul-docs'
|
|
review_site: 'review.openstack.org'
|
|
github_org: 'openstack-ci'
|
|
project: 'zuul'
|
|
authenticatedBuild: 'false'
|
|
concurrent: 'true'
|
|
timeout: 30
|
|
timeout_fail: true
|
|
timestamps: true
|
|
|
|
triggers:
|
|
- zuul_post
|
|
|
|
logrotate:
|
|
daysToKeep: 28
|
|
numToKeep: -1
|
|
artifactDaysToKeep: -1
|
|
artifactNumToKeep: -1
|
|
|
|
builders:
|
|
- gerrit_git_prep
|
|
- docs
|
|
|
|
post_build_actions:
|
|
- scp:
|
|
site: '173.203.107.207'
|
|
source: 'doc/build/html/**/*'
|
|
target_path: 'ci/zuul'
|
|
keep_heirarchy: 'true'
|
|
|
|
scm:
|
|
scm: 'false'
|
|
|
|
assignednode:
|
|
node: 'precise'
|