Update jobs for Bobcat development cycle
- Adds an Antelope job as upstream has just released it and moved to the Bobcat development cycle - Update nodejs version to Node.js 18 Change-Id: Ia83c1a0e7ae011657bd195c23b0aae36381ff3a7
This commit is contained in:
parent
aa239130d6
commit
75eb3c0bf1
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user