Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
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 <brian.murrell@intel.com>
  • Loading branch information
brianjmurrell committed Jul 6, 2023
1 parent bb75707 commit 3761a76
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ci/provisioning/post_provision_config_common_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3761a76

Please sign in to comment.