Skip to content

Commit

Permalink
Merge pull request #385 from openshift/4.10-jun24
Browse files Browse the repository at this point in the history
Bump fedora-coreos-config to latest stable
  • Loading branch information
openshift-ci[bot] committed Jun 24, 2022
2 parents 052fc78 + bd5422c commit 91b015c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fedora-coreos-config
Submodule fedora-coreos-config updated 81 files
+3 −0 .github/workflows/add-override.yml
+3 −0 .github/workflows/remove-graduated-overrides.yml
+1 −1 ci/buildroot/Dockerfile
+4 −0 ci/continuous/Dockerfile
+10 −0 ci/continuous/fcos-continuous.repo
+11 −0 ci/continuous/overrides.yaml
+22 −12 ci/overrides.py
+20 −0 kola-denylist.yaml
+122 −119 manifest-lock.aarch64.json
+1 −125 manifest-lock.overrides.yaml
+125 −122 manifest-lock.x86_64.json
+26 −18 manifests/fedora-coreos-base.yaml
+0 −17 manifests/iptables-nft.yaml
+0 −14 manifests/podman-v4.yaml
+3 −33 manifests/shared-workarounds.yaml
+5 −0 overlay.d/05core/usr/lib/dracut/modules.d/35coreos-ignition/coreos-diskful-generator
+6 −3 overlay.d/05core/usr/lib/dracut/modules.d/35coreos-ignition/coreos-teardown-initramfs.sh
+3 −1 overlay.d/05core/usr/lib/dracut/modules.d/35coreos-ignition/module-setup.sh
+7 −5 overlay.d/05core/usr/lib/dracut/modules.d/99emergency-shell-setup/emergency-shell.sh
+2 −0 overlay.d/05core/usr/lib/systemd/system-preset/40-coreos.preset
+28 −0 overlay.d/05core/usr/lib/systemd/system/coreos-ignition-delete-config.service
+7 −0 overlay.d/05core/usr/lib/systemd/system/ignition-delete-config.service.d/10-flag-file.conf
+23 −0 overlay.d/05core/usr/libexec/coreos-ignition-delete-config
+0 −18 overlay.d/35coreos-iptables/usr/lib/dracut/modules.d/35coreos-iptables/coreos-enable-iptables-legacy.service
+0 −82 overlay.d/35coreos-iptables/usr/lib/dracut/modules.d/35coreos-iptables/coreos-enable-iptables-legacy.sh
+0 −17 overlay.d/35coreos-iptables/usr/lib/dracut/modules.d/35coreos-iptables/module-setup.sh
+0 −13 overlay.d/README.md
+2 −2 tests/kola/chrony/coreos-platform-chrony-generator
+1 −1 tests/kola/chrony/dhcp-propagation
+2 −6 tests/kola/files/trust-cpu
+4 −15 tests/kola/firewall/iptables/test.sh
+36 −0 tests/kola/ignition/delete-config/config.bu
+1 −0 tests/kola/ignition/delete-config/data/commonlib.sh
+88 −0 tests/kola/ignition/delete-config/test.sh
+18 −0 tests/kola/ignition/resource/authenticated-gs/config.bu
+0 −0 tests/kola/ignition/resource/authenticated-gs/data/commonlib.sh
+1 −0 tests/kola/ignition/resource/authenticated-gs/data/expected/gs-anon
+0 −0 tests/kola/ignition/resource/authenticated-gs/data/expected/gs-auth
+0 −0 tests/kola/ignition/resource/authenticated-gs/data/expected/gs-config
+30 −0 tests/kola/ignition/resource/authenticated-gs/test.sh
+35 −0 tests/kola/ignition/resource/authenticated-s3/config.bu
+1 −0 tests/kola/ignition/resource/authenticated-s3/data/commonlib.sh
+1 −0 tests/kola/ignition/resource/authenticated-s3/data/expected/arn-ap-anon
+1 −0 tests/kola/ignition/resource/authenticated-s3/data/expected/arn-ap-auth
+1 −0 tests/kola/ignition/resource/authenticated-s3/data/expected/arn-ap-versioned-latest
+1 −0 tests/kola/ignition/resource/authenticated-s3/data/expected/arn-ap-versioned-original
+1 −0 tests/kola/ignition/resource/authenticated-s3/data/expected/arn-auth
+1 −0 tests/kola/ignition/resource/authenticated-s3/data/expected/s3-anon
+1 −0 tests/kola/ignition/resource/authenticated-s3/data/expected/s3-auth
+1 −0 tests/kola/ignition/resource/authenticated-s3/data/expected/s3-config
+5 −1 tests/kola/ignition/resource/authenticated-s3/test.sh
+13 −1 tests/kola/ignition/resource/remote/config.bu
+1 −0 tests/kola/ignition/resource/remote/data/expected/arn-anon
+1 −0 tests/kola/ignition/resource/remote/data/expected/arn-versioned-latest
+1 −0 tests/kola/ignition/resource/remote/data/expected/arn-versioned-original
+1 −0 tests/kola/ignition/resource/remote/data/expected/gs-anon
+7 −1 tests/kola/ignition/resource/remote/test.sh
+0 −14 tests/kola/ignition/resource/s3/config.bu
+6 −0 tests/kola/ignition/systemd-disable/config.bu
+1 −0 tests/kola/ignition/systemd-disable/data/commonlib.sh
+19 −0 tests/kola/ignition/systemd-disable/test.sh
+4 −1 tests/kola/kdump/crash/config.bu
+8 −0 tests/kola/kdump/crash/test.sh
+0 −22 tests/kola/multipath/multipathd-socket-fix
+2 −5 tests/kola/networking/default-network-behavior-change/test.sh
+7 −0 tests/kola/networking/no-default-initramfs-net-propagation/data/test-net-propagation.sh
+0 −14 tests/kola/networking/resolv/resolv
+6 −0 tests/kola/networking/resolv/systemd-resolved
+1 −1 tests/kola/podman/dns/test.sh
+1 −1 tests/kola/podman/rootless-systemd
+5 −9 tests/kola/security/passwd/test.sh
+0 −0 tests/kola/selinux/stub-resolve-context
+0 −28 tests/manual/iptables-nft-migration/tests/kola/already-migrated/config.bu
+0 −1 tests/manual/iptables-nft-migration/tests/kola/already-migrated/data/common.sh
+0 −21 tests/manual/iptables-nft-migration/tests/kola/already-migrated/test.sh
+0 −22 tests/manual/iptables-nft-migration/tests/kola/data/common.sh
+0 −21 tests/manual/iptables-nft-migration/tests/kola/migrate-to-nft
+0 −6 tests/manual/iptables-nft-migration/tests/kola/stay-on-legacy.day1/config.bu
+0 −1 tests/manual/iptables-nft-migration/tests/kola/stay-on-legacy.day1/data/common.sh
+0 −21 tests/manual/iptables-nft-migration/tests/kola/stay-on-legacy.day1/test.sh
+0 −23 tests/manual/iptables-nft-migration/tests/kola/stay-on-legacy.day2
2 changes: 1 addition & 1 deletion openshift-os

0 comments on commit 91b015c

Please sign in to comment.