Skip to content

Commit 70ac154

Browse files
committed
ci: report all microcode packages during a test run
microcode_ctl only covers Intel firmware files. Capture AMD and any other possible ones. Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent c6add4f commit 70ac154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/devtool

+1-1
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ cmd_test() {
742742
# If we got to here, we've got all we need to continue.
743743
say "Kernel version: $(uname -r)"
744744
say "$(sed '/^processor.*: 0$/,/^processor.*: 1$/!d; /^processor.*: 1$/d' /proc/cpuinfo)"
745-
say "RPM microcode_ctl version: $(rpm -q microcode_ctl)"
745+
say "RPM firmware versions: $(rpm -q microcode_ctl amd-ucode-firmware linux-firmware)"
746746

747747
env |grep -P "^(AWS_EMF_|BUILDKITE|CODECOV_)" > env.list
748748
if [[ $performance_tweaks -eq 1 ]]; then

0 commit comments

Comments
 (0)