Merge "Update jobs for Bobcat development cycle"
This commit is contained in:
commit
1b80853ea7
@ -1,14 +1,16 @@
|
|||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
- nodejs16-jobs
|
- nodejs18-jobs
|
||||||
- openstack-cover-jobs
|
- openstack-cover-jobs
|
||||||
- openstack-python3-zed-jobs
|
- openstack-python3-antelope-jobs
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
|
- openstack-tox-py39
|
||||||
- refstack-tox-functional
|
- refstack-tox-functional
|
||||||
- opendev-tox-docs
|
- opendev-tox-docs
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
|
- openstack-tox-py39
|
||||||
- refstack-tox-functional
|
- refstack-tox-functional
|
||||||
- opendev-tox-docs
|
- opendev-tox-docs
|
||||||
promote:
|
promote:
|
||||||
|
@ -16,6 +16,8 @@ classifier =
|
|||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
|
Programming Language :: Python :: 3.9
|
||||||
|
Programming Language :: Python :: 3.10
|
||||||
Programming Language :: Python :: 3 :: Only
|
Programming Language :: Python :: 3 :: Only
|
||||||
Programming Language :: Python :: Implementation :: CPython
|
Programming Language :: Python :: Implementation :: CPython
|
||||||
|
|
||||||
|
@ -5,7 +5,8 @@
|
|||||||
# Developers should setup their test systems in a similar way.
|
# Developers should setup their test systems in a similar way.
|
||||||
|
|
||||||
# This setup needs to be run as a user that can run sudo.
|
# 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
|
# The root password for the MySQL database; pass it in via
|
||||||
# MYSQL_ROOT_PW.
|
# MYSQL_ROOT_PW.
|
||||||
DB_ROOT_PW=${MYSQL_ROOT_PW:-insecure_slave}
|
DB_ROOT_PW=${MYSQL_ROOT_PW:-insecure_slave}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user