From 3761a76e0ba51722d7fd372389ea40ba9749686f Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Thu, 6 Jul 2023 16:48:14 -0400 Subject: [PATCH] More debug Skip-PR-comments: true Quick-functional: true Skip-build-ubuntu20-rpm: true Skip-unit-tests: true Skip-coverity-test: true Skip-fault-injection-test: true Skip-func-test-el8: false Skip-func-test-leap15: false Skip-func-hw-test: true Test-tag: test_dfuse_daos_build_wt_il PR-repos: daos@PR-12588:1 Required-githooks: true Signed-off-by: Brian J. Murrell --- ci/provisioning/post_provision_config_common_functions.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ci/provisioning/post_provision_config_common_functions.sh b/ci/provisioning/post_provision_config_common_functions.sh index b7d3e79a515..5af1a71e1c4 100755 --- a/ci/provisioning/post_provision_config_common_functions.sh +++ b/ci/provisioning/post_provision_config_common_functions.sh @@ -331,7 +331,11 @@ post_provision_config_nodes() { # DO NOT LAND # see which versions of go are installed -rpm -qa | grep go +rpm -qa | grep go || true +dnf repoquery --qf '%{name}-%{evr} %{repoid}' --whatprovides 'go >= 1.18' || true +rpm -q --qf '%{name}-%{evr} %{repoid}' --whatprovides 'go >= 1.18' || true +dnf repoquery --qf '%{name}-%{evr} %{repoid}' --whatprovides 'golang >= 1.18' || true +rpm -q --qf '%{name}-%{evr} %{repoid}' --whatprovides 'golang >= 1.18' || true if lspci | grep "ConnectX-6" && ! grep MOFED_VERSION /etc/do-release; then # Need this module file