James E. Blair 3766dce6c4 Remove unused github project and throttle properties.
Change-Id: I437f21680c649bd24fae4746556d0156b76bc943
Reviewed-on: https://review.openstack.org/11166
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2012-08-10 18:54:00 +00:00

61 lines
935 B
YAML

- project:
name: ceilometer
github-org: stackforge
node: oneiric
jobs:
- python-jobs
- job:
name: 'gate-ceilometer-python26-essex'
concurrent: true
wrappers:
- timeout:
timeout: 30
fail: true
- timestamps
logrotate:
daysToKeep: 28
numToKeep: -1
artifactDaysToKeep: -1
artifactNumToKeep: -1
triggers:
- zuul
builders:
- gerrit-git-prep
- python26-essex
# >= precise does not have python2.6
node: oneiric
- job:
name: 'gate-ceilometer-python27-essex'
concurrent: true
wrappers:
- timeout:
timeout: 30
fail: true
- timestamps
logrotate:
daysToKeep: 28
numToKeep: -1
artifactDaysToKeep: -1
artifactNumToKeep: -1
triggers:
- zuul
builders:
- gerrit-git-prep
- python27-essex
node: oneiric