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

[next] tree: promote changes from testing-devel at 533714165ae81df8cb2c507db2cf63fb55b7791f #3244

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading