Add $self to the list of files for python images.
With the merging of [1] we observed that the images built (python-3.{9,10,11}-bookworm) were not then promoted. This was fixed in [2] as the assumption is that the promotion jobs didn't trigger because the files modified in [1] don't match the needed files. This change adds the zuul configuration file to the list of relevant files. We're not 100% sure that this will work but it's worth a try. [1] https://review.opendev.org/c/opendev/system-config/+/888102 [2] https://review.opendev.org/c/opendev/system-config/+/888633 Change-Id: I958a0af6fbad80f8152438aaee6b7268432f64d5
This commit is contained in:
parent
3b2016039c
commit
5ed6598c6b
@ -22,6 +22,7 @@
|
||||
files: &python-builder_3_10_bookworm_files
|
||||
- docker/python-base/
|
||||
- docker/python-builder/
|
||||
- zuul.d/docker-images/python-3.10-bookworm.yaml
|
||||
|
||||
- job:
|
||||
name: system-config-upload-image-python-builder-3.10-bookworm
|
||||
@ -64,6 +65,7 @@
|
||||
files: &python-base_3_10_bookworm_files
|
||||
- docker/python-base/
|
||||
- docker/python-builder/
|
||||
- zuul.d/docker-images/python-3.10-bookworm.yaml
|
||||
|
||||
- job:
|
||||
name: system-config-upload-image-python-base-3.10-bookworm
|
||||
@ -111,6 +113,7 @@
|
||||
- docker/python-base/.*
|
||||
- docker/python-builder/.*
|
||||
- docker/uwsgi-base/.*
|
||||
- zuul.d/docker-images/python-3.10-bookworm.yaml
|
||||
|
||||
- job:
|
||||
name: system-config-upload-image-uwsgi-base-3.10-bookworm
|
||||
|
@ -22,6 +22,7 @@
|
||||
files: &python-builder_3_10_bullseye_files
|
||||
- docker/python-base/
|
||||
- docker/python-builder/
|
||||
- zuul.d/docker-images/python-3.10-bullseye.yaml
|
||||
|
||||
- job:
|
||||
name: system-config-upload-image-python-builder-3.10-bullseye
|
||||
@ -64,6 +65,7 @@
|
||||
files: &python-base_3_10_bullseye_files
|
||||
- docker/python-base/
|
||||
- docker/python-builder/
|
||||
- zuul.d/docker-images/python-3.11-bullseye.yaml
|
||||
|
||||
- job:
|
||||
name: system-config-upload-image-python-base-3.10-bullseye
|
||||
@ -111,6 +113,7 @@
|
||||
- docker/python-base/.*
|
||||
- docker/python-builder/.*
|
||||
- docker/uwsgi-base/.*
|
||||
- zuul.d/docker-images/python-3.11-bullseye.yaml
|
||||
|
||||
- job:
|
||||
name: system-config-upload-image-uwsgi-base-3.10-bullseye
|
||||
|
@ -22,6 +22,7 @@
|
||||
files: &python-builder_3_11_bookworm_files
|
||||
- docker/python-base/
|
||||
- docker/python-builder/
|
||||
- zuul.d/docker-images/python-3.11-bookworm.yaml
|
||||
|
||||
- job:
|
||||
name: system-config-upload-image-python-builder-3.11-bookworm
|
||||
@ -64,6 +65,7 @@
|
||||
files: &python-base_3_11_bookworm_files
|
||||
- docker/python-base/
|
||||
- docker/python-builder/
|
||||
- zuul.d/docker-images/python-3.11-bookworm.yaml
|
||||
|
||||
- job:
|
||||
name: system-config-upload-image-python-base-3.11-bookworm
|
||||
@ -111,6 +113,7 @@
|
||||
- docker/python-base/.*
|
||||
- docker/python-builder/.*
|
||||
- docker/uwsgi-base/.*
|
||||
- zuul.d/docker-images/python-3.11-bookworm.yaml
|
||||
|
||||
- job:
|
||||
name: system-config-upload-image-uwsgi-base-3.11-bookworm
|
||||
|
@ -22,6 +22,7 @@
|
||||
files: &python-builder_3_11_bullseye_files
|
||||
- docker/python-base/
|
||||
- docker/python-builder/
|
||||
- zuul.d/docker-images/python-3.11-bullseye.yaml
|
||||
|
||||
- job:
|
||||
name: system-config-upload-image-python-builder-3.11-bullseye
|
||||
@ -64,6 +65,7 @@
|
||||
files: &python-base_3_11_bullseye_files
|
||||
- docker/python-base/
|
||||
- docker/python-builder/
|
||||
- zuul.d/docker-images/python-3.11-bullseye.yaml
|
||||
|
||||
- job:
|
||||
name: system-config-upload-image-python-base-3.11-bullseye
|
||||
@ -111,6 +113,7 @@
|
||||
- docker/python-base/.*
|
||||
- docker/python-builder/.*
|
||||
- docker/uwsgi-base/.*
|
||||
- zuul.d/docker-images/python-3.11-bullseye.yaml
|
||||
|
||||
- job:
|
||||
name: system-config-upload-image-uwsgi-base-3.11-bullseye
|
||||
|
@ -22,6 +22,7 @@
|
||||
files: &python-builder_3_9_bookworm_files
|
||||
- docker/python-base/
|
||||
- docker/python-builder/
|
||||
- zuul.d/docker-images/python-3.9-bookworm.yaml
|
||||
|
||||
- job:
|
||||
name: system-config-upload-image-python-builder-3.9-bookworm
|
||||
@ -64,6 +65,7 @@
|
||||
files: &python-base_3_9_bookworm_files
|
||||
- docker/python-base/
|
||||
- docker/python-builder/
|
||||
- zuul.d/docker-images/python-3.9-bookworm.yaml
|
||||
|
||||
- job:
|
||||
name: system-config-upload-image-python-base-3.9-bookworm
|
||||
@ -111,6 +113,7 @@
|
||||
- docker/python-base/.*
|
||||
- docker/python-builder/.*
|
||||
- docker/uwsgi-base/.*
|
||||
- zuul.d/docker-images/python-3.9-bookworm.yaml
|
||||
|
||||
- job:
|
||||
name: system-config-upload-image-uwsgi-base-3.9-bookworm
|
||||
|
@ -22,6 +22,7 @@
|
||||
files: &python-builder_3_9_bullseye_files
|
||||
- docker/python-base/
|
||||
- docker/python-builder/
|
||||
- zuul.d/docker-images/python-3.9-bullseye.yaml
|
||||
|
||||
- job:
|
||||
name: system-config-upload-image-python-builder-3.9-bullseye
|
||||
@ -64,6 +65,7 @@
|
||||
files: &python-base_3_9_bullseye_files
|
||||
- docker/python-base/
|
||||
- docker/python-builder/
|
||||
- zuul.d/docker-images/python-3.9-bullseye.yaml
|
||||
|
||||
- job:
|
||||
name: system-config-upload-image-python-base-3.9-bullseye
|
||||
@ -111,6 +113,7 @@
|
||||
- docker/python-base/.*
|
||||
- docker/python-builder/.*
|
||||
- docker/uwsgi-base/.*
|
||||
- zuul.d/docker-images/python-3.9-bullseye.yaml
|
||||
|
||||
- job:
|
||||
name: system-config-upload-image-uwsgi-base-3.9-bullseye
|
||||
|
Loading…
x
Reference in New Issue
Block a user