diff options
author | Stephen Finucane <sfinucan@redhat.com> | 2020-10-12 17:25:03 +0100 |
---|---|---|
committer | Stephen Finucane <sfinucan@redhat.com> | 2020-10-12 17:25:03 +0100 |
commit | 671f73694a207b4b2b5a7cf377bc46dad7e79324 (patch) | |
tree | b854409cccba188e1f1233e1a7aa212cb9bd4bb8 /.zuul.yaml | |
parent | a48c05b90a376ce33e2f0a2d321b8c851a6ef0b0 (diff) | |
download | python-openstackclient-671f73694a207b4b2b5a7cf377bc46dad7e79324.tar.gz |
zuul: Stop testing against Tempest
Neither Tempest itself nor any of the service projects use OSC. As such,
there's no reason to run Tempest jobs here. It's simply a waste of
resources.
Change-Id: I74b0b196fe59e5e1462e3dadc659cf6680a53f80
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to '.zuul.yaml')
-rw-r--r-- | .zuul.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,4 @@ +--- - job: name: osc-tox-unit-tips parent: openstack-tox @@ -225,7 +226,6 @@ - publish-openstack-docs-pti - check-requirements - release-notes-jobs-python3 - - lib-forward-testing-python3 check: jobs: - osc-build-image |