Skip to content

Commit 43ec711

Browse files
authored
[zuul] Re-parent the verify-metrics job (#266)
It runs the same tests as autoscaling-fvt, so can become an alias.
1 parent d2376a9 commit 43ec711

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

.zuul.yaml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
- "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/vars-autoscaling-tempest.yml"
1515
- "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/vars-functional-test.yml"
1616
- "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/vars-use-master-containers.yml"
17-
1817
roles:
1918
- zuul: github.com/openstack-k8s-operators/ci-framework
2019
required-projects: &required_projects
@@ -75,27 +74,12 @@
7574
- zuul: github.com/openstack-k8s-operators/ci-framework
7675
required-projects: *required_projects
7776

78-
7977
- job:
8078
name: functional-metric-verification-tests-osp18
81-
parent: telemetry-operator-multinode-autoscaling
79+
parent: functional-autoscaling-tests-osp18
8280
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.
9983
10084
- job:
10185
name: feature-verification-tests-noop

0 commit comments

Comments
 (0)