Remove old projects yaml jobs

We have switched to using the combined job now.

Change-Id: I37a8ec508a95687d7201d63b2e39c827ceb99632
This commit is contained in:
James E. Blair 2014-08-16 17:51:39 -07:00
parent bacc535533
commit 496727731e
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}