Merge "Remove old projects yaml jobs"

This commit is contained in:
Jenkins 2014-09-16 14:53:37 +00:00 committed by Gerrit Code Review
commit 1fc20ab858
2 changed files with 0 additions and 36 deletions

View File

@ -73,34 +73,6 @@
- upload-sphinx-draft
- job:
name: check-projects-yaml-alphabetized
node: 'bare-precise || bare-trusty'
builders:
- revoke-sudo
- gerrit-git-prep
- tox:
envlist: projects_alphabetized
publishers:
- console-log
- job:
name: check-projects-yaml-upstream
node: 'bare-precise || bare-trusty'
builders:
- revoke-sudo
- gerrit-git-prep
- tox:
envlist: upstream
publishers:
- console-log
- job:
name: gate-config-projects-yaml
node: 'bare-precise || bare-trusty'

View File

@ -17,14 +17,6 @@ commands =
{toxinidir}/tools/check_upstream_url_scheme.py modules/openstack_project/files/review.projects.yaml
{toxinidir}/tools/check_projects_yaml_alphabetized.sh
[testenv:upstream]
deps = PyYAML
commands =
{toxinidir}/tools/check_upstream_url_scheme.py -v modules/openstack_project/files/review.projects.yaml
[testenv:projects_alphabetized]
commands = {toxinidir}/tools/check_projects_yaml_alphabetized.sh
[testenv:venv]
commands = {posargs}