- 05 Jul, 2019 1 commit
-
-
Corey Bryant authored
This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: I3cb88c079088916164d82a0f5b253c22528c0543 Story: #2005924 Task: #34234
-
- 03 Jul, 2019 1 commit
-
-
Zuul authored
-
- 26 Jun, 2019 1 commit
-
-
Elod Illes authored
As it was announced [1] global bindep-fallback.txt was removed and now projects need to have a local bindep.txt to be able to install binary dependencies for testing. In documentation zuul job graphviz package ('dot' command) is needed. Without that the job fails with: dot command 'dot' cannot be run (needed for graphviz output), check the graphviz_dot setting [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-June/007272.html Change-Id: Ib9a720379ca997f848212eeca68ed9f32e4ed349
-
- 18 Jun, 2019 1 commit
-
-
jacky06 authored
1. Sync sphinx dependency with global requirements. It caps python 2 since sphinx 2.0 no longer supports Python 2.7. 2. Remove unncessary "==" Change-Id: Ied4095b176b20795f6a8d4d7a84d01d958d76896
-
- 23 Apr, 2019 1 commit
-
-
Le Hou authored
Change-Id: Ie9e013284751e549921ea6652a50368050ae2b2d
-
- 19 Apr, 2019 1 commit
-
-
OpenDev Sysadmins authored
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.
-
- 18 Mar, 2019 1 commit
-
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/stein. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/stein. Change-Id: I15dc275f59b165f20a8eafb40c1b0940cd322168 Sem-Ver: feature
-
- 15 Feb, 2019 1 commit
-
-
Corey Bryant authored
This is a mechanically generated patch to add a unit test job running under Python 3.7. See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html Change-Id: I2a34080d1c4dac57e5739e56b508f47f924f662f Story: #2004073 Task: #27440
-
- 20 Dec, 2018 1 commit
-
-
Andreas Jaeger authored
Small cleanups: * Use openstack-lower-constraints-jobs template, remove individual jobs. * Sort list of templates Change-Id: I2d7aa134e60a7a8210d3f81d321847d35448518d Needed-By: https://review.openstack.org/623229
-
- 14 Dec, 2018 1 commit
-
-
melissaml authored
Mailinglists have been updated. Openstack-discuss replaces openstack-dev. Change-Id: I19475a552c7efa44a30354adf55f4b5c2b09d201
-
- 04 Dec, 2018 1 commit
-
-
kangyufei authored
Change-Id: I965782d57ee8f7e5ea8a67528d0ae1250a73d1a9
-
- 11 Aug, 2018 1 commit
-
-
Doug Hellmann authored
This is a mechanically generated patch to add a functional test job running under Python 3 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Ia656564afc96075610fd44f34e3b9f8e42739dc2 Story: #2002586 Task: #24322
-
- 07 Aug, 2018 1 commit
-
-
Doug Hellmann authored
This is a mechanically generated patch to add a unit test job running under Python 3.6 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I4304f29305d263ebaf109493b04cbec62211e825 Story: #2002586 Task: #24322
-
- 03 Aug, 2018 1 commit
-
-
Doug Hellmann authored
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. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Ic9d546e208a0d3916e57fc3c1d9d8a069d7ca516 Story: #2003250
-
- 26 Jul, 2018 1 commit
-
-
OpenStack Release Bot authored
Change-Id: I3449260fc178c5ae61d0040b0d5bf82b055a37c6
-
- 11 Jul, 2018 1 commit
-
-
Vu Cong Tuan authored
According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: Ic388868baaf9a1204d4ad35f3467de564c1a56fa
-
- 06 Jun, 2018 1 commit
-
-
Doug Hellmann authored
We want to default to running all tox environments under python 3, so set the basepython value in each environment. We do not want to specify a minor version number, because we do not want to have to update the file every time we upgrade python. We do not want to set the override once in testenv, because that breaks the more specific versions used in default environments like py35 and py36. Change-Id: I9a8f7b1734b23751e47297a15676219627969d7c Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-
- 20 Apr, 2018 1 commit
-
-
melissaml authored
Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: Id427d5b44602fa9210c537fa267abe05239dd3cd
-
- 13 Apr, 2018 2 commits
-
-
Doug Hellmann authored
Update the list of default virtualenvs that are run when a developer just runs "tox" without specifying an environment. Change-Id: I49c9203bb76f9cc075d7d7673d32daaf070bbfb7 Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-
Doug Hellmann authored
Set the default python to python3 except for the py27 environment. We have to set that explicitly to override the new default. Change-Id: I5ae4018191b6b78aa8abc22fd12e4c5ec1c02374 Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-
- 25 Mar, 2018 1 commit
-
-
Doug Hellmann authored
Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Change-Id: I0fb35cb5102c1a9a45671bcb7631fe005925543c Depends-On: https://review.openstack.org/555034 Signed-off-by:
Doug Hellmann <doug@doughellmann.com>
-
- 15 Mar, 2018 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Iac66717a73de5ae214c64a28cd48ad9e40fb7c7a
-
- 24 Jan, 2018 2 commits
-
-
OpenStack Release Bot authored
Change-Id: I84d0ec9ef37fcb6ce7a378f9331fb4765702a3f6
-
OpenStack Proposal Bot authored
Change-Id: Ia7d9a570e566be00de9d53ce02fceb9500348b43
-
- 17 Jan, 2018 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I97807215bd7cdd4e8e4b4f7766b3605cbc6c6557
-
- 16 Jan, 2018 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I5f0b04d1a219bf1b4736b1762bdb509cf957ea35
-
- 04 Dec, 2017 1 commit
-
-
Zuul authored
-
- 02 Dec, 2017 1 commit
-
-
Andreas Jaeger authored
We do not need tox_install.sh, pip can handle constraints itself and install the project correctly. Thus update tox.ini and remove the now obsolete tools/tox_install.sh file. This follows https://review.openstack.org/#/c/508061 to remove tools/tox_install.sh. Change-Id: I9f2ad4af40ae0ce46a2e01d25e335820079ec66c
-
- 17 Nov, 2017 1 commit
-
-
Andreas Jaeger authored
Release notes are version independent, so remove version/release values. We've found that projects now require the service package to be installed in order to build release notes, and this is entirely due to the current convention of pulling in the version information. Release notes should not need installation in order to build, so this unnecessary version setting needs to be removed. This is needed for new release notes publishing, see I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting at http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html . Change-Id: Idc3bf6f4d620e1b7b10600dc28d46dd2e7d0d9e8
-
- 16 Nov, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: Ifff75c7292a47a5b2b3671be43977fab361808b5
-
- 20 Sep, 2017 2 commits
-
-
Jenkins authored
-
OpenStack Proposal Bot authored
Change-Id: I0f8ba2dfe7e7f5cd08dec7eacdc34a74f591e239
-
- 22 Aug, 2017 1 commit
-
-
ChangBo Guo(gcb) authored
The usage of 'default_start_state' via the machine constructor is deprecated usage of the 'default_start_state' property setter is recommended. And there is no usage of default_start_state as constructor argument in other projects [1]. It's safe to remove it now. [1] http://codesearch.openstack.org/?q=default_start_state&i=nope&files=&repos= Change-Id: I454d453d513ae670ddd664d1d8b20ecf8d1202dd
-
- 18 Aug, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I470b822c4bc0a7ddbdd75da310e489ac286fd83f
-
- 28 Jul, 2017 1 commit
-
-
OpenStack Release Bot authored
Change-Id: Ia25f42e4067ef089f1d40d9217908725cc73e86c
-
- 27 Jul, 2017 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I972937f6b646f41cc80ebb4323ab38391ce09fa0
-
- 12 Jul, 2017 1 commit
-
-
ChangBo Guo(gcb) authored
Change-Id: I5c105518744901133b0c6a8fd8e7919d587bd42e
-
- 06 Jul, 2017 3 commits
-
-
Doug Hellmann authored
Change-Id: I452f23fee992a2e80980b32ef1e4e5afa355ad44 Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-
Doug Hellmann authored
Change-Id: I2b59094e2e670d711ed924e5c1c59b1e67568ca7 Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-
Doug Hellmann authored
Change-Id: I1acfaaecd446953587ec36bda1cd795afed26b43 Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-