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

[testing] tree: promote changes from testing-devel at 262ea8b2b031a81a3cb379a93803ebdc2d407709 #3304

Merged
merged 2 commits into from
Dec 17, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions image-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ vmware-os-type: fedora64Guest
vmware-hw-version: 17

compressor: xz

platform-compressor:
# On Windows, it's the only compression tool we can rely on.
hyperv: zip
# On macOS, it's the only compression tool we can rely on.
applehv: gzip
5 changes: 5 additions & 0 deletions kola-denylist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@
# warn: true (disabled on promotion)
arches:
- ppc64le
- pattern: multipath.partition
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1840
# snooze: 2025-01-06 (disabled on promotion)
streams:
- rawhide
8 changes: 4 additions & 4 deletions live/README-devel.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
These files will be copied to the target live ISO
via the CoreOS Assembler buildextend-live call. It
picks up all files in the coreos/fedora-coreos-config/live/
directory and copies them to the base of the ISO.
These files will be copied into the built OSTree at
/usr/share/coreos-assembler/live/ by CoreOS Assembler.
The file will then be picked up when building live media
and copied to the base of the ISO.

Files currently copied are:

Expand Down
Loading
Loading