Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename tool #4

Merged
merged 85 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from 74 commits
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
cad7a90
Rename the omnitrace-dl library - Part 1
dgaliffiAMD Sep 11, 2024
21bbcfd
Rename the omnitrace-rt library
dgaliffiAMD Sep 11, 2024
a3f2469
Rename the omnitrace-user library
dgaliffiAMD Sep 12, 2024
f43f877
Rename the omnitrace-rt library - Part 2
dgaliffiAMD Sep 12, 2024
ddff823
Rename omnitrace-dl library - Part 2
dgaliffiAMD Sep 12, 2024
b663f89
Rename the omnitrace-core library
dgaliffiAMD Sep 12, 2024
093e7cb
Rename the omnitrace-binary library
dgaliffiAMD Sep 12, 2024
19f5924
Source formatting
dgaliffiAMD Sep 12, 2024
d52395b
Rename the omnitrace library
dgaliffiAMD Sep 13, 2024
5648b86
Format source
dgaliffiAMD Sep 13, 2024
15433a1
Rename the omnitrace-avail binary
dgaliffiAMD Sep 13, 2024
2ce1981
Format CMake files
dgaliffiAMD Sep 13, 2024
27fea77
Remove omnitrace-exe
dgaliffiAMD Sep 14, 2024
436ec94
Rename the omnitrace-sample binary
dgaliffiAMD Sep 14, 2024
b41f5c1
Rename the omntrace-causal binary
dgaliffiAMD Sep 14, 2024
30e17e8
Rename omnitrace-capchk binary
dgaliffiAMD Sep 14, 2024
1858290
Rename omnitrace-instrument binary
dgaliffiAMD Sep 14, 2024
33e9041
Update test-install test names
dgaliffiAMD Sep 14, 2024
6dd3dfc
Update tests
dgaliffiAMD Sep 14, 2024
6a63249
Rename omnitrace-run binary
dgaliffiAMD Sep 14, 2024
cf64928
Rename omnitrace-python binary, python module, and tests
dgaliffiAMD Sep 23, 2024
a13a11f
Fixed some python tests
dgaliffiAMD Sep 24, 2024
38a41b7
Update CMake project name to `rocprofsys`.
dgaliffiAMD Sep 26, 2024
3ff0c0f
Revert change to "rocprofsys-instrument-simulate-lib" test until logg…
dgaliffiAMD Sep 26, 2024
c0779c8
cmake formatting
dgaliffiAMD Sep 26, 2024
c70862c
source formatting
dgaliffiAMD Sep 26, 2024
cd50510
python formatting
dgaliffiAMD Sep 26, 2024
f1f782a
Fix the name of librocprof-sys.so in module file
dgaliffiAMD Sep 27, 2024
8a4c170
Set install folder to `rocprof-sys` rather than `rocprofsys`.
dgaliffiAMD Sep 27, 2024
93d2a28
Fix cmake formatting.
dgaliffiAMD Sep 27, 2024
2d728d4
Update Copyright header to 2024.
dgaliffiAMD Sep 27, 2024
5804990
Remove debug logging.
dgaliffiAMD Sep 27, 2024
e768f3c
Update packaging name to use $PACKAGE_NAME
dgaliffiAMD Sep 27, 2024
944fc5c
Fix install path for the LICENSE file.
dgaliffiAMD Sep 27, 2024
7648a23
Fix RPATH to use $PACKAGE_NAME
dgaliffiAMD Sep 27, 2024
d61c0d5
Fix include-dir for dl library
dgaliffiAMD Sep 27, 2024
eb75c59
Fix name in log
dgaliffiAMD Sep 27, 2024
6470be7
Update default name for the config file
dgaliffiAMD Oct 1, 2024
a0a1ef9
Update project name passed to timemory_init
dgaliffiAMD Oct 1, 2024
091e192
Fix code-coverage test, rename configuration settings
dgaliffiAMD Oct 2, 2024
925ea2f
Format cmake files
dgaliffiAMD Oct 2, 2024
29f3eb4
Format source
dgaliffiAMD Oct 2, 2024
0fc5d63
Fix failing tests.
dgaliffiAMD Oct 2, 2024
0ea7bde
Update install prefix to `/opt/rocprof-sys`
dgaliffiAMD Oct 2, 2024
9ad15cf
Update workflows
dgaliffiAMD Oct 2, 2024
6114c6d
Rename cmake functions and proprocessor defines
dgaliffiAMD Oct 2, 2024
495ba04
Update CDash Submit URL
dgaliffiAMD Oct 2, 2024
081e27e
Rename template files
dgaliffiAMD Oct 2, 2024
23b59f7
Fix User API tests
dgaliffiAMD Oct 3, 2024
9fcf740
Fixed Ub 20 configuration failure.
dgaliffiAMD Oct 3, 2024
ffb7020
Format source
dgaliffiAMD Oct 3, 2024
eef47a4
Format python
dgaliffiAMD Oct 3, 2024
afbf2cf
Format CMake
dgaliffiAMD Oct 3, 2024
793e9e0
Fix a log in the consol-script
dgaliffiAMD Oct 3, 2024
2eab2c8
Rename attributes in Doxyfile to ROCPROFSYS_*
dgaliffiAMD Oct 3, 2024
606f429
Rename namespace `omnitrace` to `rocprofsys`
dgaliffiAMD Oct 3, 2024
c97ac02
Remove an accidental build folder
dgaliffiAMD Oct 3, 2024
f7d7ed6
Format source
dgaliffiAMD Oct 3, 2024
7b0010a
Update banners
dgaliffiAMD Oct 3, 2024
0a5faa9
Rename functions, structures to "rocprofsys_*"
dgaliffiAMD Oct 4, 2024
fd5c1d0
Update the Timemory project_name and namespace
dgaliffiAMD Oct 4, 2024
40783bb
Update additionals "omnitrace" in comments
dgaliffiAMD Oct 4, 2024
a717be4
Fix some env variable helpers still using "OMNITRACE"
dgaliffiAMD Oct 4, 2024
668781f
Renames in launch compiler script
dgaliffiAMD Oct 4, 2024
4cb35a2
Additional rebrands in python files
dgaliffiAMD Oct 4, 2024
82e30dc
Update README
dgaliffiAMD Oct 4, 2024
6c1b1c0
Rename files
dgaliffiAMD Oct 4, 2024
d0be471
Format CMake
dgaliffiAMD Oct 4, 2024
a951472
Format source
dgaliffiAMD Oct 4, 2024
a3b228e
Update CMake project name to "rocprof-sys"
dgaliffiAMD Oct 7, 2024
1ff0b45
Format cmake files
dgaliffiAMD Oct 7, 2024
42ff168
Fix CPACK package name
dgaliffiAMD Oct 7, 2024
a9961b6
Update copyright header
dgaliffiAMD Oct 7, 2024
5af11f5
Add helper script to check and update copyright header.
dgaliffiAMD Oct 7, 2024
a38ef9a
Rename package to `rocprofiler-systems`
dgaliffiAMD Oct 9, 2024
7299c74
Fixed instrumentation tests
dgaliffiAMD Oct 9, 2024
9bfdb2e
Correct the "KOKKOS_PROFILE_LIBRARY" parameter in the kokkos tests.
dgaliffiAMD Oct 9, 2024
989afe1
CMake Formatting
dgaliffiAMD Oct 9, 2024
9245509
Fix paths used for installed files in workflows.
dgaliffiAMD Oct 9, 2024
b04393d
Add `rocprofiler_systems` to bin_search_path and lib_search_path in …
dgaliffiAMD Oct 10, 2024
14ab106
Change TIMEMORY_PROJECT_NAME to `rocprofiler-systems`
dgaliffiAMD Oct 10, 2024
96cb43c
Fixed banner
dgaliffiAMD Oct 10, 2024
247e30c
Format source
dgaliffiAMD Oct 10, 2024
a45b4cb
Remove remaining omnitrace references
dgaliffiAMD Oct 11, 2024
d8e2d39
Format source
dgaliffiAMD Oct 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
36 changes: 18 additions & 18 deletions .cmake-format.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parse:
additional_commands:
omnitrace_checkout_git_submodule:
rocprof_sys_checkout_git_submodule:
flags:
- RECURSIVE
kwargs:
Expand All @@ -10,15 +10,15 @@ parse:
REPO_URL: '*'
REPO_BRANCH: '*'
ADDITIONAL_COMMANDS: '*'
omnitrace_save_variables:
rocprof_sys_save_variables:
kwargs:
VARIABLES: '*'
CONDITION: '*'
omnitrace_restore_variables:
rocprof_sys_restore_variables:
kwargs:
VARIABLES: '*'
CONDITION: '*'
omnitrace_add_test:
rocprof_sys_add_test:
flags:
- SKIP_BASELINE
- SKIP_SAMPLING
Expand Down Expand Up @@ -50,7 +50,7 @@ parse:
BASELINE_FAIL_REGEX: '*'
REWRITE_RUN_PASS_REGEX: '*'
REWRITE_RUN_FAIL_REGEX: '*'
omnitrace_add_causal_test:
rocprof_sys_add_causal_test:
flags:
- SKIP_BASELINE
kwargs:
Expand All @@ -72,12 +72,12 @@ parse:
BASELINE_FAIL_REGEX: '*'
CAUSAL_VALIDATE_PASS_REGEX: '*'
CAUSAL_VALIDATE_FAIL_REGEX: '*'
omnitrace_target_compile_definitions:
rocprof_sys_target_compile_definitions:
kwargs:
PUBLIC: '*'
PRIVATE: '*'
INTERFACE: '*'
omnitrace_add_bin_test:
rocprof_sys_add_bin_test:
flags:
- WILL_FAIL
kwargs:
Expand All @@ -94,7 +94,7 @@ parse:
PASS_REGEX: '*'
FAIL_REGEX: '*'
SKIP_REGEX: '*'
omnitrace_add_python_test:
rocprof_sys_add_python_test:
flags:
- STANDALONE
kwargs:
Expand All @@ -113,7 +113,7 @@ parse:
PASS_REGEX: '*'
FAIL_REGEX: '*'
SKIP_REGEX: '*'
omnitrace_add_python_validation_test:
rocprof_sys_add_python_validation_test:
kwargs:
NAME: '*'
ARGS: '*'
Expand All @@ -128,19 +128,19 @@ parse:
- SEND_ERROR
- FATAL_ERROR
- AUTHOR_WARNING
omnitrace_find_python:
rocprof_sys_find_python:
flags:
- REQUIRED
- QUIET
kwargs:
VERSION: '*'
ROOT_DIR: '*'
COMPONENTS: '*'
omnitrace_python_console_script:
rocprof_sys_python_console_script:
kwargs:
VERSION: '*'
ROOT_DIR: '*'
omnitrace_pybind11_add_module:
rocprof_sys_pybind11_add_module:
flags:
- MODULE
- SHARED
Expand All @@ -153,7 +153,7 @@ parse:
PYTHON_VERSION: '*'
CXX_STANDARD: '*'
VISIBILITY: '*'
omnitrace_directory:
rocprof_sys_directory:
flags:
- MKDIR
- FAIL
Expand All @@ -162,14 +162,14 @@ parse:
OUTPUT_VARIABLE: '*'
WORKING_DIRECTORY: '*'
PATHS: '*'
omnitrace_check_python_dirs_and_versions:
rocprof_sys_check_python_dirs_and_versions:
flags:
- UNSET
- FAIL
kwargs:
RESULT_VARIABLE: '*'
OUTPUT_VARIABLE: '*'
omnitrace_find_static_library:
rocprof_sys_find_static_library:
flags:
- NO_CACHE
- REQUIRED
Expand All @@ -188,7 +188,7 @@ parse:
PATHS: '*'
PATH_SUFFIXES: '*'
DOC: '*'
omnitrace_find_shared_library:
rocprof_sys_find_shared_library:
flags:
- NO_CACHE
- REQUIRED
Expand All @@ -207,14 +207,14 @@ parse:
PATHS: '*'
PATH_SUFFIXES: '*'
DOC: '*'
omnitrace_causal_example_executable:
rocprof_sys_causal_example_executable:
kwargs:
TAG: '*'
SOURCES: '*'
DEFINITIONS: '*'
LINK_LIBRARIES: '*'
INCLUDE_DIRECTORIES: '*'
omnitrace_add_validation_test:
rocprof_sys_add_validation_test:
kwargs:
NAME: '*'
ARGS: '*'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
GIT_DISCOVERY_ACROSS_FILESYSTEM: 1

jobs:
omnitrace-ci:
rocprof-sys-ci:
if: github.repository == 'ROCm/omnitrace'

runs-on: ubuntu-20.04
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
./build-docker-ci.sh --distro ${{ matrix.distro }} --versions ${{ matrix.version }} --user ${{ secrets.DOCKERHUB_USERNAME }} --push --jobs 2 --elfutils-version 0.186 --boost-version 1.79.0
popd

omnitrace-release:
rocprof-sys-release:
if: github.repository == 'ROCm/omnitrace'

runs-on: ubuntu-20.04
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
timeout-minutes: 10
uses: actions/upload-artifact@v4
with:
name: omnitrace-stgz-${{ matrix.os-distro }}-${{ matrix.os-version }}-rocm-${{ matrix.rocm-version }}-installer
name: rocprof-sys-stgz-${{ matrix.os-distro }}-${{ matrix.os-version }}-rocm-${{ matrix.rocm-version }}-installer
path: |
build-release/stgz/*.sh

Expand All @@ -297,13 +297,13 @@ jobs:
shopt -s nullglob
for i in $(find build-release -type f | egrep '/(stgz|deb|rpm)/.*\.(sh|deb|rpm)$'); do mv ${i} ./; done
sudo rm -rf build-release
sudo rm -rf /opt/omnitrace
sudo rm -rf /opt/rocprof-sys

- name: Test STGZ Install
timeout-minutes: 20
run: |
set -v
for i in omnitrace-*.sh
for i in rocprof-sys-*.sh
do
./docker/test-docker-release.sh --distro ${{ matrix.os-distro }} --versions ${{ matrix.os-version }} --rocm-versions ${{ matrix.rocm-version }} -- --stgz ${i}
done
Expand All @@ -314,4 +314,4 @@ jobs:
with:
fail_on_unmatched_files: True
files: |
omnitrace-*.sh
rocprof-sys-*.sh
74 changes: 37 additions & 37 deletions .github/workflows/opensuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ concurrency:
cancel-in-progress: true

env:
OMNITRACE_CI: ON
OMNITRACE_TMPDIR: "%env{PWD}%/testing-tmp"
ROCPROFSYS_CI: ON
ROCPROFSYS_TMPDIR: "%env{PWD}%/testing-tmp"

jobs:
opensuse:
Expand Down Expand Up @@ -69,8 +69,8 @@ jobs:
run:
echo "CC=$(echo '${{ matrix.compiler }}' | sed 's/+/c/g')" >> $GITHUB_ENV &&
echo "CXX=${{ matrix.compiler }}" >> $GITHUB_ENV &&
echo "/opt/omnitrace/bin:${HOME}/.local/bin" >> $GITHUB_PATH &&
echo "LD_LIBRARY_PATH=/opt/omnitrace/lib:${LD_LIBRARY_PATH}" >> $GITHUB_ENV
echo "/opt/rocprof-sys/bin:${HOME}/.local/bin" >> $GITHUB_PATH &&
echo "LD_LIBRARY_PATH=/opt/rocprof-sys/lib:${LD_LIBRARY_PATH}" >> $GITHUB_ENV

- name: Configure, Build, and Test
timeout-minutes: 115
Expand All @@ -86,20 +86,20 @@ jobs:
-DCMAKE_C_COMPILER=$(echo '${{ matrix.compiler }}' | sed 's/+/c/g')
-DCMAKE_CXX_COMPILER=${{ matrix.compiler }}
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }}
-DCMAKE_INSTALL_PREFIX=/opt/omnitrace
-DOMNITRACE_BUILD_TESTING=ON
-DOMNITRACE_USE_MPI=OFF
-DOMNITRACE_USE_HIP=OFF
-DOMNITRACE_USE_OMPT=OFF
-DOMNITRACE_USE_PYTHON=ON
-DOMNITRACE_INSTALL_PERFETTO_TOOLS=OFF
-DOMNITRACE_USE_MPI_HEADERS=ON
-DOMNITRACE_PYTHON_PREFIX=/opt/conda/envs
-DOMNITRACE_PYTHON_ENVS="py3.6;py3.7;py3.8;py3.9;py3.10;py3.11"
-DOMNITRACE_CI_MPI_RUN_AS_ROOT=ON
-DOMNITRACE_MAX_THREADS=64
-DOMNITRACE_DISABLE_EXAMPLES="transpose;rccl"
-DOMNITRACE_BUILD_NUMBER=${{ github.run_attempt }}
-DCMAKE_INSTALL_PREFIX=/opt/rocprof-sys
-DROCPROFSYS_BUILD_TESTING=ON
-DROCPROFSYS_USE_MPI=OFF
-DROCPROFSYS_USE_HIP=OFF
-DROCPROFSYS_USE_OMPT=OFF
-DROCPROFSYS_USE_PYTHON=ON
-DROCPROFSYS_INSTALL_PERFETTO_TOOLS=OFF
-DROCPROFSYS_USE_MPI_HEADERS=ON
-DROCPROFSYS_PYTHON_PREFIX=/opt/conda/envs
-DROCPROFSYS_PYTHON_ENVS="py3.6;py3.7;py3.8;py3.9;py3.10;py3.11"
-DROCPROFSYS_CI_MPI_RUN_AS_ROOT=ON
-DROCPROFSYS_MAX_THREADS=64
-DROCPROFSYS_DISABLE_EXAMPLES="transpose;rccl"
-DROCPROFSYS_BUILD_NUMBER=${{ github.run_attempt }}

- name: Install
timeout-minutes: 10
Expand All @@ -110,27 +110,27 @@ jobs:
timeout-minutes: 10
run: |
set -v
export OMNITRACE_DEBUG=ON
which omnitrace-avail
ldd $(which omnitrace-avail)
omnitrace-avail --help
omnitrace-avail -a
which omnitrace
ldd $(which omnitrace)
omnitrace-instrument --help
omnitrace-instrument -e -v 1 -o ls.inst --simulate -- ls
for i in $(find omnitrace-ls.inst-output -type f); do echo -e "\n\n --> ${i} \n\n"; cat ${i}; done
omnitrace-instrument -e -v 1 -o ls.inst -- ls
omnitrace-run -- ./ls.inst
omnitrace-instrument -e -v 1 --simulate -- ls
for i in $(find omnitrace-ls-output -type f); do echo -e "\n\n --> ${i} \n\n"; cat ${i}; done
omnitrace-instrument -e -v 1 -- ls
export ROCPROFSYS_DEBUG=ON
which rocprof-sys-avail
ldd $(which rocprof-sys-avail)
rocprof-sys-avail --help
rocprof-sys-avail -a
which rocprof-sys-instrument
ldd $(which rocprof-sys-instrument)
rocprof-sys-instrument --help
rocprof-sys-instrument -e -v 1 -o ls.inst --simulate -- ls
for i in $(find rocprofsys-ls.inst-output -type f); do echo -e "\n\n --> ${i} \n\n"; cat ${i}; done
rocprof-sys-instrument -e -v 1 -o ls.inst -- ls
rocprof-sys-run -- ./ls.inst
rocprof-sys-instrument -e -v 1 --simulate -- ls
for i in $(find rocprofsys-ls-output -type f); do echo -e "\n\n --> ${i} \n\n"; cat ${i}; done
rocprof-sys-instrument -e -v 1 -- ls

- name: Test User API
timeout-minutes: 10
run: |
set -v
./scripts/test-find-package.sh --install-dir /opt/omnitrace
./scripts/test-find-package.sh --install-dir /opt/rocprof-sys

- name: CTest Artifacts
if: failure()
Expand All @@ -148,9 +148,9 @@ jobs:
with:
name: data-${{ github.job }}-${{ strategy.job-index }}-files
path: |
build/omnitrace-tests-config/*.cfg
build/omnitrace-tests-output/**/*.txt
build/omnitrace-tests-output/**/*-instr*.json
build/rocprofsys-tests-config/*.cfg
build/rocprofsys-tests-output/**/*.txt
build/rocprofsys-tests-output/**/*-instr*.json

- name: Kill Perfetto
if: success() || failure()
Expand Down
44 changes: 22 additions & 22 deletions .github/workflows/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ concurrency:
cancel-in-progress: true

env:
OMNITRACE_CI: ON
OMNITRACE_TMPDIR: "%env{PWD}%/testing-tmp"
ROCPROFSYS_CI: ON
ROCPROFSYS_TMPDIR: "%env{PWD}%/testing-tmp"

jobs:
rhel:
Expand Down Expand Up @@ -110,20 +110,20 @@ jobs:
-DCMAKE_C_COMPILER=$(echo '${{ matrix.compiler }}' | sed 's/+/c/g')
-DCMAKE_CXX_COMPILER=${{ matrix.compiler }}
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }}
-DCMAKE_INSTALL_PREFIX=/opt/omnitrace
-DOMNITRACE_BUILD_TESTING=ON
-DOMNITRACE_USE_MPI=OFF
-DOMNITRACE_USE_HIP=${USE_HIP}
-DOMNITRACE_USE_OMPT=OFF
-DOMNITRACE_USE_PYTHON=ON
-DOMNITRACE_USE_MPI_HEADERS=ON
-DOMNITRACE_CI_MPI_RUN_AS_ROOT=ON
-DOMNITRACE_MAX_THREADS=64
-DOMNITRACE_INSTALL_PERFETTO_TOOLS=OFF
-DOMNITRACE_PYTHON_PREFIX=/opt/conda/envs
-DOMNITRACE_PYTHON_ENVS="py3.6;py3.7;py3.8;py3.9;py3.10;py3.11"
-DOMNITRACE_DISABLE_EXAMPLES="transpose;rccl"
-DOMNITRACE_BUILD_NUMBER=${{ github.run_attempt }}
-DCMAKE_INSTALL_PREFIX=/opt/rocprof-sys
-DROCPROFSYS_BUILD_TESTING=ON
-DROCPROFSYS_USE_MPI=OFF
-DROCPROFSYS_USE_HIP=${USE_HIP}
-DROCPROFSYS_USE_OMPT=OFF
-DROCPROFSYS_USE_PYTHON=ON
-DROCPROFSYS_USE_MPI_HEADERS=ON
-DROCPROFSYS_CI_MPI_RUN_AS_ROOT=ON
-DROCPROFSYS_MAX_THREADS=64
-DROCPROFSYS_INSTALL_PERFETTO_TOOLS=OFF
-DROCPROFSYS_PYTHON_PREFIX=/opt/conda/envs
-DROCPROFSYS_PYTHON_ENVS="py3.6;py3.7;py3.8;py3.9;py3.10;py3.11"
-DROCPROFSYS_DISABLE_EXAMPLES="transpose;rccl"
-DROCPROFSYS_BUILD_NUMBER=${{ github.run_attempt }}
--
-LE "transpose|rccl"

Expand All @@ -137,14 +137,14 @@ jobs:
shell: bash
run: |
set -v
source /opt/omnitrace/share/omnitrace/setup-env.sh
./scripts/test-install.sh --test-omnitrace-{instrument,avail,sample,rewrite,runtime,python}=1
source /opt/rocprof-sys/share/rocprof-sys/setup-env.sh
./scripts/test-install.sh --test-rocprof-sys-{instrument,avail,sample,rewrite,runtime,python}=1

- name: Test User API
timeout-minutes: 10
run: |
set -v
./scripts/test-find-package.sh --install-dir /opt/omnitrace
./scripts/test-find-package.sh --install-dir /opt/rocprof-sys

- name: CTest Artifacts
if: failure()
Expand All @@ -162,9 +162,9 @@ jobs:
with:
name: data-${{ github.job }}-${{ strategy.job-index }}-files
path: |
build/omnitrace-tests-config/*.cfg
build/omnitrace-tests-output/**/*.txt
build/omnitrace-tests-output/**/*-instr*.json
build/rocprofsys-tests-config/*.cfg
build/rocprofsys-tests-output/**/*.txt
build/rocprofsys-tests-output/**/*-instr*.json

- name: Kill Perfetto
if: success() || failure()
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y cmake
cmake -D OUTPUT_DIR=${PWD} -P scripts/write-omnitrace-install.cmake
cmake -D OUTPUT_DIR=${PWD} -P scripts/write-rocprof-sys-install.cmake
- name: Generate Release
uses: softprops/action-gh-release@v1
with:
draft: False
generate_release_notes: True
fail_on_unmatched_files: True
files: |
omnitrace-install.py
rocprof-sys-install.py
Loading
Loading