
This patch is adding a new option `inject` into the method _create_one_instance_per_host_with_statistic to specify if metrics should be injected or not for the new instances. The patch also introduces the new option in all the calls to the method from the different tests. Given that different tests in the same testing class may have different requirements, I'm doing it per-test and using a constant in the test for clarity. This patch is also removing a skip condition in the real-data tests based on the optimize.datasource configuration which is not longer needed. Finally, I am adding job watcher-prometheus-integration to the check pipeline so that changes in the plugin are properly gated with prometheus backend. Depends-On: https://review.opendev.org/c/openstack/watcher/+/945627 Change-Id: I6e02062ea01240702f7f09db5a22005c43e92ee5
45 lines
1.2 KiB
YAML
45 lines
1.2 KiB
YAML
- project:
|
|
queue: watcher
|
|
templates:
|
|
- check-requirements
|
|
- tempest-plugin-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- watcher-tempest-functional
|
|
- watcher-tempest-actuator
|
|
- watcher-tempest-strategies
|
|
- watcher-tempest-functional-2025-1
|
|
- watcher-prometheus-integration
|
|
- watcher-tempest-functional-2024-2
|
|
- watcher-tempest-functional-2024-1
|
|
- watcher-tempest-functional-2023-2
|
|
gate:
|
|
jobs:
|
|
- watcher-tempest-functional
|
|
|
|
- job:
|
|
name: watcher-tempest-functional-2025-1
|
|
parent: watcher-tempest-functional
|
|
nodeset: openstack-single-node-noble
|
|
override-checkout: stable/2025.1
|
|
|
|
- job:
|
|
name: watcher-tempest-functional-2024-2
|
|
parent: watcher-tempest-functional
|
|
nodeset: openstack-single-node-jammy
|
|
override-checkout: stable/2024.2
|
|
|
|
- job:
|
|
name: watcher-tempest-functional-2024-1
|
|
parent: watcher-tempest-functional
|
|
nodeset: openstack-single-node-jammy
|
|
override-checkout: stable/2024.1
|
|
|
|
- job:
|
|
name: watcher-tempest-functional-2023-2
|
|
parent: watcher-tempest-functional
|
|
nodeset: openstack-single-node-jammy
|
|
override-checkout: stable/2023.2
|