We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29c81c0 + a53083d commit 3bd5185Copy full SHA for 3bd5185
plans/udisks.fmf
@@ -14,6 +14,9 @@ prepare:
14
# TF prioritizes Fedora tag repo over all others, in particular our daily COPR
15
- for f in $(grep -l -r 'testing-farm-tag-repository' /etc/yum.repos.d); do sed -i '/priority/d' "$f" ;done
16
- 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
20
21
- name: ansible
22
how: ansible
0 commit comments