6 Commits

Author SHA1 Message Date
Zuul
eb1d811ebb Merge "Actually run check-requirements" 2017-10-30 17:59:37 +00:00
Andreas Jaeger
0b56f589a8 Actually run check-requirements
The job definition missed to actually run the written playbook, add it.

Change-Id: I4b1140c20c68821eaf0849c9ee551ff9b1c27deb
2017-10-30 07:51:48 +01:00
Dirk Mueller
daa2bedb1e Revert "update constraint for oslo.serialization to new release 2.21.2"
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
2017-10-29 09:19:29 -07:00
James E. Blair
ae5fc2922b Remove unecessary playbook
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
2017-10-21 05:05:38 +00:00
James E. Blair
339b108aee Add a Zuul v3 native cross-check job
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
2017-10-20 15:33:14 +02:00
Dirk Mueller
1514d3fb7f Add copy project-config's legacy-requirements-cross-* jobs
These are going to be rewritten to native zuulv3 jobs
in the next commit.

Needed-By: I3b0dbdcc02a0a8cff0c52701fadf7632648afb97
Change-Id: I3b9a86528350242c4d785d0f49c318de6c29ec75
2017-10-19 22:56:10 +02:00