system-config/modules/openstack_project/files/jenkins_job_builder/config/python-bitrot-jobs.yaml
Jeremy Stanley e296d375a6 Remove grizzly jobs and job filters
Any grizzly-specific jobs and filters which prevent jobs from being
run on stable/grizzly branches are removed, but this should not be
merged until all stable/grizzly proposed changes have been abandoned
and corresponding branches tagged and deleted.

Change-Id: I39f93f67b96961cd9991b6a13fecddb16e3a20fa
2014-03-27 00:28:11 +00:00

95 lines
1.8 KiB
YAML

- job-template:
name: 'periodic-{name}-python26{branch-name}'
wrappers:
- timeout:
timeout: 40
fail: true
- timestamps
builders:
- revoke-sudo
- python26:
github-org: '{github-org}'
project: '{name}'
- assert-no-extra-files
publishers:
- test-results
- console-log
scm:
- git:
url: 'git://git.openstack.org/{github-org}/{name}'
branches:
- 'origin/{branch}'
node: bare-centos6
- job-template:
name: 'periodic-{name}-python27{branch-name}'
wrappers:
- timeout:
timeout: 40
fail: true
- timestamps
builders:
- revoke-sudo
- python27:
github-org: '{github-org}'
project: '{name}'
- assert-no-extra-files
publishers:
- test-results
- console-log
scm:
- git:
url: 'git://git.openstack.org/{github-org}/{name}'
branches:
- 'origin/{branch}'
node: '{node}'
- job-template:
name: 'periodic-{name}-docs{branch-name}'
wrappers:
- timeout:
timeout: 40
fail: true
- timestamps
builders:
- revoke-sudo
- docs:
github-org: '{github-org}'
project: '{name}'
publishers:
- console-log
scm:
- git:
url: 'git://git.openstack.org/{github-org}/{name}'
branches:
- 'origin/{branch}'
node: '{node}'
- job-group:
name: python-havana-bitrot-jobs
branch: 'stable/havana'
branch-name: '-havana'
node: bare-precise
jobs:
- 'periodic-{name}-python26{branch-name}'
- 'periodic-{name}-python27{branch-name}'
- 'periodic-{name}-docs{branch-name}'