Skip to content

Commit 8cb9efc

Browse files
committed
Add to irrelevant_files list for graphing, logging
and autoscaling jobs Add to irrelevant_files list for graphing, logging and autoscaling jobs Add metrics verification tasks for power monitoring components (#193) Move container image patch to post_ctlplane hook Make autoscaling job voting Add tasks to show queried metrics [ci][logging] Move file tests to the compute nodes (#206) [ci] logging test: fix typo 0->O (#205) [ci][autoscaling] Add a note to the vars file for autoscaling (#215) The note explains why os-net-config is skipped Rename tasks for XML reporting (#181) * [ansible-lint] Update the config to ignore templates in task names * [telemetry_logging] Update task names for XML reporting * [common] Update task names for XML reporting * [common] Update the name for the pod tests to include the status_string and namespace that the pod is running in Add files to the zuul jobs Add files to the zuul jobs uncomment zuul.yaml Add ceilometer_power_state to Metrics_verification test (#221) * Add test Ceilometer_power_state * Add the master_image to the zuul file * Add the master_image to the zuul file Add pod tests for Completed pods in the OpenStack namespace (#214) * [ci] Add logging tests: completed pods in openstack namespace * [ci] logging tests: update names for completed pods in openstack namespace * [ci] logging: update typo on pod name * [ci] Update pod list for completed status in openstack namespace This repo-setup-edpm-deployment-openstack-edpm-ipam doesn't need to be checked. --------- Co-authored-by: Alex Yefimov <[email protected]> [ci][logging] Add tests for services in the openstack namespace (#225) Co-authored-by: Alex Yefimov <[email protected]> [ci] Add endpoint tests to the logging job (#220) * [ci] Add endpoint tests to the logging job The test checks for the various openstack endpoints that we expect to exist Co-authored-by: "Alex Yefimov <[email protected]>" * [ci] Add vars/osp18_env to the logging playbook It contains the "openstack_cmd" var required for the endpoint tests * [common] Add documentation and default for openstack_cmd Fix kepler metrics tests (#224) Kepler metrics tests were added in [1] though the merged commit was not the correct one. This PR aplies changes from [2] that had more correct code of the tests. Fixes OSPRH-14029 [1] #193 [2] 0b5d856 Co-authored-by: Jaromír Wysoglad <[email protected]> Change required projects The projects should contain "github.com/" prefix. Fix rabbitmq test [zuul][graphing] Add the new dashboards to the test (#222) * Add the new dashboards to zuul job Update .zuul.yaml [ci] Add manifest tests to logging job (#228) Co-authored-by: Alex Yefimov <[email protected]> [telemetry_verify_metrics]: add openstack-network-exporter feature tests (#231) * feature_tests: add openstack-network-exporter feature tests Add tests for operator of openstack-network-exporter Signed-off-by: Aaron T. Smith <[email protected]> Co-authored-by: Aaron T. Smith <[email protected]> Co-authored-by: Jaromír Wysoglad <[email protected]> Add to irrelevant_files list for graphing, logging and autoscaling jobs
1 parent d339fae commit 8cb9efc

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

.zuul.yaml

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@
4444
- roles/test_sensubility/.*
4545
- roles/test_snmp_traps/.*
4646
- roles/test_verify_email/.*
47+
files:
48+
- roles/telemetry_autoscaling/.*
49+
- .zuul.yaml
50+
- ci/vars-functional-test.yml
51+
- ci/run_autoscaling_osp18.yml
52+
- ci/vars-use-master-containers.yml
53+
- ci/use-master-containers.yml
54+
- ci/patch-openstack-version.yaml
55+
- scenarios/centos-9/multinode-ci.yml
4756

4857
- job:
4958
name: functional-logging-tests-osp18
@@ -58,7 +67,15 @@
5867
roles:
5968
- zuul: github.com/openstack-k8s-operators/ci-framework
6069
required-projects: *required_projects
70+
<<<<<<< HEAD
6171
irrelevant-files: *irrelevant_files
72+
files:
73+
- roles/telemetry_logging/.*
74+
- .zuul.yaml
75+
- ci/vars-logging-test.yml
76+
- ci/logging_tests_all.yml
77+
- ci/logging_tests_computes.yml
78+
- ci/logging_tests_controller.yml
6279

6380
- job:
6481
name: functional-metric-verification-tests-osp18
@@ -76,7 +93,12 @@
7693
roles:
7794
- zuul: github.com/openstack-k8s-operators/ci-framework
7895
required-projects: *required_projects
79-
irrelevant-files: *irrelevant_files
96+
irrelevant-files: *irrelevant_files
97+
files:
98+
- roles/telemetry_verify_metrics/.*
99+
- .zuul.yaml
100+
- ci/vars-metric-verification-test.yml
101+
- ci/run_verify_metrics_osp18.yml
80102

81103
- job:
82104
name: feature-verification-tests-noop
@@ -104,7 +126,11 @@
104126
- zuul: github.com/openstack-k8s-operators/ci-framework
105127
required-projects: *required_projects
106128
irrelevant-files: *irrelevant_files
107-
129+
files:
130+
- roles/telemetry_graphing/.*
131+
- .zuul.yaml
132+
- ci/vars-graphing-test.yml
133+
- ci/run_graphing_test.yml
108134

109135
- project:
110136
name: infrawatch/feature-verification-tests

0 commit comments

Comments
 (0)