Skip to content

Commit

Permalink
ci: report all microcode packages during a test run
Browse files Browse the repository at this point in the history
microcode_ctl only covers Intel firmware files. Capture AMD and any
other possible ones.

Signed-off-by: Pablo Barbáchano <[email protected]>
  • Loading branch information
pb8o committed Dec 18, 2024
1 parent c6add4f commit 70ac154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/devtool
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ cmd_test() {
# If we got to here, we've got all we need to continue.
say "Kernel version: $(uname -r)"
say "$(sed '/^processor.*: 0$/,/^processor.*: 1$/!d; /^processor.*: 1$/d' /proc/cpuinfo)"
say "RPM microcode_ctl version: $(rpm -q microcode_ctl)"
say "RPM firmware versions: $(rpm -q microcode_ctl amd-ucode-firmware linux-firmware)"

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

0 comments on commit 70ac154

Please sign in to comment.