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

manifest: Enable ostree bootloader-naming-2 for f40 #2723

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

cgwalters
Copy link
Member

Copy link
Member

@jlebon jlebon left a comment

Choose a reason for hiding this comment

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

LGTM as is.

# so that we don't run into https://github.com/coreos/fedora-coreos-tracker/issues/1464
# again. OSTree autopruning is new so we're selectively enabling it before making it the default.
include: ostree-autoprune.yaml
- releasever >= 40
Copy link
Member

Choose a reason for hiding this comment

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

Minor: this can be squashed to a single line. It only needs to be a list if there are multiple conditions.

@dustymabe
Copy link
Member

dustymabe commented Nov 9, 2023

  • This removes the autoprune stuff which is already always on in ostree now

oh nice. I missed that this merged and made it in 2023.7. I did check and it is in testing-devel and next-devel so we should be good.

@dustymabe
Copy link
Member

Looks good:

[core@cosa-devsh ~]$ ls /boot/loader/entries/
ostree-1.conf  ostree-2.conf
[core@cosa-devsh ~]$ rpm-ostree status 
State: idle
Deployments:
● fedora-compose:fedora/x86_64/coreos/rawhide
                  Version: 40.20231108.91.0 (2023-11-08T12:47:04Z)
                   Commit: a8f7ddc642f751e71ba514d3b2a94e8944360352fda9349fa5d12a3e72a572cf
             GPGSignature: Valid signature by 115DF9AEF857853EE8445D0A0727707EA15B79CC

  fedora:fedora/x86_64/coreos/rawhide
                  Version: 40.20231109.dev.0 (2023-11-09T19:45:24Z)
                   Commit: 8d5f9ca25e88b8c9062dfd39c4abf076641975b8744de56a3de4ab23bad6629f
             GPGSignature: (unsigned)

Though, I don't know if the desire is for the bls entry filename in the delivered image (qcow2) to have this form. If it is that isn't what happens IIUC.

@dustymabe
Copy link
Member

if you rebase on top of latest testing-devel I think it will fix the CI failure.

Copy link
Member

@dustymabe dustymabe left a comment

Choose a reason for hiding this comment

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

LGTM

- This removes the autoprune stuff which is already always on in ostree now
- Add the new "experiment" of bootloader-naming-2; xref ostreedev/ostree#3007
@cgwalters cgwalters force-pushed the sysroot-bls-naming2 branch from f32a8e1 to 6feaf8e Compare November 9, 2023 20:45
@cgwalters
Copy link
Member Author

Yeah, it's different work to make it affect the disk images too, would need an image.yaml knob I guess.

@dustymabe dustymabe merged commit d4583a4 into coreos:testing-devel Nov 9, 2023
gursewak1997 added a commit to gursewak1997/fedora-coreos-config that referenced this pull request Nov 13, 2023
Adapt the test as per the changes from
coreos#2723
Now, we git grep from ostree-x.conf instead of
ostress-x-fedora-coreos.conf
gursewak1997 added a commit to gursewak1997/fedora-coreos-config that referenced this pull request Nov 13, 2023
Adapt the test as per the changes from
coreos#2723
Now, we git grep from ostree-x.conf instead of
ostress-x-fedora-coreos.conf
gursewak1997 added a commit that referenced this pull request Nov 13, 2023
Adapt the test as per the changes from
#2723
Now, we git grep from ostree-x.conf instead of
ostress-x-fedora-coreos.conf
coreosbot-releng pushed a commit to coreosbot-releng/os that referenced this pull request Nov 14, 2023
Colin Walters (1):
      manifest: Enable ostree bootloader-naming-2 for f40

Michael Armijo (1):
      tests/quadlet: update fedora-minimal image tag

gursewak1997 (1):
      kola/butane/grub-users: Update the test Adapt the test as per the changes from coreos/fedora-coreos-config#2723 Now, we git grep from ostree-x.conf instead of ostress-x-fedora-coreos.conf
coreosbot-releng pushed a commit to coreosbot-releng/os that referenced this pull request Nov 15, 2023
Colin Walters (2):
      manifest: Enable ostree bootloader-naming-2 for f40
      tests/kernel-replace: Adapt to already being in a container

HuijingHei (1):
      tests: verify systemd-sysuser.service with `ConditionNeedsUpdate=` will be triggered with new deployment

Michael Armijo (1):
      tests/quadlet: update fedora-minimal image tag

gursewak1997 (1):
      kola/butane/grub-users: Update the test Adapt the test as per the changes from coreos/fedora-coreos-config#2723 Now, we git grep from ostree-x.conf instead of ostress-x-fedora-coreos.conf
coreosbot-releng pushed a commit to coreosbot-releng/os that referenced this pull request Nov 16, 2023
Colin Walters (2):
      manifest: Enable ostree bootloader-naming-2 for f40
      tests/kernel-replace: Adapt to already being in a container

HuijingHei (1):
      tests: verify systemd-sysuser.service with `ConditionNeedsUpdate=` will be triggered with new deployment

Michael Armijo (1):
      tests/quadlet: update fedora-minimal image tag

gursewak1997 (2):
      kola/butane/grub-users: Update the test Adapt the test as per the changes from coreos/fedora-coreos-config#2723 Now, we git grep from ostree-x.conf instead of ostress-x-fedora-coreos.conf
      denylist: extend snooze for failing kola tests Also, kexec-tools 2.0.27 is now in F39 so the kdump.crash is passing on production streams. kdump.crash in rawhide for ppc64le, ext.config.docker.basic and coreos.ignition.ssh.key are still failing
coreosbot-releng pushed a commit to coreosbot-releng/os that referenced this pull request Nov 18, 2023
Colin Walters (2):
      manifest: Enable ostree bootloader-naming-2 for f40
      tests/kernel-replace: Adapt to already being in a container

HuijingHei (1):
      tests: verify systemd-sysuser.service with `ConditionNeedsUpdate=` will be triggered with new deployment

Jonathan Lebon (1):
      denylist: skip PXE tests on ppc64le

Michael Armijo (1):
      tests/quadlet: update fedora-minimal image tag

gursewak1997 (2):
      kola/butane/grub-users: Update the test Adapt the test as per the changes from coreos/fedora-coreos-config#2723 Now, we git grep from ostree-x.conf instead of ostress-x-fedora-coreos.conf
      denylist: extend snooze for failing kola tests Also, kexec-tools 2.0.27 is now in F39 so the kdump.crash is passing on production streams. kdump.crash in rawhide for ppc64le, ext.config.docker.basic and coreos.ignition.ssh.key are still failing
coreosbot-releng pushed a commit to coreosbot-releng/os that referenced this pull request Nov 20, 2023
Colin Walters (2):
      manifest: Enable ostree bootloader-naming-2 for f40
      tests/kernel-replace: Adapt to already being in a container

HuijingHei (1):
      tests: verify systemd-sysuser.service with `ConditionNeedsUpdate=` will be triggered with new deployment

Jonathan Lebon (1):
      denylist: skip PXE tests on ppc64le

Michael Armijo (1):
      tests/quadlet: update fedora-minimal image tag

gursewak1997 (2):
      kola/butane/grub-users: Update the test Adapt the test as per the changes from coreos/fedora-coreos-config#2723 Now, we git grep from ostree-x.conf instead of ostress-x-fedora-coreos.conf
      denylist: extend snooze for failing kola tests Also, kexec-tools 2.0.27 is now in F39 so the kdump.crash is passing on production streams. kdump.crash in rawhide for ppc64le, ext.config.docker.basic and coreos.ignition.ssh.key are still failing
coreosbot-releng pushed a commit to coreosbot-releng/os that referenced this pull request Nov 21, 2023
Colin Walters (2):
      manifest: Enable ostree bootloader-naming-2 for f40
      tests/kernel-replace: Adapt to already being in a container

HuijingHei (1):
      tests: verify systemd-sysuser.service with `ConditionNeedsUpdate=` will be triggered with new deployment

Jonathan Lebon (1):
      denylist: skip PXE tests on ppc64le

Michael Armijo (1):
      tests/quadlet: update fedora-minimal image tag

gursewak1997 (2):
      kola/butane/grub-users: Update the test Adapt the test as per the changes from coreos/fedora-coreos-config#2723 Now, we git grep from ostree-x.conf instead of ostress-x-fedora-coreos.conf
      denylist: extend snooze for failing kola tests Also, kexec-tools 2.0.27 is now in F39 so the kdump.crash is passing on production streams. kdump.crash in rawhide for ppc64le, ext.config.docker.basic and coreos.ignition.ssh.key are still failing
coreosbot-releng pushed a commit to coreosbot-releng/os that referenced this pull request Nov 22, 2023
Colin Walters (2):
      manifest: Enable ostree bootloader-naming-2 for f40
      tests/kernel-replace: Adapt to already being in a container

HuijingHei (1):
      tests: verify systemd-sysuser.service with `ConditionNeedsUpdate=` will be triggered with new deployment

Jonathan Lebon (2):
      denylist: skip PXE tests on ppc64le
      ci: cancel previous build on PR update

Michael Armijo (1):
      tests/quadlet: update fedora-minimal image tag

gursewak1997 (2):
      kola/butane/grub-users: Update the test Adapt the test as per the changes from coreos/fedora-coreos-config#2723 Now, we git grep from ostree-x.conf instead of ostress-x-fedora-coreos.conf
      denylist: extend snooze for failing kola tests Also, kexec-tools 2.0.27 is now in F39 so the kdump.crash is passing on production streams. kdump.crash in rawhide for ppc64le, ext.config.docker.basic and coreos.ignition.ssh.key are still failing
coreosbot-releng pushed a commit to coreosbot-releng/os that referenced this pull request Nov 23, 2023
Colin Walters (2):
      manifest: Enable ostree bootloader-naming-2 for f40
      tests/kernel-replace: Adapt to already being in a container

HuijingHei (1):
      tests: verify systemd-sysuser.service with `ConditionNeedsUpdate=` will be triggered with new deployment

Jonathan Lebon (2):
      denylist: skip PXE tests on ppc64le
      ci: cancel previous build on PR update

Michael Armijo (1):
      tests/quadlet: update fedora-minimal image tag

Timothée Ravier (1):
      manifests: Explicitly include amd-ucode-firmware

gursewak1997 (2):
      kola/butane/grub-users: Update the test Adapt the test as per the changes from coreos/fedora-coreos-config#2723 Now, we git grep from ostree-x.conf instead of ostress-x-fedora-coreos.conf
      denylist: extend snooze for failing kola tests Also, kexec-tools 2.0.27 is now in F39 so the kdump.crash is passing on production streams. kdump.crash in rawhide for ppc64le, ext.config.docker.basic and coreos.ignition.ssh.key are still failing
coreosbot-releng pushed a commit to coreosbot-releng/os that referenced this pull request Nov 24, 2023
Colin Walters (2):
      manifest: Enable ostree bootloader-naming-2 for f40
      tests/kernel-replace: Adapt to already being in a container

HuijingHei (1):
      tests: verify systemd-sysuser.service with `ConditionNeedsUpdate=` will be triggered with new deployment

Jonathan Lebon (3):
      denylist: skip PXE tests on ppc64le
      ci: cancel previous build on PR update
      tests/kola/networking: adapt to new link file names

Michael Armijo (1):
      tests/quadlet: update fedora-minimal image tag

Timothée Ravier (1):
      manifests: Explicitly include amd-ucode-firmware

gursewak1997 (2):
      kola/butane/grub-users: Update the test Adapt the test as per the changes from coreos/fedora-coreos-config#2723 Now, we git grep from ostree-x.conf instead of ostress-x-fedora-coreos.conf
      denylist: extend snooze for failing kola tests Also, kexec-tools 2.0.27 is now in F39 so the kdump.crash is passing on production streams. kdump.crash in rawhide for ppc64le, ext.config.docker.basic and coreos.ignition.ssh.key are still failing
coreosbot-releng pushed a commit to coreosbot-releng/os that referenced this pull request Nov 25, 2023
Colin Walters (2):
      manifest: Enable ostree bootloader-naming-2 for f40
      tests/kernel-replace: Adapt to already being in a container

HuijingHei (1):
      tests: verify systemd-sysuser.service with `ConditionNeedsUpdate=` will be triggered with new deployment

Jonathan Lebon (4):
      denylist: skip PXE tests on ppc64le
      ci: cancel previous build on PR update
      tests/kola/networking: adapt to new link file names
      Revert "denylist: skip PXE tests on ppc64le"

Michael Armijo (1):
      tests/quadlet: update fedora-minimal image tag

Timothée Ravier (1):
      manifests: Explicitly include amd-ucode-firmware

gursewak1997 (2):
      kola/butane/grub-users: Update the test Adapt the test as per the changes from coreos/fedora-coreos-config#2723 Now, we git grep from ostree-x.conf instead of ostress-x-fedora-coreos.conf
      denylist: extend snooze for failing kola tests Also, kexec-tools 2.0.27 is now in F39 so the kdump.crash is passing on production streams. kdump.crash in rawhide for ppc64le, ext.config.docker.basic and coreos.ignition.ssh.key are still failing
coreosbot-releng pushed a commit to coreosbot-releng/os that referenced this pull request Nov 26, 2023
Colin Walters (2):
      manifest: Enable ostree bootloader-naming-2 for f40
      tests/kernel-replace: Adapt to already being in a container

HuijingHei (1):
      tests: verify systemd-sysuser.service with `ConditionNeedsUpdate=` will be triggered with new deployment

Jonathan Lebon (4):
      denylist: skip PXE tests on ppc64le
      ci: cancel previous build on PR update
      tests/kola/networking: adapt to new link file names
      Revert "denylist: skip PXE tests on ppc64le"

Michael Armijo (1):
      tests/quadlet: update fedora-minimal image tag

Timothée Ravier (1):
      manifests: Explicitly include amd-ucode-firmware

gursewak1997 (2):
      kola/butane/grub-users: Update the test Adapt the test as per the changes from coreos/fedora-coreos-config#2723 Now, we git grep from ostree-x.conf instead of ostress-x-fedora-coreos.conf
      denylist: extend snooze for failing kola tests Also, kexec-tools 2.0.27 is now in F39 so the kdump.crash is passing on production streams. kdump.crash in rawhide for ppc64le, ext.config.docker.basic and coreos.ignition.ssh.key are still failing
coreosbot-releng pushed a commit to coreosbot-releng/os that referenced this pull request Nov 27, 2023
Colin Walters (2):
      manifest: Enable ostree bootloader-naming-2 for f40
      tests/kernel-replace: Adapt to already being in a container

HuijingHei (1):
      tests: verify systemd-sysuser.service with `ConditionNeedsUpdate=` will be triggered with new deployment

Jonathan Lebon (4):
      denylist: skip PXE tests on ppc64le
      ci: cancel previous build on PR update
      tests/kola/networking: adapt to new link file names
      Revert "denylist: skip PXE tests on ppc64le"

Michael Armijo (1):
      tests/quadlet: update fedora-minimal image tag

Timothée Ravier (1):
      manifests: Explicitly include amd-ucode-firmware

gursewak1997 (2):
      kola/butane/grub-users: Update the test Adapt the test as per the changes from coreos/fedora-coreos-config#2723 Now, we git grep from ostree-x.conf instead of ostress-x-fedora-coreos.conf
      denylist: extend snooze for failing kola tests Also, kexec-tools 2.0.27 is now in F39 so the kdump.crash is passing on production streams. kdump.crash in rawhide for ppc64le, ext.config.docker.basic and coreos.ignition.ssh.key are still failing
coreosbot-releng pushed a commit to coreosbot-releng/os that referenced this pull request Nov 29, 2023
Colin Walters (2):
      manifest: Enable ostree bootloader-naming-2 for f40
      tests/kernel-replace: Adapt to already being in a container

HuijingHei (1):
      tests: verify systemd-sysuser.service with `ConditionNeedsUpdate=` will be triggered with new deployment

Jonathan Lebon (4):
      denylist: skip PXE tests on ppc64le
      ci: cancel previous build on PR update
      tests/kola/networking: adapt to new link file names
      Revert "denylist: skip PXE tests on ppc64le"

Michael Armijo (2):
      tests/quadlet: update fedora-minimal image tag
      denylist: skip `coreos.unique.boot.failure` on aarch64

Timothée Ravier (1):
      manifests: Explicitly include amd-ucode-firmware

gursewak1997 (2):
      kola/butane/grub-users: Update the test Adapt the test as per the changes from coreos/fedora-coreos-config#2723 Now, we git grep from ostree-x.conf instead of ostress-x-fedora-coreos.conf
      denylist: extend snooze for failing kola tests Also, kexec-tools 2.0.27 is now in F39 so the kdump.crash is passing on production streams. kdump.crash in rawhide for ppc64le, ext.config.docker.basic and coreos.ignition.ssh.key are still failing
coreosbot-releng pushed a commit to coreosbot-releng/os that referenced this pull request Nov 30, 2023
Colin Walters (2):
      manifest: Enable ostree bootloader-naming-2 for f40
      tests/kernel-replace: Adapt to already being in a container

HuijingHei (1):
      tests: verify systemd-sysuser.service with `ConditionNeedsUpdate=` will be triggered with new deployment

Jonathan Lebon (4):
      denylist: skip PXE tests on ppc64le
      ci: cancel previous build on PR update
      tests/kola/networking: adapt to new link file names
      Revert "denylist: skip PXE tests on ppc64le"

Luke Yang (1):
      tests: create partition scheme test

Michael Armijo (2):
      tests/quadlet: update fedora-minimal image tag
      denylist: skip `coreos.unique.boot.failure` on aarch64

Timothée Ravier (1):
      manifests: Explicitly include amd-ucode-firmware

gursewak1997 (2):
      kola/butane/grub-users: Update the test Adapt the test as per the changes from coreos/fedora-coreos-config#2723 Now, we git grep from ostree-x.conf instead of ostress-x-fedora-coreos.conf
      denylist: extend snooze for failing kola tests Also, kexec-tools 2.0.27 is now in F39 so the kdump.crash is passing on production streams. kdump.crash in rawhide for ppc64le, ext.config.docker.basic and coreos.ignition.ssh.key are still failing
coreosbot-releng pushed a commit to coreosbot-releng/os that referenced this pull request Dec 1, 2023
Colin Walters (2):
      manifest: Enable ostree bootloader-naming-2 for f40
      tests/kernel-replace: Adapt to already being in a container

HuijingHei (1):
      tests: verify systemd-sysuser.service with `ConditionNeedsUpdate=` will be triggered with new deployment

Jonathan Lebon (4):
      denylist: skip PXE tests on ppc64le
      ci: cancel previous build on PR update
      tests/kola/networking: adapt to new link file names
      Revert "denylist: skip PXE tests on ppc64le"

Luke Yang (1):
      tests: create partition scheme test

Michael Armijo (3):
      tests/quadlet: update fedora-minimal image tag
      denylist: skip `coreos.unique.boot.failure` on aarch64
      denylist: extend expired snoozes

Timothée Ravier (1):
      manifests: Explicitly include amd-ucode-firmware

gursewak1997 (2):
      kola/butane/grub-users: Update the test Adapt the test as per the changes from coreos/fedora-coreos-config#2723 Now, we git grep from ostree-x.conf instead of ostress-x-fedora-coreos.conf
      denylist: extend snooze for failing kola tests Also, kexec-tools 2.0.27 is now in F39 so the kdump.crash is passing on production streams. kdump.crash in rawhide for ppc64le, ext.config.docker.basic and coreos.ignition.ssh.key are still failing
coreosbot-releng pushed a commit to coreosbot-releng/os that referenced this pull request Dec 2, 2023
Colin Walters (2):
      manifest: Enable ostree bootloader-naming-2 for f40
      tests/kernel-replace: Adapt to already being in a container

Dusty Mabe (1):
      tests/partition-scheme: support aarch64/ppc64le

HuijingHei (1):
      tests: verify systemd-sysuser.service with `ConditionNeedsUpdate=` will be triggered with new deployment

Jan Schintag (1):
      s390x: Fix ext.config.disks.partition-scheme

Jonathan Lebon (4):
      denylist: skip PXE tests on ppc64le
      ci: cancel previous build on PR update
      tests/kola/networking: adapt to new link file names
      Revert "denylist: skip PXE tests on ppc64le"

Luke Yang (1):
      tests: create partition scheme test

Michael Armijo (3):
      tests/quadlet: update fedora-minimal image tag
      denylist: skip `coreos.unique.boot.failure` on aarch64
      denylist: extend expired snoozes

Timothée Ravier (1):
      manifests: Explicitly include amd-ucode-firmware

gursewak1997 (2):
      kola/butane/grub-users: Update the test Adapt the test as per the changes from coreos/fedora-coreos-config#2723 Now, we git grep from ostree-x.conf instead of ostress-x-fedora-coreos.conf
      denylist: extend snooze for failing kola tests Also, kexec-tools 2.0.27 is now in F39 so the kdump.crash is passing on production streams. kdump.crash in rawhide for ppc64le, ext.config.docker.basic and coreos.ignition.ssh.key are still failing
coreosbot-releng pushed a commit to coreosbot-releng/os that referenced this pull request Dec 3, 2023
Colin Walters (2):
      manifest: Enable ostree bootloader-naming-2 for f40
      tests/kernel-replace: Adapt to already being in a container

Dusty Mabe (1):
      tests/partition-scheme: support aarch64/ppc64le

HuijingHei (1):
      tests: verify systemd-sysuser.service with `ConditionNeedsUpdate=` will be triggered with new deployment

Jan Schintag (1):
      s390x: Fix ext.config.disks.partition-scheme

Jonathan Lebon (4):
      denylist: skip PXE tests on ppc64le
      ci: cancel previous build on PR update
      tests/kola/networking: adapt to new link file names
      Revert "denylist: skip PXE tests on ppc64le"

Luke Yang (1):
      tests: create partition scheme test

Michael Armijo (3):
      tests/quadlet: update fedora-minimal image tag
      denylist: skip `coreos.unique.boot.failure` on aarch64
      denylist: extend expired snoozes

Timothée Ravier (1):
      manifests: Explicitly include amd-ucode-firmware

gursewak1997 (2):
      kola/butane/grub-users: Update the test Adapt the test as per the changes from coreos/fedora-coreos-config#2723 Now, we git grep from ostree-x.conf instead of ostress-x-fedora-coreos.conf
      denylist: extend snooze for failing kola tests Also, kexec-tools 2.0.27 is now in F39 so the kdump.crash is passing on production streams. kdump.crash in rawhide for ppc64le, ext.config.docker.basic and coreos.ignition.ssh.key are still failing
coreosbot-releng pushed a commit to coreosbot-releng/os that referenced this pull request Dec 6, 2023
Colin Walters (2):
      manifest: Enable ostree bootloader-naming-2 for f40
      tests/kernel-replace: Adapt to already being in a container

Dusty Mabe (1):
      tests/partition-scheme: support aarch64/ppc64le

HuijingHei (1):
      tests: verify systemd-sysuser.service with `ConditionNeedsUpdate=` will be triggered with new deployment

Jan Schintag (1):
      s390x: Fix ext.config.disks.partition-scheme

Jonathan Lebon (4):
      denylist: skip PXE tests on ppc64le
      ci: cancel previous build on PR update
      tests/kola/networking: adapt to new link file names
      Revert "denylist: skip PXE tests on ppc64le"

Luke Yang (1):
      tests: create partition scheme test

Michael Armijo (3):
      tests/quadlet: update fedora-minimal image tag
      denylist: skip `coreos.unique.boot.failure` on aarch64
      denylist: extend expired snoozes

Timothée Ravier (1):
      manifests: Explicitly include amd-ucode-firmware

gursewak1997 (2):
      kola/butane/grub-users: Update the test Adapt the test as per the changes from coreos/fedora-coreos-config#2723 Now, we git grep from ostree-x.conf instead of ostress-x-fedora-coreos.conf
      denylist: extend snooze for failing kola tests Also, kexec-tools 2.0.27 is now in F39 so the kdump.crash is passing on production streams. kdump.crash in rawhide for ppc64le, ext.config.docker.basic and coreos.ignition.ssh.key are still failing
coreosbot-releng pushed a commit to coreosbot-releng/os that referenced this pull request Dec 6, 2023
Colin Walters (2):
      manifest: Enable ostree bootloader-naming-2 for f40
      tests/kernel-replace: Adapt to already being in a container

Dusty Mabe (3):
      tests/partition-scheme: support aarch64/ppc64le
      overrides: drop zincati pin
      overrides: fast-track podman-4.8.1-1.fc39

HuijingHei (1):
      tests: verify systemd-sysuser.service with `ConditionNeedsUpdate=` will be triggered with new deployment

Jan Schintag (1):
      s390x: Fix ext.config.disks.partition-scheme

Jonathan Lebon (5):
      denylist: skip PXE tests on ppc64le
      ci: cancel previous build on PR update
      tests/kola/networking: adapt to new link file names
      Revert "denylist: skip PXE tests on ppc64le"
      manifests: move `amd-ucode-firmware` to FCOS-specific manifest

Luke Yang (1):
      tests: create partition scheme test

Michael Armijo (3):
      tests/quadlet: update fedora-minimal image tag
      denylist: skip `coreos.unique.boot.failure` on aarch64
      denylist: extend expired snoozes

Timothée Ravier (1):
      manifests: Explicitly include amd-ucode-firmware

gursewak1997 (2):
      kola/butane/grub-users: Update the test Adapt the test as per the changes from coreos/fedora-coreos-config#2723 Now, we git grep from ostree-x.conf instead of ostress-x-fedora-coreos.conf
      denylist: extend snooze for failing kola tests Also, kexec-tools 2.0.27 is now in F39 so the kdump.crash is passing on production streams. kdump.crash in rawhide for ppc64le, ext.config.docker.basic and coreos.ignition.ssh.key are still failing
coreosbot-releng pushed a commit to coreosbot-releng/os that referenced this pull request Dec 7, 2023
Colin Walters (2):
      manifest: Enable ostree bootloader-naming-2 for f40
      tests/kernel-replace: Adapt to already being in a container

Dusty Mabe (3):
      tests/partition-scheme: support aarch64/ppc64le
      overrides: drop zincati pin
      overrides: fast-track podman-4.8.1-1.fc39

HuijingHei (1):
      tests: verify systemd-sysuser.service with `ConditionNeedsUpdate=` will be triggered with new deployment

Jan Schintag (1):
      s390x: Fix ext.config.disks.partition-scheme

Jonathan Lebon (6):
      denylist: skip PXE tests on ppc64le
      ci: cancel previous build on PR update
      tests/kola/networking: adapt to new link file names
      Revert "denylist: skip PXE tests on ppc64le"
      manifests: move `amd-ucode-firmware` to FCOS-specific manifest
      tests/kola/files/amd-ucode-firmware: limit to x86_64

Luke Yang (1):
      tests: create partition scheme test

Michael Armijo (3):
      tests/quadlet: update fedora-minimal image tag
      denylist: skip `coreos.unique.boot.failure` on aarch64
      denylist: extend expired snoozes

Timothée Ravier (1):
      manifests: Explicitly include amd-ucode-firmware

gursewak1997 (2):
      kola/butane/grub-users: Update the test Adapt the test as per the changes from coreos/fedora-coreos-config#2723 Now, we git grep from ostree-x.conf instead of ostress-x-fedora-coreos.conf
      denylist: extend snooze for failing kola tests Also, kexec-tools 2.0.27 is now in F39 so the kdump.crash is passing on production streams. kdump.crash in rawhide for ppc64le, ext.config.docker.basic and coreos.ignition.ssh.key are still failing
aaradhak pushed a commit to aaradhak/fedora-coreos-config that referenced this pull request Mar 18, 2024
Adapt the test as per the changes from
coreos#2723
Now, we git grep from ostree-x.conf instead of
ostress-x-fedora-coreos.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants