Use ubuntu-trusty for python-bitrot-jobs
Use ubuntu-trusty instead of bare-trusty for python-bitrot -jobs.yaml. Change-Id: I9d6d00c7494045b7da656c42616fb52053c95620
This commit is contained in:
parent
74cf859652
commit
46ad086feb
@ -7,9 +7,16 @@
|
|||||||
- timestamps
|
- timestamps
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
- revoke-sudo
|
|
||||||
- zuul-git-branch-prep-upper-constraints:
|
- zuul-git-branch-prep-upper-constraints:
|
||||||
branch: '{branch}'
|
branch: '{branch}'
|
||||||
|
- install-distro-packages
|
||||||
|
- mysql-prep
|
||||||
|
- pgsql-prep
|
||||||
|
- mysql-db:
|
||||||
|
db_name: openstack_citest
|
||||||
|
- pgsql-db:
|
||||||
|
db_name: openstack_citest
|
||||||
|
- revoke-sudo
|
||||||
- python27
|
- python27
|
||||||
- assert-no-extra-files
|
- assert-no-extra-files
|
||||||
|
|
||||||
@ -29,9 +36,10 @@
|
|||||||
- timestamps
|
- timestamps
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
- revoke-sudo
|
|
||||||
- zuul-git-branch-prep-upper-constraints:
|
- zuul-git-branch-prep-upper-constraints:
|
||||||
branch: '{branch}'
|
branch: '{branch}'
|
||||||
|
- install-distro-packages
|
||||||
|
- revoke-sudo
|
||||||
- docs
|
- docs
|
||||||
|
|
||||||
publishers:
|
publishers:
|
||||||
@ -44,7 +52,7 @@
|
|||||||
name: python-kilo-bitrot-jobs
|
name: python-kilo-bitrot-jobs
|
||||||
branch: 'stable/kilo'
|
branch: 'stable/kilo'
|
||||||
branch-name: '-kilo'
|
branch-name: '-kilo'
|
||||||
node: bare-trusty
|
node: ubuntu-trusty
|
||||||
jobs:
|
jobs:
|
||||||
- 'periodic-{name}-python27{branch-name}'
|
- 'periodic-{name}-python27{branch-name}'
|
||||||
- 'periodic-{name}-docs{branch-name}'
|
- 'periodic-{name}-docs{branch-name}'
|
||||||
@ -54,7 +62,7 @@
|
|||||||
name: python-liberty-bitrot-jobs
|
name: python-liberty-bitrot-jobs
|
||||||
branch: 'stable/liberty'
|
branch: 'stable/liberty'
|
||||||
branch-name: '-liberty'
|
branch-name: '-liberty'
|
||||||
node: bare-trusty
|
node: ubuntu-trusty
|
||||||
jobs:
|
jobs:
|
||||||
- 'periodic-{name}-python27{branch-name}'
|
- 'periodic-{name}-python27{branch-name}'
|
||||||
- 'periodic-{name}-docs{branch-name}'
|
- 'periodic-{name}-docs{branch-name}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user