Updating ROCm Version Checker for CI
[ROCm/rocprofiler-sdk commit: 16e791dc9a]
Este commit está contenido en:
@@ -190,6 +190,7 @@ jobs:
|
|||||||
echo "LD_LIBRARY_PATH: ${LD_LIBRARY_PATH}"
|
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)"; }
|
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
|
for i in python3 git cmake ctest gcc g++ gcov; do which-realpath $i; done
|
||||||
|
cat /opt/rocm/.info/version
|
||||||
ls -la
|
ls -la
|
||||||
|
|
||||||
- name: Exclude PC Sampling Tests
|
- name: Exclude PC Sampling Tests
|
||||||
@@ -357,6 +358,7 @@ jobs:
|
|||||||
echo "LD_LIBRARY_PATH: ${LD_LIBRARY_PATH}"
|
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)"; }
|
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
|
for i in python3 git cmake ctest gcc g++ gcov; do which-realpath $i; done
|
||||||
|
cat /opt/rocm/.info/version
|
||||||
ls -la
|
ls -la
|
||||||
|
|
||||||
- name: Configure, Build, and Test (Total Code Coverage)
|
- name: Configure, Build, and Test (Total Code Coverage)
|
||||||
@@ -556,6 +558,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
which-realpath() { echo -e "\n$1 resolves to $(realpath $(which $1))"; echo "$($(which $1) --version &> /dev/stdout | head -n 1)"; }
|
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
|
for i in python3 git cmake ctest gcc g++ gcov; do which-realpath $i; done
|
||||||
|
cat /opt/rocm/.info/version
|
||||||
ls -la
|
ls -la
|
||||||
|
|
||||||
- name: Exclude PC Sampling Tests
|
- name: Exclude PC Sampling Tests
|
||||||
|
|||||||
Referencia en una nueva incidencia
Block a user