From bdca97f75fde574ea33e678dbd0ce1890e04240c Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Fri, 27 Sep 2024 14:09:24 -0500 Subject: [PATCH] Updating ROCm Version Checker for CI [ROCm/rocprofiler-sdk commit: 16e791dc9a15e4bc0823139b46aac147a60ed117] --- .../.github/workflows/continuous_integration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/rocprofiler-sdk/.github/workflows/continuous_integration.yml b/projects/rocprofiler-sdk/.github/workflows/continuous_integration.yml index 7b33e7c2f1..425d18056b 100644 --- a/projects/rocprofiler-sdk/.github/workflows/continuous_integration.yml +++ b/projects/rocprofiler-sdk/.github/workflows/continuous_integration.yml @@ -190,6 +190,7 @@ jobs: echo "LD_LIBRARY_PATH: ${LD_LIBRARY_PATH}" which-realpath() { echo -e "\n$1 resolves to $(realpath $(which $1))"; echo "$($(which $1) --version &> /dev/stdout | head -n 1)"; } for i in python3 git cmake ctest gcc g++ gcov; do which-realpath $i; done + cat /opt/rocm/.info/version ls -la - name: Exclude PC Sampling Tests @@ -357,6 +358,7 @@ jobs: echo "LD_LIBRARY_PATH: ${LD_LIBRARY_PATH}" which-realpath() { echo -e "\n$1 resolves to $(realpath $(which $1))"; echo "$($(which $1) --version &> /dev/stdout | head -n 1)"; } for i in python3 git cmake ctest gcc g++ gcov; do which-realpath $i; done + cat /opt/rocm/.info/version ls -la - name: Configure, Build, and Test (Total Code Coverage) @@ -556,6 +558,7 @@ jobs: run: | which-realpath() { echo -e "\n$1 resolves to $(realpath $(which $1))"; echo "$($(which $1) --version &> /dev/stdout | head -n 1)"; } for i in python3 git cmake ctest gcc g++ gcov; do which-realpath $i; done + cat /opt/rocm/.info/version ls -la - name: Exclude PC Sampling Tests