diff --git a/test/bin/manage_build_cache.sh b/test/bin/manage_build_cache.sh index edfa245310..fb7b506f7b 100755 --- a/test/bin/manage_build_cache.sh +++ b/test/bin/manage_build_cache.sh @@ -8,6 +8,7 @@ SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source "${SCRIPTDIR}/common.sh" AWS_BUCKET_NAME="${AWS_BUCKET_NAME:-microshift-build-cache}" +AWS_BUCKET_NAME=agullon-build-cache-ushift-6978-test BCH_SUBDIR= TAG_SUBDIR= ARCH_SUBDIR="${UNAME_M}" diff --git a/test/image-blueprints-bootc/el9/layer2-presubmit/group2/rhel98-bootc-source-fips.containerfile b/test/image-blueprints-bootc/el9/layer2-presubmit/group2/rhel98-bootc-source-fips.containerfile index 64062111bd..2185828dbe 100644 --- a/test/image-blueprints-bootc/el9/layer2-presubmit/group2/rhel98-bootc-source-fips.containerfile +++ b/test/image-blueprints-bootc/el9/layer2-presubmit/group2/rhel98-bootc-source-fips.containerfile @@ -13,4 +13,5 @@ EOF # This package is no longer installed as cri-o dependency. RUN dnf install -y crypto-policies-scripts containernetworking-plugins && \ update-crypto-policies --no-reload --set FIPS && \ + echo 'add_dracutmodules+=" fips "' > /etc/dracut.conf.d/40-fips.conf && \ dnf clean all diff --git a/test/image-blueprints-bootc/el9/layer4-release/group2/rhel98-bootc-brew-lrel-fips.containerfile b/test/image-blueprints-bootc/el9/layer4-release/group2/rhel98-bootc-brew-lrel-fips.containerfile index dc2ccc51ad..0dabcbbad5 100644 --- a/test/image-blueprints-bootc/el9/layer4-release/group2/rhel98-bootc-brew-lrel-fips.containerfile +++ b/test/image-blueprints-bootc/el9/layer4-release/group2/rhel98-bootc-brew-lrel-fips.containerfile @@ -15,5 +15,6 @@ EOF # This package is no longer installed as cri-o dependency. RUN dnf install -y crypto-policies-scripts containernetworking-plugins && \ update-crypto-policies --no-reload --set FIPS && \ + echo 'add_dracutmodules+=" fips "' > /etc/dracut.conf.d/40-fips.conf && \ dnf clean all # {{- end -}}