|
14 | 14 | - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/vars-autoscaling-tempest.yml" |
15 | 15 | - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/vars-functional-test.yml" |
16 | 16 | - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/vars-use-master-containers.yml" |
17 | | - |
18 | 17 | roles: |
19 | 18 | - zuul: github.com/openstack-k8s-operators/ci-framework |
20 | 19 | required-projects: &required_projects |
|
75 | 74 | - zuul: github.com/openstack-k8s-operators/ci-framework |
76 | 75 | required-projects: *required_projects |
77 | 76 |
|
78 | | - |
79 | 77 | - job: |
80 | 78 | name: functional-metric-verification-tests-osp18 |
81 | | - parent: telemetry-operator-multinode-autoscaling |
| 79 | + parent: functional-autoscaling-tests-osp18 |
82 | 80 | description: | |
83 | | - Run the metric verification functional test and tempest smoketests on osp18. |
84 | | - vars: |
85 | | - patch_observabilityclient: true |
86 | | - cifmw_extras: |
87 | | - - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/ci-framework'].src_dir }}/scenarios/centos-9/multinode-ci.yml" |
88 | | - - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/vars-autoscaling.yml" |
89 | | - # Use the tempest config we have for autoscaling tests |
90 | | - - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/vars-autoscaling-tempest.yml" |
91 | | - # tempest enabled tests list is overwritten in the metrics-verification-tests, so needs to be added after the autoscaling-tempest, so that we only run the smoke-tests |
92 | | - - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/vars-metric-verification-test.yml" |
93 | | - - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/vars-power-monitoring.yml" |
94 | | - - "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/vars-use-master-containers.yml" |
95 | | - roles: |
96 | | - - zuul: github.com/openstack-k8s-operators/ci-framework |
97 | | - required-projects: *required_projects |
98 | | - |
| 81 | + Run the autoscaling functional tests, tempest tests and metrics |
| 82 | + functional tests on osp18+patched versions of adoh and heat. |
99 | 83 |
|
100 | 84 | - job: |
101 | 85 | name: feature-verification-tests-noop |
|
0 commit comments