|
45 | 45 | - roles/test_sensubility/.* |
46 | 46 | - roles/test_snmp_traps/.* |
47 | 47 | - 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 |
56 | 48 |
|
57 | 49 | - job: |
58 | 50 | name: functional-logging-tests-osp18 |
|
67 | 59 | roles: |
68 | 60 | - zuul: github.com/openstack-k8s-operators/ci-framework |
69 | 61 | 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 | + |
78 | 63 |
|
79 | 64 | - job: |
80 | 65 | name: functional-metric-verification-tests-osp18 |
|
92 | 77 | roles: |
93 | 78 | - zuul: github.com/openstack-k8s-operators/ci-framework |
94 | 79 | 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 | + |
101 | 81 |
|
102 | 82 | - job: |
103 | 83 | name: feature-verification-tests-noop |
|
107 | 87 | need full zuul to run but still need to report a pass. |
108 | 88 | run: |
109 | 89 | - ci/noop.yml |
110 | | - files: *irrelevant_files |
111 | 90 |
|
112 | 91 | - job: |
113 | 92 | name: functional-graphing-tests-osp18 |
|
124 | 103 | roles: |
125 | 104 | - zuul: github.com/openstack-k8s-operators/ci-framework |
126 | 105 | 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 | + |
133 | 107 |
|
134 | 108 | - project: |
135 | 109 | name: infrawatch/feature-verification-tests |
136 | 110 | github-check: |
137 | 111 | jobs: |
138 | | - - feature-verification-tests-noop |
| 112 | + - feature-verification-tests-noop: |
| 113 | + files: *irrelevant_files |
139 | 114 | - openstack-k8s-operators-content-provider: |
140 | 115 | override-checkout: main |
141 | 116 | irrelevant-files: *irrelevant_files |
142 | 117 | - 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