-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #304 from lsm5/remove-el8
Packit: remove el8 and add centos stream 10
- Loading branch information
Showing
6 changed files
with
47 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -eox pipefail | ||
set -exo pipefail | ||
|
||
cat /etc/redhat-release | ||
rpm -q container-selinux golang podman | ||
if [[ -f /etc/fedora-release ]]; then | ||
export TMPDIR=/var/tmp | ||
fi | ||
|
||
# /tmp is often unsufficient | ||
export TMPDIR=/var/tmp | ||
|
||
# Fetch and extract latest podman source from podman-next copr | ||
dnf --disablerepo=* --enablerepo=copr:copr.fedorainfracloud.org:rhcontainerbot:podman-next download --source podman | ||
rpm2cpio podman*.src.rpm | cpio -di | ||
tar zxf podman-*-dev.tar.gz | ||
|
||
# Run podman e2e tests | ||
cd podman-*-dev/test/e2e | ||
PODMAN_BINARY=/usr/bin/podman go test -v config.go config_amd64.go common_test.go libpod_suite_test.go run_selinux_test.go |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -eox pipefail | ||
set -exo pipefail | ||
|
||
cat /etc/redhat-release | ||
rpm -q container-selinux podman podman-tests | ||
|
||
# Run podman system tests | ||
bats /usr/share/podman/test/system/410-selinux.bats |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
654b2a4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
podman-next COPR build failed. @containers/packit-build please check.