From b4ee8aba203edc04a194b54b47752d826d6e607e Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Aug 17 2022 15:59:09 +0000 Subject: beaker: move tests to F36 --- diff --git a/beaker-tests/DockerTestEnv/Dockerfile b/beaker-tests/DockerTestEnv/Dockerfile index 23bbac4..cb9f7e1 100644 --- a/beaker-tests/DockerTestEnv/Dockerfile +++ b/beaker-tests/DockerTestEnv/Dockerfile @@ -1,4 +1,4 @@ -FROM fedora:35 +FROM fedora:36 ARG COPR_PACKAGES=devel MAINTAINER copr-devel@lists.fedorahosted.org ENV container docker diff --git a/beaker-tests/Sanity/copr-cli-basic-operations/config b/beaker-tests/Sanity/copr-cli-basic-operations/config index 2b8012e..88784b1 100644 --- a/beaker-tests/Sanity/copr-cli-basic-operations/config +++ b/beaker-tests/Sanity/copr-cli-basic-operations/config @@ -20,8 +20,8 @@ USER=`copr-cli whoami` # Some tests might want to install built packages # Therefore, these packages need to be built for the same fedora version # as this script is going to be run from -FEDORA_VERSION=35 -PREV_FEDORA_VERSION=34 +FEDORA_VERSION=36 +PREV_FEDORA_VERSION=35 CHROOT="fedora-$FEDORA_VERSION-x86_64" PREV_CHROOT="fedora-$FEDORA_VERSION-x86_64"