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

[ART-3883] group.yml: define RHCOS alternate container conf #1773

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ assemblies:
cachito:
enabled: true

rhcos:
payload_tags:
- name: machine-os-content
build_metadata_key: oscontainer
primary: true
- name: rhel-coreos-8
build_metadata_key: base-oscontainer

default_image_build_profile: unsigned
default_rpm_build_profile: default

Expand Down
3 changes: 3 additions & 0 deletions releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ releases:
component: 'rhcos'
- code: INCONSISTENT_RHCOS_RPMS
component: 'rhcos'
- code: MISSING_RHCOS_CONTAINER
component: 'rhel-coreos-8'
# why: for now this has not rolled out to non-x86
members:
images:
- distgit_key: ironic
Expand Down