Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix and enable multilib tests (gh#641) #1192

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions containers/runner/skip-testtypes
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ fedora_skip_array=(
skip-on-fedora
gh576 # clearpart-4 test is flaky on all scenarios
gh595 # proxy-cmdline failing on all scenarios
gh641 # packages-multilib failing on systemd conflict
gh680 # proxy-kickstart and proxy-auth failing
gh740 # fedora-live-image-build fails on comps changes
gh774 # autopart-luks-1 failing
Expand Down Expand Up @@ -53,7 +52,6 @@ rhel9_skip_array=(
gh576 # clearpart-4 test is flaky on all scenarios
gh595 # proxy-cmdline failing on all scenarios
gh604 # packages-weakdeps: "gnupg2 --recommends has changed, test needs to be updated"
gh641 # packages-multilib failing on systemd conflict
gh774 # autopart-luks-1 failing
gh804 # tests requiring dvd iso failing
)
Expand Down
1 change: 1 addition & 0 deletions packages-multilib.ks.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
%ksappend common/common_no_payload.ks

%packages --multilib
-fwupd
%end

%post
Expand Down
2 changes: 1 addition & 1 deletion packages-multilib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging skip-on-rhel-8 gh641"
TESTTYPE="packaging skip-on-rhel-8"

. ${KSTESTDIR}/functions.sh