2025-03-03 14:13:30 +05:30
|
|
|
- job:
|
|
|
|
|
name: python-watcherclient-functional
|
|
|
|
|
parent: devstack-tox-functional
|
|
|
|
|
timeout: 7200
|
|
|
|
|
required-projects:
|
|
|
|
|
- openstack/watcher
|
|
|
|
|
- openstack/python-watcherclient
|
|
|
|
|
vars:
|
|
|
|
|
# Run cross-project watcherclient functional tests on watcher repo.
|
|
|
|
|
zuul_work_dir: src/opendev.org/openstack/python-watcherclient
|
|
|
|
|
openrc_enable_export: true
|
|
|
|
|
devstack_plugins:
|
|
|
|
|
watcher: https://opendev.org/openstack/watcher
|
|
|
|
|
devstack_services:
|
|
|
|
|
watcher-api: true
|
|
|
|
|
watcher-decision-engine: true
|
|
|
|
|
watcher-applier: true
|
|
|
|
|
s-account: false
|
|
|
|
|
s-container: false
|
|
|
|
|
s-object: false
|
|
|
|
|
s-proxy: false
|
|
|
|
|
irrelevant-files:
|
|
|
|
|
- ^.*\.rst$
|
|
|
|
|
- ^doc/.*$
|
|
|
|
|
- ^releasenotes/.*$
|
|
|
|
|
|
|
|
|
|
|
2017-11-10 12:05:11 +03:00
|
|
|
- project:
|
2018-08-19 00:57:31 +09:00
|
|
|
templates:
|
2019-03-12 10:19:09 +08:00
|
|
|
- openstack-cover-jobs
|
2022-09-19 11:20:20 +00:00
|
|
|
- openstack-python3-jobs
|
2018-08-19 00:58:23 +09:00
|
|
|
- publish-openstack-docs-pti
|
2018-08-19 00:57:31 +09:00
|
|
|
- check-requirements
|
|
|
|
|
- openstackclient-plugin-jobs
|
2017-11-10 12:05:11 +03:00
|
|
|
check:
|
|
|
|
|
jobs:
|
2025-03-03 14:13:30 +05:30
|
|
|
- python-watcherclient-functional
|