system-config/zuul.d/docker-images/zookeeper-statsd.yaml
Clark Boylan 81d897997d Start using python3.12
We've had python3.12 container images for some time now but everything
has been running 3.11. 3.11 has been a solid release so there hasn't
been much pressure to update. But as 3.13 and beyond are starting to
show up it would be good for us to start moving foward too.

We start by updating the zookeeper-statsd and haproxy-statsd images as
they are quite simple and should be good canaries for this new python
version. Followups can migrate even more things.

Change-Id: Ib289861e937c2d181d483debb80e7bc30b583d83
2025-02-06 11:56:56 -08:00

29 lines
1008 B
YAML

# zookeeper-statsd jobs
- job:
name: system-config-build-image-zookeeper-statsd
description: Build a zookeeper-statsd image.
parent: system-config-build-image
requires: python-base-3.12-bookworm-container-image
vars: &zookeeper-statsd_vars
docker_images:
- context: docker/zookeeper-statsd
repository: opendevorg/zookeeper-statsd
files: &zookeeper-statsd_files
- docker/zookeeper-statsd/
- docker/python-base/
- job:
name: system-config-upload-image-zookeeper-statsd
description: Build and upload a zookeeper-statsd image.
parent: system-config-upload-image
requires: python-base-3.12-bookworm-container-image
vars: *zookeeper-statsd_vars
files: *zookeeper-statsd_files
- job:
name: system-config-promote-image-zookeeper-statsd
description: Promote a previously published zookeeper-statsd image to latest.
parent: system-config-promote-image
vars: *zookeeper-statsd_vars
files: *zookeeper-statsd_files