Skip to content

Commit 61b2ebb

Browse files
authored
Merge pull request #318 from elfiesmelfie/test_ck_job
Add job to run chargeback tests
2 parents 8c58d5c + 5dcece7 commit 61b2ebb

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.zuul.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,26 @@
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+

ci/vars-cloudkitty-fvt.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)