Merge "Update jobs for Bobcat development cycle"

This commit is contained in:
Zuul 2023-05-18 09:24:25 +00:00 committed by Gerrit Code Review
commit 1b80853ea7
3 changed files with 8 additions and 3 deletions

View File

@ -1,14 +1,16 @@
- project:
templates:
- nodejs16-jobs
- nodejs18-jobs
- openstack-cover-jobs
- openstack-python3-zed-jobs
- openstack-python3-antelope-jobs
check:
jobs:
- openstack-tox-py39
- refstack-tox-functional
- opendev-tox-docs
gate:
jobs:
- openstack-tox-py39
- refstack-tox-functional
- opendev-tox-docs
promote:

View File

@ -16,6 +16,8 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython

View File

@ -5,7 +5,8 @@
# Developers should setup their test systems in a similar way.
# This setup needs to be run as a user that can run sudo.
sudo apt-get install xdg-utils
sudo apt-get install dbus-user-session && systemctl --user start dbus.service
# The root password for the MySQL database; pass it in via
# MYSQL_ROOT_PW.
DB_ROOT_PW=${MYSQL_ROOT_PW:-insecure_slave}