d1ecf22a8b
Remove periodic-juno job definitions and usage. Juno is at end-of-life now. Change-Id: Id09c40b83d1b7cd831fefdecc2309266bbd1d735
107 lines
2.0 KiB
YAML
107 lines
2.0 KiB
YAML
- job-template:
|
|
name: 'periodic-{name}-python27{branch-name}'
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 40
|
|
- timestamps
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- branch-git-prep:
|
|
branch: '{branch}'
|
|
- python27
|
|
- assert-no-extra-files
|
|
|
|
publishers:
|
|
- test-results
|
|
- console-log
|
|
|
|
node: '{node}'
|
|
|
|
|
|
- job-template:
|
|
name: 'periodic-{name}-python27-constraints{branch-name}'
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 40
|
|
- timestamps
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- zuul-git-branch-prep-upper-constraints:
|
|
branch: '{branch}'
|
|
- tox:
|
|
envlist: py27-constraints
|
|
- 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:
|
|
- revoke-sudo
|
|
- branch-git-prep:
|
|
branch: '{branch}'
|
|
- docs
|
|
|
|
publishers:
|
|
- console-log
|
|
|
|
node: '{node}'
|
|
|
|
|
|
- job-template:
|
|
name: 'periodic-{name}-docs-constraints{branch-name}'
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 40
|
|
- timestamps
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- zuul-git-branch-prep-upper-constraints:
|
|
branch: '{branch}'
|
|
- docs-env:
|
|
env: venv-constraints
|
|
|
|
publishers:
|
|
- console-log
|
|
|
|
node: '{node}'
|
|
|
|
|
|
- job-group:
|
|
name: python-kilo-bitrot-jobs
|
|
branch: 'stable/kilo'
|
|
branch-name: '-kilo'
|
|
node: 'bare-precise || bare-trusty'
|
|
jobs:
|
|
- 'periodic-{name}-python27{branch-name}'
|
|
- 'periodic-{name}-docs{branch-name}'
|
|
|
|
|
|
- job-group:
|
|
name: python-liberty-bitrot-jobs
|
|
branch: 'stable/liberty'
|
|
branch-name: '-liberty'
|
|
node: 'bare-precise || bare-trusty'
|
|
jobs:
|
|
- 'periodic-{name}-python27{branch-name}'
|
|
- 'periodic-{name}-python27-constraints{branch-name}'
|
|
- 'periodic-{name}-docs{branch-name}'
|
|
- 'periodic-{name}-docs-constraints{branch-name}'
|