Clark Boylan 3ac61cddbe Update the IRC accessbot to python3.12
This changes the python runtime in our container image for accessbot
from python3.11 to 3.12. We can't stick with python3.11 forever and need
to move forward at some point.

Change-Id: I9566d4c030c85f069d284eb054ce64e3316bbd3a
2025-03-14 08:53:30 -07:00

31 lines
976 B
YAML

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