Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 26 additions & 2 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@
- roles/test_sensubility/.*
- roles/test_snmp_traps/.*
- roles/test_verify_email/.*
files:
- roles/telemetry_autoscaling/.*
- .zuul.yaml
- ci/vars-functional-test.yml
- ci/run_autoscaling_osp18.yml
- ci/vars-use-master-containers.yml
- ci/use-master-containers.yml
- ci/patch-openstack-version.yaml

- job:
name: functional-logging-tests-osp18
Expand All @@ -60,6 +68,13 @@
- zuul: github.com/openstack-k8s-operators/ci-framework
required-projects: *required_projects
irrelevant-files: *irrelevant_files
files:
- roles/telemetry_logging/.*
- .zuul.yaml
- ci/vars-logging-test.yml
- ci/logging_tests_all.yml
- ci/logging_tests_computes.yml
- ci/logging_tests_controller.yml

- job:
name: functional-metric-verification-tests-osp18
Expand All @@ -77,7 +92,12 @@
roles:
- zuul: github.com/openstack-k8s-operators/ci-framework
required-projects: *required_projects
irrelevant-files: *irrelevant_files
irrelevant-files: *irrelevant_files
files:
- roles/telemetry_verify_metrics/.*
- .zuul.yaml
- ci/vars-metric-verification-test.yml
- ci/run_verify_metrics_osp18.yml

- job:
name: feature-verification-tests-noop
Expand Down Expand Up @@ -105,7 +125,11 @@
- zuul: github.com/openstack-k8s-operators/ci-framework
required-projects: *required_projects
irrelevant-files: *irrelevant_files

files:
- roles/telemetry_graphing/.*
- .zuul.yaml
- ci/vars-graphing-test.yml
- ci/run_graphing_test.yml

- project:
name: infrawatch/feature-verification-tests
Expand Down