Use tox -e zuul for layout test

Adjust tox environment, the check_projects_yaml_alphabetized.sh script
only works with gerrit/projects.yaml but not with layout.yaml, so remove
the call.

Change the job to use tox -e zuul.

Change-Id: I70d918ec1de94c6ec9aa0c2c6647aa8c791df303
This commit is contained in:
Andreas Jaeger 2014-09-30 17:40:34 +02:00
parent 5237584d56
commit f4a284d3e8
2 changed files with 2 additions and 3 deletions

View File

@ -34,8 +34,8 @@
builders:
- revoke-sudo
- gerrit-git-prep
- shell: |
./tools/run-layout.sh
- tox:
envlist: 'zuul'
- zuul_swift_upload_console_log
publishers:

View File

@ -44,7 +44,6 @@ commands =
basepython = python2.7
deps =
commands =
{toxinidir}/tools/check_projects_yaml_alphabetized.sh jenkins/jobs/projects.yaml
{toxinidir}/tools/run-layout.sh
[testenv:bashate]