project-config/jenkins/jobs/python-bitrot-jobs.yaml
Andreas Jaeger f2a3b2dcea Remove periodic mitaka bitrot jobs
Remove the periodic mitaka bitrot jobs. Mitaka is EOL, so no need to run
these anymore.

Remove jobs also from grafana.

Change-Id: I35c634d8763449255a5c6dc8433597311f4eb656
2017-07-03 08:32:30 +02:00

62 lines
1.2 KiB
YAML

- job-template:
name: 'periodic-{name}-python27{branch-name}'
wrappers:
- build-timeout:
timeout: 40
- timestamps
builders:
- zuul-git-branch-prep-upper-constraints:
branch: '{branch}'
- install-distro-packages
- revoke-sudo
- python27
- assert-no-extra-files
publishers:
- test-results
- console-log
node: '{node}'
- job-template:
name: 'periodic-{name}-docs{branch-name}'
wrappers:
- build-timeout:
timeout: 40
- timestamps
builders:
- zuul-git-branch-prep-upper-constraints:
branch: '{branch}'
- install-distro-packages
- revoke-sudo
- docs
publishers:
- console-log
node: '{node}'
- job-group:
name: python-newton-bitrot-jobs
branch: 'stable/newton'
branch-name: '-newton'
node: ubuntu-xenial
jobs:
- 'periodic-{name}-python27{branch-name}'
- 'periodic-{name}-docs{branch-name}'
- job-group:
name: python-ocata-bitrot-jobs
branch: 'stable/ocata'
branch-name: '-ocata'
node: ubuntu-xenial
jobs:
- 'periodic-{name}-python27{branch-name}'
- 'periodic-{name}-docs{branch-name}'