The update to 2.21.1 breaks glance unit tests:
FAIL: glance.tests.unit.v1.test_registry_api.TestRegistryAPI.test_update_all_image_members
----------------------------------------------------------------------
Traceback (most recent call last):
File "glance/tests/unit/v1/test_registry_api.py", line 1629, in test_update_all_image_members
content_type='json')
File "glance/tests/utils.py", line 564, in get_api_response_ext
self.assertEqual(res.status_int, http_resp)
File "/data/dmueller/src/Cloud/glance/.tox/venv/lib/python2.7/site-packages/testtools/testcase.py", line 411, in assertEqual
self.assertThat(observed, matcher, message)
File "/data/dmueller/src/Cloud/glance/.tox/venv/lib/python2.7/site-packages/testtools/testcase.py", line 498, in assertThat
raise mismatch_error
testtools.matchers._impl.MismatchError: 200 != 204
Related-Bug: #1728368
This reverts commit 47206e21375ddd6a33c4b1e5d65d95976a73d70a.
Also, set tox_install_siblings=false temporarily due to a bug
in tox_siblings which is causing incorrect versions to be
installed.
Change-Id: Ic91acb78452ec5f73015b47bbb3effd0d6bda497
We should be able to set the tox work dir in the job definition.
Also, updates the files matcher so changes to the jobs cause them
to run.
Change-Id: I519a5257bb3806169ee78dee9ac6ae92d282a889
Convert the existing legacy-cross-* jobs over to the
new cross-check-job.
Adds a small bump to upper-constraints in order to test
the success of this review.
Co-Authored-By: Dirk Mueller <dirk@dmllr.de>
Change-Id: Iba6a025e3a10185ad1d8217244b967713cace3f6
These are going to be rewritten to native zuulv3 jobs
in the next commit.
Needed-By: I3b0dbdcc02a0a8cff0c52701fadf7632648afb97
Change-Id: I3b9a86528350242c4d785d0f49c318de6c29ec75