Compare commits

..

7 Commits

Author SHA1 Message Date
OpenDev Sysadmins
cb493bbf68 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:45:00 +00:00
Nguyen Hai
23da7630df 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: Ib054bab6169d79506308e8a5b6cceb8ae6ca1dec
Story: #2002586
Task: #24344
2018-08-19 00:58:31 +09:00
OpenStack Proposal Bot
b9ed7a202b Updated from global requirements
Change-Id: I4476d16ef1a5ef2cac0ab7bd963dfcd4588a24a2
2017-05-15 23:39:29 +00:00
OpenStack Proposal Bot
b5f7cfcb52 Updated from global requirements
Change-Id: Ib33b68bae0bf748e0b6c16cf61f073d32514bfcc
2017-03-09 18:24:05 +00:00
OpenStack Proposal Bot
dd8aea0f45 Updated from global requirements
Change-Id: I36571844eb572791401212f4fa9c620ded1d6739
2017-02-09 18:21:23 +00:00
8f400ea57d Update UPPER_CONSTRAINTS_FILE for stable/ocata
Change-Id: Ie35b28b84c26c1845612dab315f2d7f6205c1ad9
2017-01-19 18:12:11 +00:00
35d1a509a0 Update .gitreview for stable/ocata
Change-Id: I693dacc9dd9ea579c82c2fff9ad4776add054050
2017-01-19 18:12:11 +00:00
4 changed files with 16 additions and 3 deletions

View File

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

12
.zuul.yaml Normal file
View File

@@ -0,0 +1,12 @@
- project:
templates:
- openstack-python-jobs
- openstack-python35-jobs
- publish-openstack-sphinx-docs
- check-requirements
- openstackclient-plugin-jobs
check:
jobs:
- openstack-tox-cover:
voting: false

View File

@@ -9,6 +9,6 @@ oslo.i18n>=2.1.0 # Apache-2.0
oslo.utils>=3.18.0 # Apache-2.0
pbr>=1.8 # Apache-2.0
PrettyTable<0.8,>=0.7.1 # BSD
keystoneauth1>=2.17.0 # Apache-2.0
keystoneauth1>=2.18.0 # Apache-2.0
six>=1.9.0 # MIT
PyYAML>=3.10.0 # MIT

View File

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