Skip to content

Commit

Permalink
Add missing buildset registry dependency (#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser authored May 31, 2024
1 parent d4af966 commit 1259ead
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zuul.d/container-images/cluster-api-provider-openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
- job:
name: atmosphere-build-container-image-cluster-api-provider-openstack
parent: atmosphere-build-container-image
dependencies:
- name: atmosphere-buildset-registry
soft: false
vars: &container_image_vars
promote_container_image_job: atmosphere-upload-container-image-cluster-api-provider-openstack
container_images:
Expand Down
3 changes: 3 additions & 0 deletions zuul.d/container-images/kubernetes-entrypoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
- job:
name: atmosphere-build-container-image-kubernetes-entrypoint
parent: atmosphere-build-container-image
dependencies:
- name: atmosphere-buildset-registry
soft: false
vars: &container_image_vars
promote_container_image_job: atmosphere-upload-container-image-kubernetes-entrypoint
container_images:
Expand Down
3 changes: 3 additions & 0 deletions zuul.d/container-images/openvswitch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
- job:
name: atmosphere-build-container-image-openvswitch
parent: atmosphere-build-container-image
dependencies:
- name: atmosphere-buildset-registry
soft: false
vars: &container_image_vars
promote_container_image_job: atmosphere-upload-container-image-openvswitch
container_images:
Expand Down
2 changes: 2 additions & 0 deletions zuul.d/container-images/python-openstackclient.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
name: atmosphere-build-container-image-python-openstackclient
parent: atmosphere-build-container-image
dependencies:
- name: atmosphere-buildset-registry
soft: false
- name: atmosphere-build-container-image-ubuntu
soft: true
- name: atmosphere-build-container-image-ubuntu-cloud-archive
Expand Down
3 changes: 3 additions & 0 deletions zuul.d/container-images/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
- job:
name: atmosphere-build-container-image-ubuntu
parent: atmosphere-build-container-image
dependencies:
- name: atmosphere-buildset-registry
soft: false
vars: &container_image_vars
promote_container_image_job: atmosphere-upload-container-image-ubuntu
container_images:
Expand Down

0 comments on commit 1259ead

Please sign in to comment.