Skip to content

Commit

Permalink
TEST: New passt/podman version
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Mar 20, 2024
1 parent 6cfc03e commit 52a37ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,14 @@ jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-39
- fedora-40
- fedora-latest-aarch64
- fedora-development
- centos-stream-9-x86_64
- centos-stream-9-aarch64
- centos-stream-8-x86_64

- job: tests
trigger: pull_request
targets:
- fedora-39
- fedora-40
- fedora-latest-aarch64
- fedora-development
- centos-stream-9-x86_64
- centos-stream-9-aarch64
- centos-stream-8-x86_64

- job: copr_build
trigger: release
Expand Down
8 changes: 8 additions & 0 deletions test/browser/browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ if [ -n "$main_builds_repo" ]; then
dnf distro-sync -y --repo 'copr*' cockpit-podman
fi

. /etc/os-release

if [ "$VERSION_ID" = "41" ]; then
dnf install -y https://kojipkgs.fedoraproject.org//packages/passt/0%5E20240320.g71dd405/1.fc41/x86_64/passt-0%5E20240320.g71dd405-1.fc41.x86_64.rpm https://kojipkgs.fedoraproject.org//packages/passt/0%5E20240320.g71dd405/1.fc41/noarch/passt-selinux-0%5E20240320.g71dd405-1.fc41.noarch.rpmhttps://kojipkgs.fedoraproject.org//packages/podman/5.0.0~rc7/1.fc41/x86_64/podman-5.0.0~rc7-1.fc41.x86_64.rpm
elif [ "$VERSION_ID" = "40" ]; then
dnf install -y https://kojipkgs.fedoraproject.org//packages/passt/0%5E20240319.gd35bcbe/1.fc40/x86_64/passt-0%5E20240319.gd35bcbe-1.fc40.x86_64.rpm https://kojipkgs.fedoraproject.org//packages/passt/0%5E20240319.gd35bcbe/1.fc40/noarch/passt-selinux-0%5E20240319.gd35bcbe-1.fc40.noarch.rpm https://kojipkgs.fedoraproject.org//packages/podman/5.0.0~rc7/1.fc40/x86_64/podman-5.0.0~rc7-1.fc40.x86_64.rpm
fi

# Show critical package versions
rpm -q runc crun podman criu passt kernel-core selinux-policy cockpit-podman cockpit-bridge || true

Expand Down

0 comments on commit 52a37ae

Please sign in to comment.