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: Ifbcb65237598b99224768a47c18b30473c2eaa3e
Unfortunate timing on a second oslo.messaging API break that landed
a day after the previous major release. We plan to hold any further
such changes until next cycle so this should be the last one in
Rocky.
Change-Id: Iebf40a458d2555d9378007945685516512975e4b
make get_last_release() go further back in release history,
compute the depth at which it finds a release.
Properly increment feature version based on the depth at
which the last release was found.
Change-Id: I5880611a7d9005cee8fe4c2d7920f84d880eeeb8
Task: 22351
The calculation of the last release was working from release
information from targeted series, and used specific code to
retrieve the data from the previous series if that failed.
In preparation for landing code to look further backwards in
history, refactor that code to retrieve and work from a
release history object containing list of releases for each
considered series.
To preserve current behavior, for the moment, we only retrieve
history for the targeted series and the series before that.
This allows to get rid of mocks in get_last_release() tests and
simplify testing from a history of releases.
Change-Id: I48ff9c46c1e9250fbdfc5dd5344f18c7e046735a
Support 'stable' deliverables in init_series by not skipping
over deliverables that did not get any old_series release.
Add a warning to the generated YAML file instead.
Change-Id: I0b79354f01604641a348db50fcbb43376ae3111d
Task: 22350
Gerrit ACLs need to be periodically checked to spot ACLs
allowing direct tagging or branching on official deliverables.
As discussed at the release meeting, this should be manually run
after each milestone.
Change-Id: Ief99c2f6bce4ee884604ac247c331d7e6edfccae
There were a few typos and other small changes mentioned in the review
of https://review.openstack.org/#/c/579019. This patch fixes those.
Change-Id: I928e8f0930c4fb405d6947d82883fa48a5185dfc
Signed-off-by: Doug Hellmann <doug@doughellmann.com>