Skip to content

Commit

Permalink
tests/kola: use latest fedora:latest on tests that require it
Browse files Browse the repository at this point in the history
both `ntp.chrony.dhcp-propagation` and `podman.rootless-systemd` use
the Fedora container to set up the environment for the test. Always
use the `fedora:latest` container so we never use EOL Fedora releases
in kola tests.
  • Loading branch information
marmijo committed Aug 26, 2024
1 parent 8ee4035 commit 6325585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/kola/ntp/data/ntplib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ntp_test_setup() {
# run podman commands to set up dnsmasq server
pushd "$(mktemp -d)"
cat <<EOF >Dockerfile
FROM quay.io/fedora/fedora:40
FROM quay.io/fedora/fedora:latest
RUN rm -f /etc/yum.repos.d/*.repo \
&& curl -L https://raw.githubusercontent.com/coreos/fedora-coreos-config/testing-devel/fedora.repo -o /etc/yum.repos.d/fedora.repo
RUN dnf -y install systemd dnsmasq iproute iputils \
Expand Down
2 changes: 1 addition & 1 deletion tests/kola/podman/rootless-systemd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ set -euxo pipefail
# https://github.com/coreos/coreos-assembler/issues/1645
cd $(mktemp -d)
cat <<EOF > Containerfile
FROM quay.io/fedora/fedora:40
FROM quay.io/fedora/fedora:latest
RUN rm -f /etc/yum.repos.d/*.repo \
&& curl -L https://raw.githubusercontent.com/coreos/fedora-coreos-config/testing-devel/fedora.repo -o /etc/yum.repos.d/fedora.repo
RUN dnf -y update \
Expand Down

0 comments on commit 6325585

Please sign in to comment.