Skip to content

Commit 3bd5185

Browse files
Merge pull request #1088 from vojtechtrefny/master_udisks-revdeps-tests-fix
ci: Remove amazon-ec2-utils if installed
2 parents 29c81c0 + a53083d commit 3bd5185

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plans/udisks.fmf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ prepare:
1414
# TF prioritizes Fedora tag repo over all others, in particular our daily COPR
1515
- for f in $(grep -l -r 'testing-farm-tag-repository' /etc/yum.repos.d); do sed -i '/priority/d' "$f" ;done
1616
- sudo dnf -y update
17+
# amazon-ec2-utils creates sda -> nvme symlinks breaking our tests
18+
# amazon-ec2-utils also ships /etc/udev/rules.d/60-cdrom_id.rules that breaks scsi_debug cdrom capabilities
19+
- if rpm -q amazon-ec2-utils; then rpm -e --verbose amazon-ec2-utils && udevadm trigger; fi
1720

1821
- name: ansible
1922
how: ansible

0 commit comments

Comments
 (0)