|
1 | 1 | --- |
2 | 2 | - job: |
3 | 3 | name: functional-autoscaling-tests-osp18 |
| 4 | + dependencies: ["telemetry-openstack-meta-content-provider-master"] |
4 | 5 | parent: telemetry-operator-multinode-autoscaling |
5 | 6 | description: | |
6 | 7 | Run autoscaling functional tests, tempest tests and metrics |
7 | 8 | functional tests on osp18+patched versions of aodh and heat. |
| 9 | + extra-vars: &functional_autoscaling_extra_vars |
| 10 | + # Override zuul meta content provider provided content_provider_dlrn_md5_hash |
| 11 | + # var. As returned dlrn md5 hash comes from master release but job is using |
| 12 | + # antelope content. |
| 13 | + content_provider_dlrn_md5_hash: '' |
8 | 14 | vars: |
9 | 15 | patch_observabilityclient: true |
| 16 | + cifmw_update_containers: false |
10 | 17 | cifmw_extras: |
11 | 18 | - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/ci-framework'].src_dir }}/scenarios/centos-9/multinode-ci.yml" |
12 | 19 | - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/vars-autoscaling.yml" |
|
52 | 59 | - job: |
53 | 60 | name: functional-tests-on-osp18 |
54 | 61 | parent: functional-autoscaling-tests-osp18 |
| 62 | + extra-vars: *functional_autoscaling_extra_vars |
55 | 63 | description: | |
56 | 64 | functional-tests-on-osp18 is an alias of functional-autoscaling-tests-osp18, |
57 | 65 | temporary added until openstack-k8s-operators/telemetry-operator updates |
58 | 66 | references of functional-tests-on-osp18 jobs. |
59 | 67 |
|
60 | 68 | - job: |
61 | 69 | name: functional-logging-tests-osp18 |
| 70 | + dependencies: ["telemetry-openstack-meta-content-provider-master"] |
62 | 71 | parent: telemetry-operator-multinode-logging |
63 | 72 | description: | |
64 | 73 | Run the logging functional tests and tempest smoketests on osp18 |
| 74 | + extra-vars: *functional_autoscaling_extra_vars |
65 | 75 | vars: |
| 76 | + cifmw_update_containers: false |
66 | 77 | cifmw_extras: |
67 | 78 | - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/ci-framework'].src_dir }}/scenarios/centos-9/multinode-ci.yml" |
68 | 79 | - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/vars-logging.yml" |
|
77 | 88 | - job: |
78 | 89 | name: functional-metric-verification-tests-osp18 |
79 | 90 | parent: functional-autoscaling-tests-osp18 |
| 91 | + extra-vars: *functional_autoscaling_extra_vars |
80 | 92 | description: | |
81 | 93 | Run the autoscaling functional tests, tempest tests and metrics |
82 | 94 | functional tests on osp18+patched versions of adoh and heat. |
|
92 | 104 |
|
93 | 105 | - job: |
94 | 106 | name: functional-graphing-tests-osp18 |
| 107 | + dependencies: ["telemetry-openstack-meta-content-provider-master"] |
95 | 108 | parent: telemetry-operator-multinode-autoscaling |
96 | 109 | description: | |
97 | 110 | Run the UI Graphing test and tempest smoketests on osp18. |
98 | 111 | vars: |
| 112 | + cifmw_update_containers: false |
99 | 113 | crc_enable_monitoring: true |
100 | 114 | cifmw_extras: |
101 | 115 | - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/ci-framework'].src_dir }}/scenarios/centos-9/multinode-ci.yml" |
|
108 | 122 | roles: |
109 | 123 | - zuul: github.com/openstack-k8s-operators/ci-framework |
110 | 124 | required-projects: *required_projects |
111 | | - |
| 125 | + extra-vars: *functional_autoscaling_extra_vars |
112 | 126 |
|
113 | 127 | - project: |
114 | 128 | name: infrawatch/feature-verification-tests |
115 | 129 | github-check: |
116 | 130 | jobs: |
| 131 | + - telemetry-openstack-meta-content-provider-master: |
| 132 | + override-checkout: main |
117 | 133 | - feature-verification-tests-noop: |
118 | 134 | files: *irrelevant_files |
119 | | - - openstack-k8s-operators-content-provider: |
120 | | - override-checkout: main |
121 | | - irrelevant-files: *irrelevant_files |
122 | 135 | - functional-autoscaling-tests-osp18: |
123 | 136 | files: |
124 | 137 | - roles/telemetry_autoscaling/.* |
|
0 commit comments