Compare commits

..

6 Commits

Author SHA1 Message Date
OpenDev Sysadmins
884a227b03 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:42:57 +00:00
Zuul
58128dee7e Merge "Update UPPER_CONSTRAINTS_FILE for stable/ocata" into stable/ocata 2018-09-19 23:27:21 +00:00
Zuul
c8be166dd3 Merge "Update .gitreview for stable/ocata" into stable/ocata 2018-09-19 23:10:29 +00:00
Doug Hellmann
21f98cf00c import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I10a6eea6658be6599ac7e4f87603bdf0a82b5720
Story: #2002586
Task: #24289
2018-08-31 08:58:18 -04:00
dd510d32f9 Update UPPER_CONSTRAINTS_FILE for stable/ocata
Change-Id: Ib9f6843c665cc85041f7412dc6293f9c80cee820
2017-01-26 21:24:13 +00:00
692d403a3e Update .gitreview for stable/ocata
Change-Id: I92fac1824a863e0696556d6e455b76d715ed92a7
2017-01-26 21:24:12 +00:00
4 changed files with 12 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
[gerrit]
host=review.openstack.org
host=review.opendev.org
port=29418
project=openstack/python-cloudkittyclient.git
defaultbranch=stable/ocata

8
.zuul.yaml Normal file
View File

@@ -0,0 +1,8 @@
- project:
templates:
- openstack-python-jobs
- openstack-python35-jobs
- openstackclient-plugin-jobs
post:
jobs:
- openstack-tox-cover

View File

@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
hacking<0.10,>=0.9.2
coverage>=3.6 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD

View File

@@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -U {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt