Commit Graph

22 Commits

Author SHA1 Message Date
Harald Jensås a9c4fc2414 Bump ironic-staging-drivers-all job timout to 90m
Seeing many timeouts on:
  https://review.opendev.org/c/x/ironic-staging-drivers/+/877765

Let's try increasing the timeout.

Change-Id: I8231eda8563cde9a6e98533d9c6e0fe539fdf2ed
2023-03-30 14:40:09 +00:00
Riccardo Pittau 6a2590ec6a Fixes for tox4
- use generic test template
- remove autospec in power test as we don't use actual libvirt
module to test. The libvirt-python module is fully mocked.

Change-Id: Ied36a8afb818422c643edca8a2feeec977b53551
2023-01-03 09:48:18 +01:00
Riccardo Pittau 2976bed022 Use zed jobs
Change-Id: I1e0ea494661c6598f6704b863d144cf981952832
2022-05-10 17:08:59 +02:00
Dmitry Tantsur 1c40f8ae57 Fix the CI
* Fix the default interfaces in the devstack plugin
* Do not default to netboot with a whole disk image
* Add missing stestr dependency, removed unused dependencies

Change-Id: I88fe1eb17acb27f18a3093367a29b5f5049d74af
2022-05-10 15:08:55 +02:00
Dmitry Tantsur 34f96a4a53 Use Xena jobs
Change-Id: I24cf9cd0231778bf7906a16b85d2de4f76d8d856
2021-03-19 17:27:39 +01:00
Riccardo Pittau 55eae25598 Remove lower-constraints job
As discussed during the upstream ironic community meeting on
Monday Dec 14 2020, the lower-constraints job is being removed.

Change-Id: Id4a2f06857e9732b52b9f76ee22409c7b71902fd
2020-12-15 18:33:40 +01:00
Zuul a130c7d656 Merge "Use wallaby jobs" 2020-10-19 17:05:42 +00:00
Dmitry Tantsur 1bcfa47ac1 CI: disable dstat
Change-Id: I5a429fce8fd290e54d56b13f100c3d5484e8e9e9
2020-10-19 13:21:00 +02:00
Riccardo Pittau 5b8e430cde Use wallaby jobs
Change-Id: I579b9ae5643621c420408af31d645bfa1a60cf1b
2020-10-19 12:12:01 +02:00
Riccardo Pittau efe6d9e2d6 Use jobs template for Victorya cycle
Change-Id: I6b447bc022f7aaef71d183de474004dfb4ea12fa
2020-07-15 15:41:31 +02:00
Riccardo Pittau 74d69c67cd Restore default netboot boot option
We changed the default boot option to local but should be netboot
for this job.

Change-Id: Ia7088a338b65f17410ddfa1c9439ccd0d8b20900
2020-04-27 16:06:06 +02:00
Riccardo Pittau 16fc06ada1 Switch to zuulv3
Change-Id: I880a6571b076de200782269253b7f851688100c8
2020-04-14 09:43:25 +02:00
Iury Gregory Melo Ferreira 77de3d5bb9 Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

ironic-staging-drivers is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal - https://review.opendev.org/#/c/691178/

Change-Id: Iab168e51cdfed11a3982da717e6cb40dbcaabfd5
2019-11-27 18:57:55 +01:00
Riccardo Pittau b0dc7efe8a Add Python 3 Train unit tests
This is a manually 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

Depends-On: I8432eb58c44ebbcaccffa801e3bc5b791e37c84b

Change-Id: Id236f6565c0b0a5ebdaab30fbc6b96a22f05a3ec
2019-07-03 10:01:34 +02:00
OpenDev Sysadmins 4d3327a980 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:51:42 +00:00
Dmitry Tantsur 9114585ab2 Add a Python 3.6 unit test job
Change-Id: Ia5fa370b68f16fddb060c6102969b8b9b3663152
2019-03-25 12:03:33 +01:00
Dmitry Tantsur c5fbcf02c4 Migrate jobs in-tree
Change-Id: Ia444e385ffd4f774c408d5173b9f2d147cb723ca
2019-03-25 11:57:53 +01:00
Andreas Jaeger c0e5dff85b Use template for lower-constraints
Use openstack-lower-constraints-jobs template, remove individual
jobs.

Change-Id: Id4388867c19174032ade5c00ad73cba2389b9b96
Needed-By: https://review.openstack.org/623229
2018-12-20 21:02:17 +01:00
Dmitry Tantsur 85faeb2d2b Configure webhook for publishing docs
Change-Id: I8e054d0e1af04eb80720465fdd4946f809240d9a
2018-08-09 14:44:57 +02:00
Doug Hellmann 174a342433 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: I4b1ca0a1f067895640f0a71d6dd392d33e3def4e
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-03-23 10:36:03 +00:00
James E. Blair 940a4bbe9d 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: Iae39fc4feb54006ee1d10ba6afca105f84d6b042
2018-01-27 13:36:48 -08:00
Pavlo Shchelokovskyy 725b85484f Remove Ansible-deploy interface
it is now part of ironic itself, and version in ironic-staging-drivers
conflicts with version in ironic, blocking ironic-conductor from
starting when ironic-staging-drivers is installed.

Change-Id: I917b7399b3249143ba6cf75f61d96a1c64f94e7d
2017-12-18 14:55:35 +02:00