Update gerrit image dep for jeepyb triggered builds

The gerrit image uses the bullseye python 3.9 image now instead of
buster 3.7. Update the depenency in project-config where we trigger
things.

Change-Id: I2b658871ca624024f9aef027fe1039dcf3549a1b
This commit is contained in:
Clark Boylan 2021-10-07 13:04:25 -07:00
parent ce6e317a01
commit e2c1317e11
1 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@
- system-config-build-image-gerrit-base:
dependencies:
- name: opendev-buildset-registry
- name: system-config-build-image-python-builder-3.7
- name: system-config-build-image-python-builder-3.9-bullseye
soft: true
files: &jeepyb_gerrit_files
- ^.*$
@ -202,7 +202,7 @@
- system-config-upload-image-gerrit-base:
dependencies:
- name: opendev-buildset-registry
- name: system-config-upload-image-python-builder-3.7
- name: system-config-build-image-python-builder-3.9-bullseye
soft: true
files: *jeepyb_gerrit_files
- system-config-upload-image-gerrit-3.2: