Skip to content

Commit

Permalink
Clean up role tests
Browse files Browse the repository at this point in the history
Now that we're using the general templates, we can slim down
the role test definitions. We can also remove tests which are
not being watched, or which are fundamentally broken. With
this we can also remove unused scripts/plays.

We do the following:

1. We remove the 'ssl' job, given that the person working on
   that is no longer doing so, and no-one else has picked up
   the work.
2. We revert the use of project templates to using job config
   directly, given that nothing other than Ubuntu is supported.

Depends-On: https://review.openstack.org/600906
Change-Id: Icc88c81c5c8247a4f511819d38b08ac1cf5262e5
  • Loading branch information
Jesse Pretorius committed Sep 8, 2018
1 parent 7266fe2 commit 9a2f843
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 49 deletions.
8 changes: 0 additions & 8 deletions tox.ini
Expand Up @@ -93,14 +93,6 @@ commands =
bash -c "{toxinidir}/tests/common/test-ansible-functional.sh"


[testenv:ssl]
setenv =
{[testenv]setenv}
ANSIBLE_PARAMETERS=-vvv -e galera_use_ssl=True
commands =
bash -c "{toxinidir}/tests/common/test-ansible-functional.sh"


[testenv:linters]
commands =
bash -c "{toxinidir}/tests/common/test-ansible-env-prep.sh"
Expand Down
21 changes: 0 additions & 21 deletions zuul.d/jobs.yaml

This file was deleted.

29 changes: 9 additions & 20 deletions zuul.d/project.yaml
Expand Up @@ -14,30 +14,19 @@

- project:
templates:
- openstack-ansible-role-jobs
- check-requirements
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- openstack-ansible-ironic-ssl-nv
# TODO(jrosser) Revert this once centos-7 passes
- openstack-ansible-functional-centos-7:
voting: false
# TODO(jrosser) Revert this once opensuse-150 passes
- openstack-ansible-functional-opensuse-150:
voting: false
# TODO(jrosser) Revert this once opensuse-423 passes
- openstack-ansible-functional-opensuse-423:
voting: false
- openstack-ansible-linters
- openstack-ansible-functional-ubuntu-xenial
- openstack-ansible-functional-ubuntu-bionic
experimental:
jobs:
- openstack-ansible-integrated-deploy-aio
gate:
jobs:
# TODO(jrosser) Revert this once centos-7 passes
- openstack-ansible-functional-centos-7:
voting: false
# TODO(jrosser) Revert this once opensuse-150 passes
- openstack-ansible-functional-opensuse-150:
voting: false
# TODO(jrosser) Revert this once opensuse-423 passes
- openstack-ansible-functional-opensuse-423:
voting: false
- openstack-ansible-linters
- openstack-ansible-functional-ubuntu-xenial
- openstack-ansible-functional-ubuntu-bionic

0 comments on commit 9a2f843

Please sign in to comment.