Skip to content

Commit

Permalink
Merge pull request #965 from travier/fcc-sync
Browse files Browse the repository at this point in the history
Bump fedora-coreos-config
  • Loading branch information
openshift-merge-robot authored Sep 2, 2022
2 parents b4c8be1 + c31c8d0 commit 43bb018
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .fedora-coreos-config-base
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f257ee784130ad4b4273b61e9b381f5275b85a34
b53afb9f91f90e0c4fa0339981ad46a515e7d5ed
2 changes: 1 addition & 1 deletion fedora-coreos-config
Submodule fedora-coreos-config updated 40 files
+17 −5 README.md
+22 −0 fedora-rawhide.repo
+5 −26 kola-denylist.yaml
+51 −51 manifest-lock.aarch64.json
+16 −1 manifest-lock.overrides.yaml
+1,248 −0 manifest-lock.ppc64le.json
+53 −50 manifest-lock.s390x.json
+50 −50 manifest-lock.x86_64.json
+10 −3 manifests/bootable-rpm-ostree.yaml
+11 −0 manifests/fallback-hostname.yaml
+4 −13 manifests/fedora-coreos-base.yaml
+44 −1 manifests/fedora-coreos.yaml
+22 −22 manifests/passwd
+3 −0 manifests/shared-el9.yaml
+26 −16 overlay.d/05core/usr/lib/dracut/modules.d/35coreos-ignition/01-secex.ign
+2 −6 overlay.d/05core/usr/lib/dracut/modules.d/35coreos-ignition/coreos-gpt-setup.sh
+0 −18 overlay.d/05core/usr/lib/dracut/modules.d/40ignition-ostree/ignition-ostree-close-luks.service
+0 −19 overlay.d/05core/usr/lib/dracut/modules.d/40ignition-ostree/ignition-ostree-drop-luks.service
+1 −1 overlay.d/05core/usr/lib/dracut/modules.d/40ignition-ostree/ignition-ostree-secex-config.service
+44 −10 overlay.d/05core/usr/lib/dracut/modules.d/40ignition-ostree/ignition-ostree-transposefs.sh
+2 −0 overlay.d/05core/usr/lib/dracut/modules.d/40ignition-ostree/ignition-ostree-uuid-boot.service
+1 −0 overlay.d/05core/usr/lib/dracut/modules.d/40ignition-ostree/ignition-ostree-uuid-root.service
+6 −3 overlay.d/05core/usr/lib/dracut/modules.d/40ignition-ostree/module-setup.sh
+2 −0 overlay.d/06el9/statoverride
+9 −0 overlay.d/15fcos/usr/lib/sysusers.d/00-coreos-nobody.conf
+32 −0 overlay.d/15fcos/usr/lib/sysusers.d/00-coreos-static.conf
+0 −3 overlay.d/15fcos/usr/lib/sysusers.d/00-group-nobody.conf
+0 −16 overlay.d/15fcos/usr/lib/sysusers.d/00-groups-coreos-static.conf
+0 −23 overlay.d/15fcos/usr/lib/sysusers.d/10-groups-basic.conf
+0 −12 overlay.d/15fcos/usr/lib/sysusers.d/10-groups-static-extra.conf
+43 −0 overlay.d/15fcos/usr/lib/sysusers.d/10-setup-basic.conf
+26 −0 overlay.d/15fcos/usr/lib/sysusers.d/10-static-extra.conf
+2 −0 overlay.d/16disable-zincati/statoverride
+7 −1 overlay.d/README.md
+1 −0 tests/kola/content-origins/data/commonlib.sh
+28 −0 tests/kola/content-origins/test.sh
+45 −0 tests/kola/files/validate-symlinks
+10 −0 tests/kola/networking/hostname/fallback-hostname/config.bu
+1 −0 tests/kola/networking/hostname/fallback-hostname/data/commonlib.sh
+63 −0 tests/kola/networking/hostname/fallback-hostname/test.sh
5 changes: 5 additions & 0 deletions kola-denylist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
- s390x
snooze: 2022-09-15

# This test does not affect RHEL 8.6 but we're keeping it for EL9
- pattern: ext.config.shared.networking.hostname.fallback-hostname
osversion:
- rhel-8.6

# Broken tests for EL9 under investigation
- pattern: coreos.boot-mirror
osversion:
Expand Down
1 change: 1 addition & 0 deletions overlay.d/06el9

0 comments on commit 43bb018

Please sign in to comment.