Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikromen committed Sep 27, 2024
1 parent 35a23e6 commit a5d9684
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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:41
FROM registry.fedoraproject.org/fedora:40
ARG COPR_PACKAGES=devel
LABEL maintainer="[email protected]"
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 @@ -22,8 +22,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=41
PREV_FEDORA_VERSION=40
FEDORA_VERSION=40
PREV_FEDORA_VERSION=39

CHROOT="fedora-$FEDORA_VERSION-x86_64"
PREV_CHROOT="fedora-$PREV_FEDORA_VERSION-x86_64"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ rlJournalStart

# Test URL submit
PROJECT=module-testmoduleurl-beakertest-$DATE
URL="https://src.fedoraproject.org/fork/frostyx/modules/testmodule/raw/fancy/f/testmodule.yaml"
URL="https://src.fedoraproject.org/fork/nikromen/modules/testmodule/raw/fancy/f/testmodule.yaml"
# meh, the testmodule is hardwired to f35 so we can not simply rely on
# $CHROOT variable
rlRun "copr-cli create $PROJECT --chroot $PREV_CHROOT --chroot $CHROOT --chroot fedora-rawhide-i386"
Expand All @@ -142,7 +142,7 @@ rlJournalStart
# $CHROOT variable
rlRun "copr-cli create $PROJECT --chroot $PREV_CHROOT --chroot $CHROOT --chroot fedora-rawhide-i386"
# move back to modules/testmodule once this is merged https://src.fedoraproject.org/modules/testmodule/pull-request/1
rlRun "copr-cli build-module --distgit fedora --url https://src.fedoraproject.org/fork/praiskup/modules/testmodule/raw/fix-rawhide/f/testmodule.yaml $PROJECT"
rlRun "copr-cli build-module --distgit fedora --url https://src.fedoraproject.org/fork/nikromen/modules/testmodule/raw/fix-rawhide/f/testmodule.yaml $PROJECT"
PACKAGES=`mktemp`
wait_for_finished_module "module-testmodulev2-beakertest-$DATE" 3 $PACKAGES
pkg_list="perl-List-Compare perl-Tangerine tangerine"
Expand Down

0 comments on commit a5d9684

Please sign in to comment.