From 95a31b10cd4466b3c729477af5b613fb89065215 Mon Sep 17 00:00:00 2001 From: Jason Bonnell <166553723+jbonnell-amd@users.noreply.github.com> Date: Mon, 12 Jan 2026 15:53:04 -0500 Subject: [PATCH] Fix aqlprofile-continuous_integration.yml workflow (#2582) * Fix typo in matrix definition for aqlprofile-continuous_integration.yml * Update ROCM_VERSION to 7.1.1 * Minor changes to core-rpm step * Add working-directory to test steps * Revert changes * Add set -v to rpm test step * Remove Python venv line from rpm test step --- .github/workflows/aqlprofile-continuous_integration.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/aqlprofile-continuous_integration.yml b/.github/workflows/aqlprofile-continuous_integration.yml index 3a0c6d4e95..475a1c68c5 100644 --- a/.github/workflows/aqlprofile-continuous_integration.yml +++ b/.github/workflows/aqlprofile-continuous_integration.yml @@ -27,7 +27,7 @@ concurrency: env: ROCM_PATH: "/opt/rocm" - ROCM_VERSION: "7.0.0" + ROCM_VERSION: "7.1.1" PYTHON_VENV_PATH: "aqlprofile" PYTHON_VENV_ACTIVATE: "aqlprofile/bin/activate" navi3_EXCLUDE_TESTS_REGEX: "" @@ -52,7 +52,7 @@ jobs: strategy: fail-fast: false matrix: - system: | + system: - { gpu: 'navi4', runner: 'rocprofiler-navi4-dind', os: 'ubuntu-22.04', build-type: 'RelWithDebInfo', gpu-target: 'gfx120X' } - { gpu: 'navi3', runner: 'rocprofiler-navi3-dind', os: 'ubuntu-22.04', build-type: 'RelWithDebInfo', gpu-target: 'gfx110X' } - { gpu: 'mi325', runner: 'linux-mi325-1gpu-ossci-rocm-frac', os: 'ubuntu-22.04', build-type: 'RelWithDebInfo', gpu-target: 'gfx94X' } @@ -168,7 +168,6 @@ jobs: ln -s ${{ env.ROCM_PATH }}-${{ env.ROCM_VERSION }} ${{ env.ROCM_PATH }} echo "ROCm installed to: ${{ env.ROCM_PATH }}" - - name: Install requirements timeout-minutes: 10 shell: bash @@ -196,7 +195,6 @@ jobs: timeout-minutes: 30 shell: bash run: - source ${{ env.PYTHON_VENV_ACTIVATE }} PATH=~/.local/bin:${{ env.ROCM_PATH }}/bin:${PATH} LD_LIBRARY_PATH=$(pwd)/build:${{ env.ROCM_PATH }}/lib:$LD_LIBRARY_PATH ctest --output-on-failure -DCTEST_SOURCE_DIRECTORY="$(pwd)"