Skip to content

Commit e53bc37

Browse files
committed
Temporarily inline telemetry-container-image-content-provider job
Copy the abstract job definition from feature-verification-tests into sg-core so that Zuul can resolve the parent job before the fvt PR merges. Remove this once infrawatch/feature-verification-tests#345 lands. Generated-By: Claude-Code claude-opus-4-6
1 parent 8f644c1 commit e53bc37

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.zuul.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
---
2+
# TODO: Remove this job definition once infrawatch/feature-verification-tests#345 merges.
3+
- job:
4+
name: telemetry-container-image-content-provider
5+
parent: cifmw-base-minimal
6+
abstract: true
7+
description: |
8+
Build a container image from the current change and serve it from
9+
a local registry. Child jobs must set:
10+
container_build_src: path to the project source
11+
container_build_image_name: image name (e.g. sg-core)
12+
container_update_var_name: cifmw_update_containers variable to return
13+
required-projects:
14+
- name: openstack-k8s-operators/ci-framework
15+
override-checkout: main
16+
- name: infrawatch/feature-verification-tests
17+
run:
18+
- project: github.com/infrawatch/feature-verification-tests
19+
path: ci/playbooks/container-image-content-provider.yml
20+
221
- job:
322
name: sg-core-content-provider
423
parent: telemetry-container-image-content-provider

0 commit comments

Comments
 (0)