Commit Graph

16 Commits

Author SHA1 Message Date
Ghanshyam Mann 5288ade765 Retire compute-hyperv: remove repo content
Winstackers project has been retired
- https://review.opendev.org/c/openstack/governance/+/886880

this commit remove the content of compute-hyperv
deliverables of this project

Depends-On: https://review.opendev.org/c/openstack/project-config/+/894408/1
Change-Id: I06e90d64c0211f87d3b1347667b27e5c81f85dac
2023-09-09 12:28:11 -07:00
OpenStack Release Bot 8bf18c2c1f Switch to 2023.1 Python3 unit tests and generic template name
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for antelope. Also,
updating the template name to generic one.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I7758727b05ecb5f7d42248d2a734996184c05c1d
2022-09-13 09:18:52 +00:00
OpenStack Release Bot aad19eab91 Add Python3 zed unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for zed.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: If0f5e7a1fbbc323b78e87a9536af48c112055611
2022-03-10 07:58:50 +00:00
Lucian Petrut 64ff00727e Drop lower constraints
Maintaining project lower constraints has become an increasingly
difficult task, especially considering the new pip resolver.

That being considered, the TC has stated that it's up to project
maintainers to decide if they want to continue using lower constraints.
The Cinder project has already dropped the lower constraints job [2].

In order to reduce the burden, we dropped indirect dependencies from
the lower constraints file. This is now causing the lower constraints
job to time out:

   This is taking longer than usual. You might need to provide the
   dependency resolver with stricter constraints to reduce runtime.
   See https://pip.pypa.io/warnings/backtracking for guidance.
   If you want to abort this run, press Ctrl + C.

Since we don't really want to go back to maintaining a huge list of
lower constraints, it's time for us to remove the job.

[1] http://lists.openstack.org/pipermail/openstack-discuss/2021-March/021204.html
[2] https://review.opendev.org/c/openstack/cinder/+/789077

Change-Id: I08de76202f9c37332e599b2becd21ca5ca87df19
2022-01-27 10:45:16 +02:00
OpenStack Release Bot b76e4867bd Add Python3 yoga unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for yoga.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I354cd5be9f6c645012c7f12cb7c4d174c6e0610c
2021-09-15 02:10:20 +00:00
OpenStack Release Bot e0aceaab50 Add Python3 xena unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for xena.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: If4315235006d11e7f26e1632eff4f353860483f2
2021-04-02 09:56:11 +00:00
OpenStack Release Bot e7021d221a Add Python3 wallaby unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for wallaby.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I68b36c3fc21142cfd8c02e6f25a3b7fe3a19db56
2020-09-22 14:11:20 +00:00
OpenStack Release Bot 5ce4494fd3 Add Python3 victoria unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for victoria.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I20b332823e80577a4cf5f46c8d5d8684a35f9f48
2020-04-22 12:52:28 +00:00
Andreas Jaeger 37f1362dc1 Fix releasenotes building
Use the template, this will work with python3.

Change-Id: Id592a0a303374bf7c7cb89eeb98f03862118861e
2020-04-02 11:23:14 +02:00
Lucian Petrut bd2aacc14f Handle Python 3 transition and fix tests
While dropping Python 2.7 support, the upstream project has been
updated, so we'll have to move the templates in-tree.

While at it, we're updating the supported Python versions.

Some Nova fixtures have been moved to oslo.test, so in order to be
able to unblock the gate, we'll have to squash those fixes as well.
For the same reason, we'll have to remove nova-network checks, which
has been completely dropped.

A few options have been moved to a separate config group, which
we'll have to take into account.

Change-Id: Ibce6b062a81200611bcaac3f2cb90b14b559375b
2020-01-16 13:12:09 +02:00
Andreas Jaeger f7c98982ad Update docs jobs
Use tox-docs instead of obsolete build-openstack-sphinx-docs job.

Add readme to index to fix RST building.

Update tox.ini for this change,
disable sphinx's option to tread warnings as errors since nova
autogenerated code contains links to nova documents that do not work
when build here. Note that the previous build-sphinx also disabled
warnings, so this is no change in behaviour in jobs.

Update old pike link to current stein.

Update requirements for global-requirements change.

Remove unneeded json test from doc environment, there are no json files in the
doc directory and thus the test fails.

Change-Id: Id57f462ff4f1fa843051721aa78bb332b8a37fcd
2019-05-27 09:25:58 +00:00
Andreas Jaeger d4f2fe346e Use template for lower-constraints
Small cleanups:

* Use openstack-lower-constraints-jobs template, remove individual
  jobs.
* Sort list of templates

Change-Id: Iaa3e04f7a87b75a4730ea1f3155b3626e80b9bbe
Needed-By: https://review.openstack.org/623229
2018-12-20 20:52:15 +01:00
Doug Hellmann 74ea9d7166 add lower-constraints job
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: I90c548df545990a4575628d918f2bce72071c9ca
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-08-02 07:31:06 -07:00
James E. Blair 6596aab8f4 Zuul: Remove project name
Zuul no longer requires the project-name for in-repo configuration.
Omitting it makes forking or renaming projects easier.

Change-Id: I07536e3a73fcf262c8fce5a393d9f2b8c8ea99f7
2018-02-01 12:00:27 -08:00
Claudiu Belu 9d44bc3001 tox: Installs nova as a requirement
Change-Id: I7f0554956e3a11ef41c542977ce041519a713b15
2017-12-19 14:53:38 +00:00
Claudiu Belu a550636298 Adds docs and reno jobs
Change-Id: I9ab5fb42da16d6e13f6411ecd5eb475aea38960f
2017-12-18 11:51:42 +00:00