Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DNM] test downstream edpm-hardened-uefi #647

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
- LICENSE
- OWNERS
- .*/*.md

# TODO(marios) remove this after wire up of OSP-17 job
vars:
cifmw_edpm_deploy_baremetal_update_os_containers: true
cifmw_set_openstack_containers_overrides:
RELATED_IMAGE_OS_CONTAINER_IMAGE_URL_DEFAULT: "quay.io/steveb/edpm-hardened-uefi:18.0-steveb-20231204"
Comment on lines +27 to +28
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
cifmw_set_openstack_containers_overrides:
RELATED_IMAGE_OS_CONTAINER_IMAGE_URL_DEFAULT: "quay.io/steveb/edpm-hardened-uefi:18.0-steveb-20231204"
cifmw_edpm_deploy_baremetal_update_os_containers: true
cifmw_set_openstack_containers_overrides:
RELATED_IMAGE_OS_CONTAINER_IMAGE_URL_DEFAULT: "quay.io/steveb/edpm-hardened-uefi:18.0-steveb-20231204"

@steveb As per this https://github.com/openstack-k8s-operators/ci-framework/blob/main/ci_framework/roles/edpm_deploy_baremetal/tasks/main.yml#L41 we need to set cifmw_edpm_deploy_baremetal_update_os_containers: true to run set_openstack_containers role.

- job:
name: content-provider-data-plane-adoption-github-rdo-centos-9-extracted-crc
parent: data-plane-adoption-github-rdo-centos-9-extracted-crc
Expand Down