Fixed NIC performance monitoring test (#189)

---------

Co-authored-by: David Galiffi <David.Galiffi@amd.com>

[ROCm/rocprofiler-systems commit: b98c3c8b86]
このコミットが含まれているのは:
ajanicijamd
2025-06-04 09:25:52 -04:00
committed by GitHub
コミット 4c4fc2bebe
8個のファイルの変更47行の追加11行の削除
+1 -1
ファイルの表示
@@ -25,7 +25,7 @@ RUN zypper --non-interactive update -y && \
zypper --non-interactive install -y -t pattern devel_basis && \
zypper --non-interactive install -y binutils-gold chrpath cmake curl dpkg-devel \
gcc-c++ git libdrm-devel libnuma-devel openmpi3-devel python3-pip rpm-build \
wget && \
wget iproute2 && \
python3 -m pip install 'cmake==3.21'
ARG ROCM_VERSION=0.0
+1 -1
ファイルの表示
@@ -29,7 +29,7 @@ RUN zypper --non-interactive update -y && \
zypper --non-interactive install -y -t pattern devel_basis && \
zypper --non-interactive install -y binutils-gold chrpath cmake curl dpkg-devel \
gcc-c++ git libnuma-devel openmpi3-devel papi-devel python3-pip \
rpm-build vim wget && \
rpm-build vim wget iproute2 && \
zypper --non-interactive clean --all && \
python3 -m pip install 'cmake==3.21' perfetto
+1 -1
ファイルの表示
@@ -16,7 +16,7 @@ ENV LIBRARY_PATH ${LIBRARY_PATH}:/opt/amdgpu/lib64
RUN yum groupinstall -y "Development Tools" && \
yum install -y epel-release && crb enable && \
yum install -y --allowerasing chrpath cmake curl dpkg-devel libdrm-devel numactl-devel \
openmpi-devel papi-devel python3-pip texinfo wget which zlib-devel && \
openmpi-devel papi-devel python3-pip texinfo wget which zlib-devel iproute && \
yum clean all && \
python3 -m pip install 'cmake==3.21' && \
python3 -m pip install 'perfetto'
+1 -1
ファイルの表示
@@ -20,7 +20,7 @@ ARG NJOBS="8"
RUN yum groupinstall -y "Development Tools" && \
yum install -y epel-release && crb enable && \
yum install -y --allowerasing chrpath cmake curl dpkg-devel numactl-devel \
openmpi-devel papi-devel python3-pip texinfo wget which vim zlib-devel && \
openmpi-devel papi-devel python3-pip texinfo wget which vim zlib-devel iproute && \
yum clean all && \
python3 -m pip install 'cmake==3.21' perfetto
+1 -1
ファイルの表示
@@ -23,7 +23,7 @@ RUN apt-get update && \
apt-get install -y apt-utils autoconf autotools-dev bash-completion bison \
build-essential chrpath cmake curl flex gettext git-core gnupg2 libnuma1 libopenmpi-dev \
libpapi-dev libpfm4-dev librpm-dev libtool libudev1 lsb-release m4 \
python3-pip rpm texinfo wget && \
python3-pip rpm texinfo wget iproute2 && \
OS_VERSION=$(cat /etc/os-release | grep VERSION_ID | sed 's/=/ /'1 | awk '{print $NF}' | sed 's/"//g') && \
if [ "${OS_VERSION}" == "24.04" ]; then \
python3 -m pip install --break-system-packages 'cmake==3.21'; \
+1 -1
ファイルの表示
@@ -28,7 +28,7 @@ RUN apt-get update && \
apt-get install -y autoconf autotools-dev bash-completion bison build-essential \
bzip2 chrpath cmake curl environment-modules flex gettext git-core gnupg2 gzip \
libiberty-dev libpapi-dev libpfm4-dev libtool locales lsb-release m4 \
python3-pip texinfo unzip wget vim zip zlib1g-dev && \
python3-pip texinfo unzip wget vim zip zlib1g-dev iproute2 && \
apt-get autoclean && \
if [ "${OS_VERSION}" == "24.04" ]; then \
python3 -m pip install --break-system-packages 'cmake==3.21' perfetto \