system-config/zuul.d/docker-images/refstack.yaml
Clark Boylan dfcbcd1808 Switch Refstack image over to python3.9
Refstack is running python3.9 jobs now and they appear to be passing.
Update our image to python3.9 so that we are consistently using
python3.9 in as many locations as possible. Maybe one day we can drop
the 3.7 and 3.8 image builds too.

Change-Id: Iadb84f8f3756fe717ab6bcda0303bc23ff69ad6d
2022-04-18 13:23:39 -07:00

33 lines
1.0 KiB
YAML

# Refstack jobs
- job:
name: system-config-build-image-refstack
description: Build a refstack image.
parent: system-config-build-image
requires: &refstack_requires
- python-base-3.9-bullseye-container-image
- python-builder-3.9-bullseye-container-image
provides: refstack-container-image
vars: &refstack_vars
docker_images:
- context: docker/refstack
target: refstack
repository: opendevorg/refstack
# Duplicate in the run-refstack job
files: &refstack_files
- docker/refstack/.*
- job:
name: system-config-upload-image-refstack
description: Build and upload a refstack image.
parent: system-config-upload-image
requires: *refstack_requires
provides: refstack-container-image
vars: *refstack_vars
files: *refstack_files
- job:
name: system-config-promote-image-refstack
description: Promote a previously published refstack image to latest.
parent: system-config-promote-image
vars: *refstack_vars
files: *refstack_files