Skip to content

Commit d28b227

Browse files
authored
[Zuul] Update files_list to be in the project (#240)
* Update files list in zuul.yaml to be in the project
1 parent e221d3e commit d28b227

File tree

1 file changed

+36
-34
lines changed

1 file changed

+36
-34
lines changed

.zuul.yaml

Lines changed: 36 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@
4545
- roles/test_sensubility/.*
4646
- roles/test_snmp_traps/.*
4747
- roles/test_verify_email/.*
48-
files:
49-
- roles/telemetry_autoscaling/.*
50-
- .zuul.yaml
51-
- ci/vars-functional-test.yml
52-
- ci/run_autoscaling_osp18.yml
53-
- ci/vars-use-master-containers.yml
54-
- ci/use-master-containers.yml
55-
- ci/patch-openstack-version.yaml
5648

5749
- job:
5850
name: functional-logging-tests-osp18
@@ -67,14 +59,7 @@
6759
roles:
6860
- zuul: github.com/openstack-k8s-operators/ci-framework
6961
required-projects: *required_projects
70-
irrelevant-files: *irrelevant_files
71-
files:
72-
- roles/telemetry_logging/.*
73-
- .zuul.yaml
74-
- ci/vars-logging-test.yml
75-
- ci/logging_tests_all.yml
76-
- ci/logging_tests_computes.yml
77-
- ci/logging_tests_controller.yml
62+
7863

7964
- job:
8065
name: functional-metric-verification-tests-osp18
@@ -92,12 +77,7 @@
9277
roles:
9378
- zuul: github.com/openstack-k8s-operators/ci-framework
9479
required-projects: *required_projects
95-
irrelevant-files: *irrelevant_files
96-
files:
97-
- roles/telemetry_verify_metrics/.*
98-
- .zuul.yaml
99-
- ci/vars-metric-verification-test.yml
100-
- ci/run_verify_metrics_osp18.yml
80+
10181

10282
- job:
10383
name: feature-verification-tests-noop
@@ -107,7 +87,6 @@
10787
need full zuul to run but still need to report a pass.
10888
run:
10989
- ci/noop.yml
110-
files: *irrelevant_files
11190

11291
- job:
11392
name: functional-graphing-tests-osp18
@@ -124,23 +103,46 @@
124103
roles:
125104
- zuul: github.com/openstack-k8s-operators/ci-framework
126105
required-projects: *required_projects
127-
irrelevant-files: *irrelevant_files
128-
files:
129-
- roles/telemetry_graphing/.*
130-
- .zuul.yaml
131-
- ci/vars-graphing-test.yml
132-
- ci/run_graphing_test.yml
106+
133107

134108
- project:
135109
name: infrawatch/feature-verification-tests
136110
github-check:
137111
jobs:
138-
- feature-verification-tests-noop
112+
- feature-verification-tests-noop:
113+
files: *irrelevant_files
139114
- openstack-k8s-operators-content-provider:
140115
override-checkout: main
141116
irrelevant-files: *irrelevant_files
142117
- functional-tests-on-osp18:
143-
voting: true
144-
- functional-logging-tests-osp18
145-
- functional-graphing-tests-osp18
146-
- functional-metric-verification-tests-osp18
118+
files:
119+
- roles/telemetry_autoscaling/.*
120+
- .zuul.yaml
121+
- ci/vars-functional-test.yml
122+
- ci/run_autoscaling_osp18.yml
123+
- ci/vars-use-master-containers.yml
124+
- ci/use-master-containers.yml
125+
- ci/patch-openstack-version.yaml
126+
- functional-logging-tests-osp18:
127+
irrelevant-files: *irrelevant_files
128+
files:
129+
- roles/telemetry_logging/.*
130+
- .zuul.yaml
131+
- ci/vars-logging-test.yml
132+
- ci/logging_tests_all.yml
133+
- ci/logging_tests_computes.yml
134+
- ci/logging_tests_controller.yml
135+
- functional-graphing-tests-osp18:
136+
irrelevant-files: *irrelevant_files
137+
files:
138+
- roles/telemetry_graphing/.*
139+
- .zuul.yaml
140+
- ci/vars-graphing-test.yml
141+
- ci/run_graphing_test.yml
142+
- functional-metric-verification-tests-osp18:
143+
irrelevant-files: *irrelevant_files
144+
files:
145+
- roles/telemetry_verify_metrics/.*
146+
- .zuul.yaml
147+
- ci/vars-metric-verification-test.yml
148+
- ci/run_verify_metrics_osp18.yml

0 commit comments

Comments
 (0)