Skip to content

Commit

Permalink
beaker: start testing F39 chroot with F39 client
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Nov 6, 2023
1 parent 2105c45 commit 1aa321c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion beaker-tests/DockerTestEnv/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:38
FROM registry.fedoraproject.org/fedora:39
ARG COPR_PACKAGES=devel
MAINTAINER copr-devel@lists.fedorahosted.org
ENV container docker
Expand Down
4 changes: 2 additions & 2 deletions beaker-tests/Sanity/copr-cli-basic-operations/config
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,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=38
PREV_FEDORA_VERSION=37
FEDORA_VERSION=39
PREV_FEDORA_VERSION=38

CHROOT="fedora-$FEDORA_VERSION-x86_64"
PREV_CHROOT="fedora-$PREV_FEDORA_VERSION-x86_64"
Expand Down

0 comments on commit 1aa321c

Please sign in to comment.