diff options
| author | Andreas Jaeger <aj@suse.com> | 2018-01-16 08:11:28 +0100 |
|---|---|---|
| committer | Jens Harbott <j.harbott@x-ion.de> | 2018-06-11 06:50:53 +0000 |
| commit | c42e5b510d66bc41a82c6ddf014fbaa44bc7b0e2 (patch) | |
| tree | 3a807f85377cd079dc3ad0ee7c4b1616e0357ef9 /playbooks/osc-devstack | |
| parent | 9f6f9c1beae64c170f6c27808b4d5ce8bc14f1e0 (diff) | |
| download | python-openstackclient-c42e5b510d66bc41a82c6ddf014fbaa44bc7b0e2.tar.gz | |
Fix stable pike build errors
This is a squash of two commits that need to be merged together in order
to get all tests to pass:
Commit message #1:
Use Zuul v3 fetch-subunit-output
We have consolidated the fetch output roles into one
fetch-subunit-output, replace useage of old roles with new one.
Original change-id: Iae2892d9b4cd870a11579434edc9ee66bd16798c
(cherry picked from commit 0a2ee90204068a1284f207397bcb253ec1e13c7e)
Commit message #2:
Fix sphinx-docs job for stable branch
build-openstack-sphinx-docs jobs fail on stable branches because the
new pip version 10 changed a Warning into an Error: When calling
"pip install" without any package name, the command now fails.
tox_install.sh is being called during docs job without any package
passed to pip.
Note that this only affects stable/pike and older, so there is no patch
in master to cherry-pick this from. Newer branches use a different way
to set up the tox environment.
Depends-On: https://review.openstack.org/573665
Change-Id: I35e9ede7103031ea3ea45e35d743e63059fb8d0b
Diffstat (limited to 'playbooks/osc-devstack')
| -rw-r--r-- | playbooks/osc-devstack/post.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/playbooks/osc-devstack/post.yaml b/playbooks/osc-devstack/post.yaml index db7ca7d6..a1983648 100644 --- a/playbooks/osc-devstack/post.yaml +++ b/playbooks/osc-devstack/post.yaml @@ -1,4 +1,3 @@ - hosts: all roles: - - fetch-tox-output - - fetch-stestr-output + - fetch-subunit-output |
