Skip to content

Commit

Permalink
tree: promote changes from testing-devel at 27ccdd0
Browse files Browse the repository at this point in the history
  • Loading branch information
coreosbot committed Nov 11, 2024
1 parent 0be8682 commit 25c1983
Show file tree
Hide file tree
Showing 16 changed files with 350 additions and 345 deletions.
2 changes: 1 addition & 1 deletion ci/buildroot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# This image is used by CoreOS CI to build software like
# Ignition, rpm-ostree, ostree, coreos-installer, etc...
FROM quay.io/fedora/fedora:40
FROM quay.io/fedora/fedora:41
# Work around for https://bugzilla.redhat.com/show_bug.cgi?id=2278652
ENV container=oci
COPY . /src
Expand Down
4 changes: 2 additions & 2 deletions ci/buildroot/install-buildroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail

dnf -y install dnf-plugins-core
# We want to avoid a 7 day cycle for e.g. new ostree etc.
dnf config-manager --set-enabled updates-testing
dnf config-manager setopt updates-testing.enabled=1

dn=$(dirname "$0")
tmpd=$(mktemp -d) && trap 'rm -rf ${tmpd}' EXIT
Expand Down Expand Up @@ -35,7 +35,7 @@ rm -rf "${tmpd:?}"/*
echo "Installing build dependencies from canonical spec files"
specs=$(grep -v '^#' "${dn}"/buildroot-specs.txt)
(cd "${tmpd}" && echo "${specs}" | xargs curl -L --remote-name-all)
(cd "${tmpd}" && find . -type f -print0 | xargs -0 dnf -y builddep --spec)
(cd "${tmpd}" && find . -type f -print0 | xargs -0 dnf -y builddep)
rm -rf "${tmpd:?}"/*

echo "Installing test dependencies from canonical upstream files"
Expand Down
6 changes: 0 additions & 6 deletions kola-denylist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,3 @@
# warn: true (disabled on promotion)
arches:
- ppc64le
- pattern: kdump.crash.nfs
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1820
streams:
- rawhide
- next-devel
- next
Loading

0 comments on commit 25c1983

Please sign in to comment.