701c4d39db
- Add a job to run full Tempest with enabled profiler - Minimum versions of databases with JSON data type support - Allow OSPROFILER_TRACE_SQLALCHEMY to be overridden - Don't fail if sqlalchemy driver fails to initialize - Fix elasticsearch version in python requirements - Automatic configuration of SQLAlchemy driver in DevStack - Rename OSProfiler-enabled Tempest job - Add Python 3 Train unit tests - Bring env OSPROFILER_CONNECTION_STRING into effect - Optimize storage schema for Redis driver - Replace git.openstack.org URLs with opendev.org URLs - Dropping the py35 testing - Support standalone placement in the devstack - Update master for stable/stein - Collect traces from Tempest job - change function list_traces of mongodb module - OpenDev Migration Patch OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-osprofiler?expand=0&rev=25
13 lines
666 B
Plaintext
13 lines
666 B
Plaintext
<services>
|
|
<service mode="disabled" name="renderspec">
|
|
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/osprofiler/osprofiler.spec.j2</param>
|
|
<param name="output-name">python-osprofiler.spec</param>
|
|
<param name="requirements">https://raw.githubusercontent.com/openstack/osprofiler/stable/train/requirements.txt</param>
|
|
<param name="changelog-email">cloud-devel@suse.de</param>
|
|
<param name="changelog-provider">gh,openstack,osprofiler</param>
|
|
</service>
|
|
<service mode="disabled" name="download_files">
|
|
</service>
|
|
<service name="format_spec_file" mode="disabled"/>
|
|
</services>
|