|
1 | 1 | --- |
| 2 | +- nodeset: |
| 3 | + name: telemetry-operator-all-the-features |
| 4 | + # Use a larger crc with the nodeset for the parent job to account |
| 5 | + # for openshift monitoring and autoscaling features being deployed. |
| 6 | + # Original nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-20-1-3xl |
| 7 | + # Defined in: openstack-k8s-operators/ci-framework |
| 8 | + # Job: cifmw-podified-multinode-edpm-base-crc |
| 9 | + nodes: |
| 10 | + - name: controller |
| 11 | + label: cloud-centos-9-stream-tripleo-medium |
| 12 | + - name: compute-0 |
| 13 | + label: cloud-centos-9-stream-tripleo |
| 14 | + - name: crc |
| 15 | + label: crc-cloud-ocp-4-20-1-4xl |
| 16 | + groups: |
| 17 | + - name: computes |
| 18 | + nodes: |
| 19 | + - compute-0 |
| 20 | + - name: ocps |
| 21 | + nodes: |
| 22 | + - crc |
| 23 | + |
2 | 24 | - job: |
3 | 25 | name: functional-tests-osp18 |
4 | 26 | dependencies: ["telemetry-openstack-meta-content-provider-master"] |
5 | 27 | parent: telemetry-operator-multinode-autoscaling |
| 28 | + nodeset: telemetry-operator-all-the-features |
6 | 29 | description: | |
7 | 30 | Run autoscaling functional tests, tempest tests, metrics |
8 | 31 | functional tests, graphing functional tests and logging functional tests on |
|
115 | 138 |
|
116 | 139 | - job: |
117 | 140 | name: feature-verification-tests-noop |
118 | | - parent: noop |
119 | 141 | description: | |
120 | 142 | A job that always passes. Runs when there's a change to jobs that don't |
121 | 143 | need full zuul to run but still need to report a pass. |
|
126 | 148 | name: functional-periodic-telemetry-with-ceph |
127 | 149 | parent: podified-multinode-hci-deployment-crc-1comp-backends |
128 | 150 | dependencies: ["telemetry-openstack-meta-content-provider-master"] |
| 151 | + nodeset: telemetry-operator-all-the-features |
129 | 152 | description: | |
130 | 153 | Deploy OpenStack with Telemetry and Ceph. Run metric-verification with volume pool metric tests |
131 | 154 | extra-vars: *functional_autoscaling_extra_vars |
|
218 | 241 | # case the job definition changes. |
219 | 242 | - ^roles/telemetry_verify_metrics/tasks/verify_ceilometer_volume_pool_metrics.yml$ |
220 | 243 | - ^.zuul.yaml$ |
221 | | - |
|
0 commit comments