Skip to content

Commit

Permalink
[stable/zed] fix image job dependencies (#1091)
Browse files Browse the repository at this point in the history
build: build all images + run tests using them (#1069)
ci: fix promotion jobs (#1072)
[stable/zed] Drop conventional-commit requirement (#1082)
[stable/zed] fix(ipmi-exporter): Ignore additional sensor IDs (BP/Entity Presence) (#1077)
[stable/zed] Implement collection release process (#1085)
Release 1.11.0 (#1088)
Fix dependency for certain images
  • Loading branch information
mnaser authored Apr 12, 2024
1 parent a130817 commit fd7309c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
11 changes: 9 additions & 2 deletions zuul.d/container-images/libvirt-tls-sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
- job:
name: atmosphere-build-container-image-libvirt-tls-sidecar
parent: atmosphere-build-container-image
dependencies:
- name: atmosphere-build-container-image-ubuntu
soft: true
vars: &container_image_vars
promote_container_image_job: atmosphere-upload-container-image-libvirt-tls-sidecar
container_images:
Expand All @@ -38,15 +41,19 @@
tags:
- zed
files: &container_image_files
- go.mod
- go.sum
- images/ubuntu/.*
- cmd/.*
- internal/.*
- Dockerfile
- go.mod
- go.sum

- job:
name: atmosphere-upload-container-image-libvirt-tls-sidecar
parent: atmosphere-upload-container-image
dependencies:
- name: atmosphere-upload-container-image-ubuntu
soft: true
vars: *container_image_vars
files: *container_image_files

Expand Down
7 changes: 7 additions & 0 deletions zuul.d/container-images/netoffload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
- job:
name: atmosphere-build-container-image-netoffload
parent: atmosphere-build-container-image
dependencies:
- name: atmosphere-build-container-image-ubuntu
soft: true
vars: &container_image_vars
promote_container_image_job: atmosphere-upload-container-image-netoffload
container_images:
Expand All @@ -37,11 +40,15 @@
tags:
- zed
files: &container_image_files
- images/ubuntu/.*
- images/netoffload/.*

- job:
name: atmosphere-upload-container-image-netoffload
parent: atmosphere-upload-container-image
dependencies:
- name: atmosphere-upload-container-image-ubuntu
soft: true
vars: *container_image_vars
files: *container_image_files

Expand Down

0 comments on commit fd7309c

Please sign in to comment.