2
0

[rocprofiler-sdk][CI] Nightly build testing for rocprofiler-sdk (#949)

* Implement nightly tests mode

* Update run-ci.py
Este cometimento está contido em:
Venkateshwar Reddy Kandula
2025-09-19 14:32:11 -05:00
cometido por GitHub
ascendente 300cd09f0b
cometimento d16e7adf13
@@ -61,6 +61,9 @@ env:
GLOBAL_CMAKE_OPTIONS: ""
DISABLE_ROCR_BUILD: "true"
CI_MODE: ${{ github.event_name == 'schedule' && 'Nightly' || 'Continuous' }}
jobs:
# -----------------------------------------------------------------------------
# Ubuntu / DEB job(s)
@@ -281,6 +284,7 @@ jobs:
-B build \
--name ${{ github.repository }}-${{ github.ref_name }}-${{ matrix.system.os }}-${{ matrix.system.gpu }}-core \
--build-jobs 16 \
--mode ${CI_MODE} \
--site ${{ matrix.system.runner }} \
--gpu-targets ${{ env.GPU_TARGETS }} \
--run-attempt ${{ github.run_attempt }} \
@@ -555,6 +559,7 @@ jobs:
PATH=~/.local/bin:/opt/rh/gcc-toolset-11/root/usr/bin:$PATH
python3 ./source/scripts/run-ci.py -B build
--name ${{ github.repository }}-${{ github.ref_name }}-${{ matrix.os }}-${{ matrix.runner }}-core
--mode ${CI_MODE}
--build-jobs 16
--site 'linux-mi325-1gpu-ossci-rocm'
--gpu-targets ${{ env.GPU_TARGETS }}