File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 192192 override-checkout : main
193193 dependencies :
194194 - telemetry-openstack-meta-content-provider-master
195+ - feature-verification-tests-noop :
196+ files : *irrelevant_files
197+ - functional-tests-osp18
198+ - functional-logging-tests-osp18 :
199+ irrelevant-files : *irrelevant_files
200+ files :
201+ - roles/telemetry_logging/.*
202+ - roles/common/*
203+ - .zuul.yaml
204+ - ci/vars-logging-test.yml
205+ - ci/logging_tests_all.yml
206+ - ci/logging_tests_computes.yml
207+ - ci/logging_tests_controller.yml
208+ - ci/report_result.yml
209+ - .zuul.yaml
210+ - functional-periodic-telemetry-with-ceph :
211+ files :
212+ # Run this job for changes to the volume_pool_metrics test changes as this is
213+ # the only job, where those tests get executed and for changes to zuul.yaml in
214+ # case the job definition changes.
215+ - roles/telemetry_verify_metrics/tasks/verify_ceilometer_volume_pool_metrics.yml
216+ - .zuul.yaml
217+
Original file line number Diff line number Diff line change @@ -3,3 +3,7 @@ pre_tests_01_run_chargeback_tests:
33 source : " {{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/run_chargeback_tests.yml"
44 type : playbook
55 config_file : " {{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/ansible.cfg"
6+
7+ post_tests_99_collect_results :
8+ source : " {{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/report_result.yml"
9+ type : playbook
You can’t perform that action at this time.
0 commit comments