4 Commits

Author SHA1 Message Date
wu.chunyang
87ba3b7876 [CI] fix openstack-tox-py311 job
Change-Id: I10210e3160912ab98c6cd7009fd637eec1516626
2023-10-24 13:51:11 +08:00
Ghanshyam Mann
2bd3ead049 Fix bindep.txt for python 3.11 job(Debian Bookworm)
Python 3.11 job run on Debian Bookworm which does
not the mysql pkg for example, mariadb-server, libmysqlclient-dev
instead they have mariadb. Updating bindep.txt file
to adjust the pkgs as per Debian bookworm.

Change-Id: I6100ef09901259e2189b3e327e5d4875a37f2721
2023-09-06 16:51:51 -05:00
Takashi Natsume
bc80e2c524 Adapt bindep ubuntu-jammy
This patch changes the following items.

* Remove python-dev in bindep.txt

  This is needed to make openstack-tox-py310 job
  to install deps properly.

* Make python3 and python3-devel installed
  on CentOS 8 and Fedora

Change-Id: Icf7c1e874923d0270bab4f76e14d5d4bfa22d6da
Signed-off-by: Takashi Natsume <takanattie@gmail.com>
2022-08-20 15:58:59 +09:00
Andreas Jaeger
7b3483723a Fix Trove CI jobs
Changes to get jobs working

1) After [1] devstack no longer changes the ownership of the whole
   /opt/stack tree to the stack user unconditionally. Switch to the
   stack user when running integration test.

2) Add bindep.txt file[2]. The default fallback file is not installed
   anymore and therefore a bindep.txt file is needed to add install
   additional packages.

3) Use trovestack script rather than devstack to build image so many
   global variables could be used for consistency. By default, devstack
   won't build image.

4) Remove the tools/test-setup.sh as it is not used any more.

5) Instance upgrade test keeps failing in CI for some reason, although
   it's always passed on my local environment. In order not to block
   other patches, skip the instance upgrade tests temporarily.

[1] https://review.opendev.org/203698
[2] http://lists.openstack.org/pipermail/openstack-discuss/2019-June/006888.html

Change-Id: I35e17afb9e827b1fead9d28dbf32f11ce4034a9b
2019-08-14 21:20:34 +12:00