Prepare to test git-review
* .../files/jenkins_job_builder/config/projects.yaml: Switch the python-jobs group in for the previous pep8 and tarball jobs, since we want to start running pythonXX tests too. * .../files/zuul/layout.yaml: Run voting gate-git-review-pythonXX jobs. These are effectively no-op tests for the moment, but will be shortly followed by actual integration tests already under review. Change-Id: I8cd516eef55e25d200609f6de3f06d322df383c7
This commit is contained in:
parent
19223c2b82
commit
6e2c0d775e
@ -281,9 +281,7 @@
|
|||||||
node: precise
|
node: precise
|
||||||
tarball-site: tarballs.openstack.org
|
tarball-site: tarballs.openstack.org
|
||||||
jobs:
|
jobs:
|
||||||
- gate-{name}-pep8
|
- python-jobs
|
||||||
- '{name}-branch-tarball'
|
|
||||||
- '{name}-tarball'
|
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
|
||||||
|
@ -1787,8 +1787,14 @@ projects:
|
|||||||
- name: openstack-infra/git-review
|
- name: openstack-infra/git-review
|
||||||
check:
|
check:
|
||||||
- gate-git-review-pep8
|
- gate-git-review-pep8
|
||||||
|
- gate-git-review-python26
|
||||||
|
- gate-git-review-python27
|
||||||
|
- gate-git-review-python33
|
||||||
gate:
|
gate:
|
||||||
- gate-git-review-pep8
|
- gate-git-review-pep8
|
||||||
|
- gate-git-review-python26
|
||||||
|
- gate-git-review-python27
|
||||||
|
- gate-git-review-python33
|
||||||
post:
|
post:
|
||||||
- git-review-branch-tarball
|
- git-review-branch-tarball
|
||||||
pre-release:
|
pre-release:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user