Skip to content

Commit bac26b7

Browse files
committed
Add alias for cloudkitty job
This is for testing to try work around the issue in openstack-k8s-operators/ci-framework#3400
1 parent ac5c3d5 commit bac26b7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.zuul.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,13 @@
156156
irrelevant-files: *irrelevant_files
157157
required-projects: *required_projects
158158

159+
- job:
160+
name: cloudkitty-tempest
161+
parent: telemetry-operator-multinode-cloudkitty
162+
description: |
163+
Alias of telemetry-operator-multinode-cloudkitty for testing
164+
This is a workaround for the issue described in https://github.com/openstack-k8s-operators/ci-framework/pull/3400
165+
159166
- project:
160167
name: infrawatch/feature-verification-tests
161168
periodic:
@@ -167,6 +174,9 @@
167174
jobs:
168175
- telemetry-openstack-meta-content-provider-master:
169176
override-checkout: main
177+
- cloudkitty-tempest:
178+
dependencies:
179+
- telemetry-openstack-meta-content-provider-master
170180
- feature-verification-tests-noop:
171181
files: *irrelevant_files
172182
- functional-tests-osp18

0 commit comments

Comments
 (0)