Skip to content

Commit

Permalink
Install procps-ng for RHEL
Browse files Browse the repository at this point in the history
Current error:

tests/ci/setup_slurm_and_run_tests.sh: line 121: sysctl: command not found

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Jul 20, 2023
1 parent ac80344 commit 553e7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/prepare-ci-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if [ "${FACTORY_VERSION}" != "" ]; then
fi

dnf_rhel() {
loop_command "${PKG_MANAGER}" "${YES}" install ${COMMON_PKGS} epel-release dnf-plugins-core git rpm-build gawk "${OHPC_RELEASE}"
loop_command "${PKG_MANAGER}" "${YES}" install ${COMMON_PKGS} epel-release dnf-plugins-core git rpm-build gawk "${OHPC_RELEASE}" procps-ng
loop_command "${PKG_MANAGER}" config-manager --set-enabled crb
if [ "${FACTORY_VERSION}" != "" ]; then
loop_command wget "${FACTORY_REPOSITORY}" -O "${FACTORY_REPOSITORY_DESTINATION}"
Expand Down

0 comments on commit 553e7e0

Please sign in to comment.